HomeDocumentationAPI Reference
Log In
API Reference

All Statistics

Method Name

public/all_statistics

Get statistics for all instruments broken down by currency and type

Parameters

end_timeinteger
End time for statistics in ms

Response

idstring or integerrequired
resultarray of objectsrequired
result[].currencystringrequired
Currency of the instrument
result[].daily_feesstringrequired
24h Fees
result[].daily_notional_volumestringrequired
24h Notional volume
result[].daily_premium_volumestringrequired
24h Premium volume
result[].daily_tradesintegerrequired
24h Trades
result[].instrument_typestringrequired
Type of the instrument (OPTION, PERP, SPOT)
result[].open_intereststringrequired
Open interest
result[].total_feesstringrequired
Total fees
result[].total_notional_volumestringrequired
Total notional volume
result[].total_premium_volumestringrequired
Total premium volume
result[].total_tradesintegerrequired
Total trades

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}