Order list query
Interface address: /api/v1/bank-transfer/query-order-list
Note: This interface allows order detail queries in batches.
Request input parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
startTime | String | N | Start date |
endTime | String | N | End date. Query all order information within this time range. |
orderType | String | N | Not transmitted by default Payout: Withdrawal Payin: Deposit |
updateTimeStart | String | N | Start of the update time |
updateTimeEnd | String | N | End of the update time |
pageNum | Int | N | Page Number: Defaults to the first page |
pageSize | Int | N | Items Per Page: Defaults to 10 items per page |
Output parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
totalCount | Array | Y | Total Count |
totalPage | Array | Y | Total Page |
orderList | Array | Y | Order Info |
merchantOrder | String | Y | Merchant order ID. |
orderId | String | Y | MultiExchange order ID. |
state | String | Y | Order status: CREATED: Order created successfully. PROCESSING: 3DS payment link generated. SUCCESS: The payment was successful, pending crypto transfer. FAILED: Payment failed CHAIN_WITHDRAW_WAIT: Crypto transfer in progress. COMPLETED: Crypto transferred successfully and the order is complete. CONVERSION_FAILED: Conversion failed |