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 Futures Trade List(KEYED)
Used for API affiliates to query contract rebate records within a certain time range
Request URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/trade-list
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required | Description |
|---|---|---|---|
| user_id | Long | Yes | userID |
| type | Int | Yes | Query type: - 1=U-based - 2=Coin-based |
| page | Int | Yes | Page number |
| size | Int | Yes | Number of records per page |
| start_time | Long | No | Query start timestamp(in second) |
| end_time | Long | No | Query end timestamp(in second) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| user_id | Long | userID |
| user_type | Int | User Type: -Direct User -Indirect User |
| create_time | Long | Creation Time |
| symbol | String | symbol |
| leverage | Int | leverage |
| select_copy_trade | Int | Type: 1-Copy Trading 2-Non-Copy Trading |
| open_type | Int | Position Type: - 1=Isolated - 2=Cross |
| way | Int | Order Direction: - 1=Long - 2=Close Short - 3=Close Long - 4=Short |
| category | Int | Order Type: - 1=Limit Order - 2=Market Order |
| deal_price | Decimal | Average Deal Price |
| deal_vol | Decimal | Deal Volume |
| fee | Decimal | fee |
| realised_profit | Decimal | Realized Profit and Loss |