Skip to main content
POST
cURL
Before initiating a payout, please review our Payout Best Practices guide to ensure successful transaction processing.
Critical Warning:
  • Deposits to unsupported asset/blockchain pairs will be lost
  • Deposits to incorrect addresses will be lost
  • These losses are permanent and non-recoverable

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
quotation_id
string<uuid>
required

The unique identifier of the quotation

Example:

"2e104290-07c8-49f1-a5ca-0d27f0078f8a"

customer_id
string<uuid>
required

The unique identifier of the customer

Example:

"def8b740-99f9-4cba-bc9e-99de57e927b4"

exchange_order_id
string
required

Order ID on the exchange

Example:

"5059889123892"

client_reference_id
string

Optional client reference ID for tracking

Example:

"testUser123"

Response

Payout created successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object