跳到主要内容

获取重提订单详情(USER_DATA)

接口描述

获取订单详情页

在调用此 API 之前,请确保您已完成 KYC 或 KYB 验证,并且已在我们的网站上激活您的法币服务。

HTTP请求

GET /sapi/v1/fiat/get-order-detail

请求权重(IP)

1

请求参数

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

响应示例

{
"code": "000000",
"message": "success",
"data": {
"orderId": "036752*678",
"orderStatus": "ORDER_INITIAL",
"amount": "4.33",
"fee": "0.43",
"fiatCurrency": "***",
"errorCode": "",
"errorMessage": "",
"ext": {}
}
}

错误代码

序号代码释义
1-16007限额不够
2-16009没有通过KYC/KYB
3-16010currency/payment method不支持
4-16011订单不存在
5-16012没有可以支持的渠道