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 Transaction History (KEYED)
Applicable for querying futures transaction history
Request URL
GET https://cloud-api.wooxpro.com/contract/private/transaction-history
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | No | Symbol of the contract |
| flow_type | Int | No | Type - 0 = All (default) - 1 = Transfer - 2 = Realized PNL - 3 = Funding Fee - 4 = Commission Fee - 5 = Liquidation Clearance |
| account | String | No | Trading account - futures- copy_trading |
| start_time | Long | No | Start time(Timestamp in Milliseconds) |
| end_time | Long | No | End time(Timestamp in Milliseconds) |
| page_size | Int | No | Default 100; max 1000 |
- If
start_timeandend_timeare not sent, only data from the last 7 days will be returned. - If
typeis not sent, all types of account profit and loss transaction history will be returned.
Response Data
Response
| Field | Type | Description |
|---|---|---|
| symbol | String | Symbol of the contract |
| flow_type | Int | Type - 0 = All (default) - 1 = Transfer - 2 = Realized PNL - 3 = Funding Fee - 4 = Commission Fee - 5 = Liquidation Clearance |
| type | String | Type - Transfer - Realized PNL - Funding Fee - Commission Fee - Liquidation Clearance |
| account | String | Trading account - futures- copy_trading |
| amount | String | Amount, supports positive and negative values |
| asset | String | Transaction currency |
| time | String | Transaction timestamp, timestamp in ms |
| tran_id | String | Transaction ID |