Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
查询成交数据
查询当前最新成交数据
请求URL
GET https://cloud-api.wooxpro.com/contract/public/market-trade
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 必填 | 合约交易对(如BTCUSDT) |
| limit | Long | 选填 | 条数(默认 50;最大 100;) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| symbol | String | 交易对 |
| price | String | 成交价格 |
| qty | String | 成交值-coin |
| quote_qty | String | 成交值-USDT |
| time | Long | 成交时间戳 |
| is_buyer_maker | Bool | 买方为做市方时为True |