跳转到主要内容
POST
/
api
/
v1
/
api
/
order
/
speedUp
提交加速存币单请求
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/order/speedUp \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '
{
  "callBackId": "D782243635",
  "userId": 1,
  "tenantUserId": "tenant123",
  "tenantType": 1,
  "amount": 0.5,
  "symbol": "TRX",
  "chainName": "TRON",
  "txId": "tx12345",
  "fromAddr": "fromAddress123",
  "toAddr": "toAddress123",
  "tag": ""
}
'
{
  "code": 0,
  "data": {
    "id": "order12345",
    "tenantUserId": "tenant123"
  },
  "message": ""
}

接口描述

用户存币单没有在管理后台系统查到的情况,会重新抓取一次存币单。

请求头

Content-Type
string
必填

请求内容类型

示例:

"multipart/form-data"

X-API-KEY
string
必填

平台方分配的 API-KEY

示例:

"your-api-key"

请求体

application/json

加速存币单请求参数(JSON 格式)。

userId
integer
必填

三方用户ID

tenantUserId
string
必填

商户用户ID

tenantType
integer
必填

三方不同业务类型 (JD专用)

amount
string
必填

提币金额,最多支持小数点后6位。

symbol
string
必填

货币符号

chainName
string
必填

链名

toAddr
string
必填

目标地址

callBackId
string

回调订单

txId
string

交易ID

fromAddr
string

来源地址

tag
string

标签

响应

成功返回加速存币单结果。

code
integer

状态码

data
object
message
string

返回的消息