Exchange Volume History

This endpoint provides historical trading volume data for options across different exchanges

Log in to see full request history

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{ "code": "0", "msg": "success", "data": [ { "time_list": [1691460000000, ...], // Array of timestamps (in milliseconds) "price_list": [29140.9, ...], // Array of prices corresponding to each timestamp "data_map": { // Volume data by exchange "huobi": [15167.03527, ...], // Volume data from Huobi exchange "gate": [23412.723, ...], // Volume data from Gate exchange ... } } ] }
Query Params
string
required
Defaults to BTC

Trading coin (e.g., BTC,ETH).

string
required
Defaults to USD

Specify the unit for the returned data. Supported values depend on the symbol. If symbol is BTC, choose between USD or BTC. For ETH, choose between USD or ETH.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json