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. |
List<Stats> statsGet()
Get exchange-wide and per-series turnover and volume statistics.
// Import classes:
//import io.swagger.client.api.StatsApi;
StatsApi apiInstance = new StatsApi();
try {
List<Stats> result = apiInstance.statsGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling StatsApi#statsGet");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
List<StatsHistory> statsHistory()
Get historical exchange-wide and per-series turnover and volume statistics.
// Import classes:
//import io.swagger.client.api.StatsApi;
StatsApi apiInstance = new StatsApi();
try {
List<StatsHistory> result = apiInstance.statsHistory();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling StatsApi#statsHistory");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript
List<StatsUSD> statsHistoryUSD()
Get a summary of exchange statistics in USD.
// Import classes:
//import io.swagger.client.api.StatsApi;
StatsApi apiInstance = new StatsApi();
try {
List<StatsUSD> result = apiInstance.statsHistoryUSD();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling StatsApi#statsHistoryUSD");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json, application/xml, text/xml, application/javascript, text/javascript