Endpoint
GET/v1/account/order/query
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | No | Order ID returned by the platform. |
| businessId | String | No | Merchant-defined business ID. Either id or businessId must be provided. |
| timestamp | Long | Yes | UNIX timestamp (in milliseconds). |
Response Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Order ID. |
| tokenName | String | Yes | Name of the token. |
| chainName | String | Yes | Blockchain network name, e.g., Ethereum, Bsc. |
| toAddress | String | Yes | Recipient’s address. |
| amount | String | Yes | Withdrawal amount. |
| status | String | Yes | Order status. Refer to “Enum Definitions” for details. |
| businessId | String | No | Merchant-defined business ID. |
| tag | String | No | Notes or remarks for the order. |
| txHash | String | No | Blockchain transaction hash. |
| blockHigh | String | No | Block height of the transaction. |
| networkFee | String | Yes | Network fee charged for the transaction. |
| platformFee | String | Yes | Platform commission fee. |
| createdTime | Long | Yes | Order creation time (UTC). |
| completeTime | Long | No | Order completion time (UTC). |