Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.13 KB

IndexerStatsApi.md

File metadata and controls

41 lines (23 loc) · 1.13 KB

\IndexerStatsApi

All URIs are relative to http://localhost:9696

Method HTTP request Description
get_indexer_stats GET /api/v1/indexerstats

get_indexer_stats

models::IndexerStatsResource get_indexer_stats(start_date, end_date, indexers, protocols, tags)

Parameters

Name Type Description Required Notes
start_date Option<String>
end_date Option<String>
indexers Option<String>
protocols Option<String>
tags Option<String>

Return type

models::IndexerStatsResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]