Skip to main content

Endpoint

GET /v1/account/order/history

Request Parameters

Note: The maximum query time range is 30 days, i.e., endTime - startTime <= 30 Days.
There are currently three order types, and the response parameters vary by type:
  • Deposit: Orders related to deposits to fixed addresses.
  • Payment: Orders created via payment order links. Use status to determine order completion.
  • Withdraw: Withdrawal orders.

Response Parameters: Deposit


Response Parameters: Payment


Response Parameters: Withdraw


Response Examples