Confirm a Withdraw Request

/sapi/v1/sunperp/dw/withdraw/confirm

Request type: POST

Signature verification: Yes

Interface permission: Withdraw

Rate Limit: Generally, the private interface rate limit of API key is at most 144 times every 3 seconds for each UID (Trade Interface: at most 72 times every 3 seconds. Read Interface: at most 72 times every 3 seconds) (this rate limit is shared by all the altcoins contracts delivered by different date).

Interface description: Confirm a withdrawal request

Request Address

Environment
Address

Online (preferred by aws customers)

Request Parameter

Parameter
Data Type
Required
Description
Default Value

nonce

string

true

Nonce value return by the /apply API

signature

string

true

Signature

Response Parameter

Parameter
Data Type
Required
Description
Default Value

status

string

true

Response state

"ok" or "error"

error-code

string

false

Error code

error-msg

string

false

Error message

<data>

object

true

order-id

long

true

Withdrawal order id

status

string

true

Withdrawal status

"Verifying"

"Processing"

"Failed"

</data>

false

Note:

  • Should input 'CLOUD-EXCHANGE: 6X2K9L4V1C' in the request header

  • API signature does not include the "/sapi/v1" part for url paths, only the "/sunperp/dw/xxx" is considered.

Request Example

Response Example

Last updated