Get full depth of trading pairs.
Request URL
GET https://cloud-api.wooxpro.com/contract/public/depth
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| timestamp | Long | Unix timestamp in milliseconds for when the last updated time occurred |
| bids | List | Bid order depth |
| asks | List | Ask order depth |
| symbol | String | symbol |
| Field | Type | Description |
|---|---|---|
| The first | String | The price at current depth. For example 23935.4 |
| The second | String | Total quantity of current price depth. For example 65 |
| The third | String | Accumulates the total quantity above (including) the current price depth. For example 65 |