Skip to main content
POST

Authorizations

ACCESS-API-KEY
string
header
required

HMAC API-key identifier.

ACCESS-TIMESTAMP
string
header
required

Unix timestamp in seconds.

ACCESS-SIGN
string
header
required

Base64-encoded hex HMAC signature.

Headers

X-Idempotency-Key
string

Idempotency key for write operations.

Maximum string length: 128

Path Parameters

wallet_id
string
required

Body

application/json

Accepts snake_case fields and camelCase aliases.

asset_id
string
required
amount
string
required
recipient_address
string
required
assetId
string
recipientAddress
string
to_address
string
toAddress
string
address
string

Response

Existing idempotent withdrawal or signing response.

success
boolean
required
message
string
required
Example:

"success"

code
required
Example:

0

data
object
required