获取重提订单详情(USER_DATA)
接口描述
获取订单详情页
在调用此 API 之前,请确保您已完成 KYC 或 KYB 验证,并且已在我们的网站上激活您的法币服务。
HTTP请求
GET /sapi/v1/fiat/get-order-detail
请求权重(IP)
1
请求参数
| Name | Type | Mandatory | Description |
|---|---|---|---|
| orderNo | STRING | YES | order id retrieved from the api call of withdrawal |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
响应示例
{
"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 | -16010 | currency/payment method不支持 |
| 4 | -16011 | 订单不存在 |
| 5 | -16012 | 没有可以支持的渠道 |