Endpoint
GET/v1/account/order/query
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Order ID returned by the platform. |
| timestamp | Long | Yes | UNIX timestamp (in milliseconds). |
Response Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | Yes | Unique identifier for the order. |
| amount | String | Yes | Amount deposited by the user. |
| tokenName | String | Yes | Token name of the deposit. |
| chainName | String | Yes | Network used for the deposit. |
| fromAddress | String | Yes | Sender’s address. |
| toAddress | String | Yes | Recipient’s address. |
| status | String | Yes | Current status of the order. |
| txHash | String | Yes | On-chain transaction hash. |
| createdTime | Long | Yes | Creation time of the order (UTC). |