All URIs are relative to https://localhost/api/v1
Method | HTTP request | Description |
---|---|---|
stats_get | GET /stats | Get exchange-wide and per-series turnover and volume statistics. |
stats_history | GET /stats/history | Get historical exchange-wide and per-series turnover and volume statistics. |
stats_history_usd | GET /stats/historyUSD | Get a summary of exchange statistics in USD. |
Array<Stats> stats_get
Get exchange-wide and per-series turnover and volume statistics.
# load the gem
require 'swagger_client'
api_instance = SwaggerClient::StatsApi.new
begin
#Get exchange-wide and per-series turnover and volume statistics.
result = api_instance.stats_get
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling StatsApi->stats_get: #{e}"
end
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
Array<StatsHistory> stats_history
Get historical exchange-wide and per-series turnover and volume statistics.
# load the gem
require 'swagger_client'
api_instance = SwaggerClient::StatsApi.new
begin
#Get historical exchange-wide and per-series turnover and volume statistics.
result = api_instance.stats_history
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling StatsApi->stats_history: #{e}"
end
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
Array<StatsUSD> stats_history_usd
Get a summary of exchange statistics in USD.
# load the gem
require 'swagger_client'
api_instance = SwaggerClient::StatsApi.new
begin
#Get a summary of exchange statistics in USD.
result = api_instance.stats_history_usd
p result
rescue SwaggerClient::ApiError => e
puts "Exception when calling StatsApi->stats_history_usd: #{e}"
end
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