CoinMarketCap
Spot
/api/marketdata/getcoinmarketcap
GET
Responses
Code | Description |
---|---|
200 | Success |
/api/marketdata/getcoinmarketcap/summary
GET
Responses
Code | Description |
---|---|
200 | Success |
/api/marketdata/getcoinmarketcap/asset
GET
Responses
Code | Description |
---|---|
200 | Success |
/api/marketdata/getcoinmarketcap/ticker
GET
Responses
Code | Description |
---|---|
200 | Success |
/api/marketdata/getcoinmarketcap/orderbook/{market_pair}
GET
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
market_pair | path | Yes | string |
Responses
Code | Description |
---|---|
200 | Success |
/api/marketdata/getcoinmarketcap/trades/{market_pair}
GET
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
market_pair | path | Yes | string |
Responses
Code | Description |
---|---|
200 | Success |
FUTURES
GET https://futures.azbit.com/api/external-providers/cmc/contracts
Summary:
Get contracts info for coin market cap
Response model
{
"TONUSDT": [
{
"ticker_id": "TONUSDT",
"base_currency": "TON",
"target_currency": "USDT",
"last_price": 4.8681,
"base_volume": 201490.94170597687,
"target_volume": 971660.649433,
"bid": 4.8681,
"ask": 4.8688,
"high": 4.892,
"low": 4.7803,
"product_type": "Perpetual",
"open_interest": 16304177.2,
"index_price": 4.874,
"index_currency": 0,
"start_timestamp": null,
"end_timestamp": null,
"funding_rate": 0.00005,
"next_funding_rate": 0.00005,
"next_funding_rate_timestamp": 1738324800000,
"contract_type": "Inverse",
"contract_price": 0.1,
"contract_price_currency": "USDT"
}
]
}
Response codes
Code | Description |
---|---|
200 | Success |
GET https://futures.azbit.com/api/external-providers/cmc/orderbook
Summary:
Orderbooks
Response model
{
"ticker_id": "NEARUSDT",
"bids": [
{
"price": 4.732,
"quantity": 253.6
}],
"asks": [
{
"price": 4.732,
"quantity": 253.6
}
]
}
Response codes
Code | Description |
---|---|
200 | Success |