Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取交易对完整的深度。
GET https://cloud-api.wooxpro.com/contract/public/depth
请求
curl https://cloud-api.wooxpro.com/contract/public/depth?symbol=BTCUSDT
响应
{ "code": 1000, "message": "Ok", "trace": "b9bff62d-9ac8-4815-8808-8f745673c096", "data": { "asks": [ [ "23935.4", "65", "65" ] ], "bids": [ [ "23935.4", "65", "65" ] ], "timestamp": 1660285421287, "symbol": "BTCUSDT" } }