跳到主要内容

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

NameTypeMandatoryDescription
orderNoSTRINGYESorder id retrieved from the api call of withdrawal
recvWindowLONGNO
timestampLONGYES

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

indexcodemessage
1-16007Not enough limit
2-16009Not passed KYC/KYB
3-16010Not supported currency or payment method
4-16011Order not exist
5-16012No channel supported