English
cURL
curl --request POST \ --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/deposit/getPreDepositInfo \ --header 'Content-Type: <content-type>' \ --header 'X-API-KEY: <x-api-key>' \ --data '{ "preDepositOrderId": "PD123456789", "adjustDepositAmount": "100.50", "adjustAmountUpperBound": "105.00", "adjustAmountLowerBound": "95.00", "chainName": "TRON", "symbol": "USDT" }'
{ "code": 0, "message": "success", "data": { "uniqueDepositAmount": "100.53", "preDepositOrderId": "PD123456789" } }
请求内容类型
"multipart/form-data"
平台方分配的 API-KEY
"your-api-key"
预存款请求参数(JSON 格式)。
The body is of type object.
object
成功响应,返回调整后的唯一存币金额及预存币单号。
The response is of type object.