Withdraw
Apply for withdrawal
POST
https://openapi.exchange1.com/sapi/v1/withdraw/apply
Headers
X-CH-APIKEY*
String
Your API-key
X-CH-SIGN*
String
Sign
X-CH-TS*
Integer
timestamp
Request Body
withdrawOrderId*
String
Custom withdrawal id, guaranteed to be unique
amount*
String
quantity
address*
String
Withdrawal address
label
String
Some currencies such as XRP, XMR allow filling of secondary address labels
symbol
String
weight(IP/UID): 100
Withdrawal record query
POST
https://openapi.exchange1.com/sapi/v1/withdraw/query
Headers
X-CH-APIKEY*
String
Your API-key
X-CH-SIGN*
String
Sign
X-CH-TS*
String
timestamp
Request Body
symbol
String
withdrawId
String
Platform withdrawal id
withdrawOrderId
String
Custom withdrawal id
startTime
String
Start time, timestamp, default 90 days ago
endTime
String
end time, timestamp, default current time
page
String
Page number, starting at 1
weight(IP/UID): 100
Responses
symbol
String
USDT
Withdrawal currency
amount
Number
9.99
quantity
address
String
TFFrjNfBAagmFWypE3Hnv6zPKAFhd3VcDf
Withdrawal address
withdrawOrderId
String
abc123
Custom withdrawal id
fee
Number
0.01
fee
ctime
Number
1605585397000
creation time
txId
String
749864_20201117115930
Withdrawal transaction id
id
Number
749864
Platform withdrawal id
applyTime
Number
1605585397000
On-chain time
status
Number
2
Withdrawal status, 0-unapproved, 1-approved, 2-approved rejected, 3-payment, 4-payment failed, 5-completed, 6-revoked
info
String
Withdrawal address error
Review rejection reasons
Last updated