Withdrawals

Request withdrawal.

post
/v1/withdrawals

Initiate a withdrawal.

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-f76c1dc35f34
currencystringOptionalExample: USD
quantitystringOptional

The quantity to withdraw

Example: 100.00
Responses
chevron-right
200

Successful response

application/json
post
/v1/withdrawals

Last updated