Create crypto transfer
Transfers
Create a crypto transfer
Send a crypto transfer between two accounts.
POST
Create crypto transfer
Transfers a crypto
asset on the given chain from the sender to a receiver account. Retrying with the same idempotencyKey returns the original transfer — no double-spend (see Idempotency).
Concept guide: Transfers
The sender account must be verified, and (self-custody) its wallet
ACTIVE with an allowance to the orchestration wallet. See Account verification and Approving transfers without gas.Authorizations
OAuth2 client credentials flow. Token endpoints:
Path Parameters
The account ID initiating the transfer
Body
application/json
Supported blockchain network
Available options:
AVALANCHE, BASE Cryptocurrency asset identifier (e.g. USDC)
Minimum string length:
1Transfer amount
Unique key to prevent duplicate operations on retry
Minimum string length:
1ID of the receiving account
External ID of the receiving account (alternative to receiverAccountId)
Optional transfer description
Optional merchant reference

