Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.68 KB

StatsApi.md

File metadata and controls

58 lines (32 loc) · 1.68 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.

StatsGet

[]Stats StatsGet()

Get exchange-wide and per-series turnover and volume statistics.

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()

Get historical exchange-wide and per-series turnover and volume statistics.

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]