Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.46 KB

StatsApi.md

File metadata and controls

77 lines (46 loc) · 2.46 KB

\StatsApi

All URIs are relative to https://localhost/api/v1

Method HTTP request Description
StatsGet Get /stats Get exchange-wide and per-series turnover and volume statistics.
StatsHistory Get /stats/history Get historical exchange-wide and per-series turnover and volume statistics.
StatsHistoryUSD Get /stats/historyUSD Get a summary of exchange statistics in USD.

StatsGet

[]Stats StatsGet(ctx, ) Get exchange-wide and per-series turnover and volume statistics.

Required Parameters

This endpoint does not need any parameter.

Return type

[]Stats

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript

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

StatsHistory

[]StatsHistory StatsHistory(ctx, ) Get historical exchange-wide and per-series turnover and volume statistics.

Required Parameters

This endpoint does not need any parameter.

Return type

[]StatsHistory

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript

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

StatsHistoryUSD

[]StatsUsd StatsHistoryUSD(ctx, ) Get a summary of exchange statistics in USD.

Required Parameters

This endpoint does not need any parameter.

Return type

[]StatsUsd

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json, application/xml, text/xml, application/javascript, text/javascript

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