Withdrawals
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
X-Request-IdstringOptional
A unique 'Reference Number' for each incoming withdrawal request. Any retries will retain the same x-request-Id value.
Body
accountIdstring · uuidOptionalExample:
757a15e6-0b3c-44d6-9e60-f76c1dc35f34currencystringOptionalExample:
USDquantitystringOptionalExample:
The quantity to withdraw
100.00Responses
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
409
Duplicate request error
application/json
4XX
Client error
5XX
Server error
post
/v1/withdrawalsLast updated