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": ""
}

API Description

The deposit order will be retrieved again, which may be because it was not found in the admin backend system.

Headers

Content-Type
string
required

请求内容类型

Example:

"multipart/form-data"

X-API-KEY
string
required

平台方分配的 API-KEY

Example:

"your-api-key"

Body

application/json

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

userId
integer
required

三方用户ID

tenantUserId
string
required

商户用户ID

tenantType
integer
required

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

amount
string
required

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

symbol
string
required

货币符号

chainName
string
required

链名

toAddr
string
required

目标地址

callBackId
string

回调订单

txId
string

交易ID

fromAddr
string

来源地址

tag
string

标签

Response

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

code
integer

状态码

data
object
message
string

返回的消息