Get Order Detail(USER_DATA)
API Description
Get Order Detail
Before calling this api, please make sure you have already completed your KYC or KYB, and already activated your fiat service on our website.
HTTP Request
GET /sapi/v1/fiat/get-order-detail
Request Weight(UID)
45000
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| orderNo | STRING | YES | order id retrieved from the api call of withdrawal |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Example
{
"code": "000000",
"message": "success",
"data": {
"orderId": "036752*678",
"orderStatus": "ORDER_INITIAL",
"amount": "4.33",
"fee": "0.43",
"fiatCurrency": "***",
"errorCode": "",
"errorMessage": "",
"ext": {}
}
}
Error Codes
| index | code | message |
|---|---|---|
| 1 | -16007 | Not enough limit |
| 2 | -16009 | Not passed KYC/KYB |
| 3 | -16010 | Not supported currency or payment method |
| 4 | -16011 | Order not exist |
| 5 | -16012 | No channel supported |