This endpoint creates a transfer between accounts in the same currency. You can transfer funds between a master account and a subaccount, or between subaccounts.
Headers
Name
Value
Content-Type
application/vnd.api+json
Authorization
Bearer <api_key>
Body
Name
Type
Description
data
object
Object with exchange request data.
data.type
string
Exchange request type. Always transfers.
data.attributes
object
A set of exchange request attributes.
data.attributes.from_account
string
From account ID.
data.attributes.to_account
string
To account ID.
data.attributes.amount
number
Transfer amount.
data.attributes.currency
string
Transfer currency.
data.attributes.reference
string
Unique reference ID for this transfer, included in downloadable CSV transaction reports.