Create fiat transfer
Transfers
Create a fiat transfer
Send a fiat-denominated transfer between two accounts.
POST
Create fiat transfer
Transfers a fiat amount from the sender to a receiver (
receiverAccountId or receiverExternalId). The amount settles in the underlying stablecoin; the response includes a fiatOrigin block with the original currency and exchange rate.
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
Fiat currency code (e.g. EUR, USD)
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

