Internal transfer for exchange accounts

POST {{baseUrl}}/exchange_accounts/:exchangeAccountId/internal_transfer

Transfers funds between trading accounts under the same exchange account.

Request Body

{"asset"=>"<string>", "amount"=>"<string>", "sourceType"=>"UNIFIED", "destType"=>"UNIFIED"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}