futures-open-api、futures-order-service、futures-gateway-service、futures-base-service、
• {{host}}/cmc/summary/{symbol}
请求参数:
• symbol : 合约币对。Eg: BTC-USDT
响应参数:
{
"ticker_id": "BTC-USDT",
"base_currency": "BTC",
"quote_currency": "USDT",
"last_price": 70884.1,
"base_volume": 4186845,
"quote_volume": 291969591199.6,
"bid": 70873.1,
"ask": 70873.3,
"high": 71799.9,
"low": 68397.7,
"product_type": "Futures",
"open_interest": 62311,
"open_interest_usd": 62311,
"index_price": 70803.99,
"creation_timestamp": null,
"expiry_timestamp": null,
"funding_rate": 0.00012,
"next_funding_rate": null,
"next_funding_rate_timestamp": 1711670400000,
"maker_fee": 0.00025,
"taker_fee": 0.0006
}
• {{host}}/cmc/specifications
响应参数:
[
{
"ticker_id": "MANA-USDT",
"base_currency": "MANA",
"quote_currency": "USDT",
"last_price": 0.6725,
"base_volume": 1193205,
"quote_volume": 797895.7844,
"bid": 0.6725,
"ask": 0.673,
"high": 0.6861,
"low": 0.6527,
"product_type": "Futures",
"open_interest": 102,
"open_interest_usd": 102,
"index_price": 0.6707,
"creation_timestamp": null,
"expiry_timestamp": null,
"funding_rate": 0.0001,
"next_funding_rate": null,
"next_funding_rate_timestamp": 1711670400000,
"maker_fee": 0.00025,
"taker_fee": 0.0006,
"contract_type": "Vanilla",
"contract_price": 0.6707,
"contract_price_currency": "USDT"
}
]
• {{host}}/cmc/orderBook/{symbol}
请求参数:
• symbol : 合约币对。 Eg: BTC-USDT
响应参数:
xxxxxxxxxx
{
"ticker_id": null,
"timestamp": 1711633479000,
"bids": [
[71006.4, 13085],
[71006.3, 12374],
[71006.2, 6173],
[71006.1, 9750],
[71006, 12063],
[71005.9, 9703],
[71005.8, 5511],
[71005.7, 6376],
[71005.6, 10697],
[71005.5, 6880],
[71005.4, 6749],
[71005.3, 10705],
[71005.2, 9600],
[71005.1, 14597],
[71005, 6857],
[71004.9, 6088],
[71004.8, 11334],
[71004.7, 5828],
[71004.6, 13154],
[71004.5, 6881],
[70982.9, 11528]
],
"asks": [
[71006.7, 9258],
[71006.8, 10281],
[71006.9, 14230],
[71007, 5223],
[71007.1, 11807],
[71007.2, 10925],
[71007.3, 9692],
[71007.4, 8301],
[71007.5, 7239],
[71007.6, 7949],
[71007.7, 11312],
[71007.8, 6321],
[71007.9, 10045],
[71008, 11211],
[71008.1, 7427],
[71008.2, 14661],
[71008.3, 14948],
[71008.4, 5279],
[71008.5, 11918],
[71008.6, 10441],
[71012.9, 6708]
]
}
exchange-open-api
• {{host}}/cmc/spot/ticker
响应数据:
x
• {{host}}/cmc/spot/orderbook/{symbol}
请求参数:
• symbol : 现货币对。 Eg: BTC_USDT
响应参数:
xxxxxxxxxx
• {{host}}/cmc/spot/assets
响应数据:
xxxxxxxxxx
• {{host}}/cmc/spot/summary
响应数据:
xxxxxxxxxx