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.
Get Market Trade
Query the latest trade data
Request URL
GET https://cloud-api.wooxpro.com/contract/public/market-trade
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
| limit | Long | No | Count(Default 50; max 100;) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| symbol | String | Symbol |
| price | String | Trade price |
| qty | String | Trade value - coin |
| quote_qty | String | Trade value - USDT |
| time | Long | Market trade time stamp |
| is_buyer_maker | Bool | True if Buyer of the trade is maker |