Request This endpoint expects an object.
source_currency enum Required
Currency code of the source amount (e.g., USD)
Allowed values: USD USDC
destination_currency enum Required
Currency code of the destination amount (e.g., EUR)
financial_account_id string Required
ID of the financial account to receive the transfer
payout_method enum Required
Method of payout (e.g., ach, pix, spei, wire)
quote_id string Optional
Quote ID to create transfer from (alternative to providing all fields)
source_type enum Optional Defaults to prefunded
Type of source account
Allowed values: prefunded deposit
client_reference_id string Optional
Your unique identifier for this transfer. Use this to correlate transfers with records in your own system. Maximum 64 characters.
source_amount string Optional
Amount to send in source currency (in smallest currency unit)
destination_amount string Optional
Desired amount to receive in destination currency (in smallest currency unit)
net_source_amount string Optional
The net amount after fees (fees will be added on top)
source_network enum Optional
Blockchain network of the source currency (e.g., base)
Allowed values: ethereum solana base
Response Create a Transfer
id string
Unique identifier for the transfer
client_reference_id string
Reference ID for the transfer
source_amount string
Amount of the source currency
source_currency enum
Currency of the source amount
Allowed values: USD USDC
destination_amount string
Amount of the destination currency
destination_currency enum
Currency of the destination amount
exchange_rate string
Exchange rate for the transfer
recipient_id string
Unique identifier for the recipient
financial_account_id string
Unique identifier for the financial account
payout_method enum
Method of payout
status enum
Current status of the transfer
total_fee string
Total fee for the transfer
fee_currency string
Currency of the total fee
total_tax string
Total tax for the transfer
tax_currency string
Currency of the total tax
net_source_amount string
Net amount of the source currency after fees
completed_in string
Time taken to complete the transfer in seconds
created_at string format: "date-time"
ISO8601 timestamp when the transfer was created
updated_at string format: "date-time"
ISO8601 timestamp when the transfer was last updated
failure_reason string
Reason for the transfer failure
settlement_reference_id string
Reference ID for the settlement
deposit_instructions object
Present when the transfer is awaiting funding.