English
cURL
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": "" }
请求内容类型
"multipart/form-data"
平台方分配的 API-KEY
"your-api-key"
加速存币单请求参数(JSON 格式)。
The body is of type object.
object
成功返回加速存币单结果。
The response is of type object.