Request This endpoint expects an object.
financial_account object Required
Financial account to receive the transfer
payout_method string Required
Method of payout (e.g., ach, pix, spei, wire, upi)
destination_currency string Required
The currency code of the destination amount (e.g., COP)
source_amount string Optional
The amount to send in source currency
destination_amount string Optional
The desired amount to receive in destination currency
net_source_amount string Optional
The net amount after fees (fees will be added on top)
source_currency string Optional Defaults to usd
The currency code of the source amount (example: USD)
source_network string Optional
The blockchain network for the source currency (e.g., base). Required when source_currency is a stablecoin.
Response Create a Quote
id string
Unique identifier for the quote
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
derived_source_amount boolean
Whether the source amount is derived from the destination amount
exchange_rate string
Exchange rate for the quote
payout_method enum
Method of payout
financial_account object
Financial account to receive the transfer
recipient_id string
Unique identifier for the recipient
total_fee string
Total fee for the quote
fee_currency string
Currency of the total fee
total_tax string
Total tax for the quote
tax_currency string
Currency of the total tax
net_source_amount string
Net amount of the source currency after fees
expires_at string format: "date-time"
ISO8601 timestamp when the quote expires
created_at string format: "date-time"
ISO8601 timestamp when the quote was created
source_network enum
Blockchain network for the source stablecoin when present
Allowed values: ethereum solana base