Create a Quote
Creates a quote that locks exchange rates and fees for 2 minutes
Request
This endpoint expects an object.
financial_account_id
The ID of the financial account to receive the transfer
payout_method
Method of payout (e.g., ach, pix, spei, wire, upi)
source_currency
The currency code of the source amount (example: USD)
Allowed values:
destination_currency
The currency code of the destination amount (e.g., COP)
source_amount
The amount to send in source currency
destination_amount
The desired amount to receive in destination currency
net_source_amount
The net amount after fees (fees will be added on top)
source_network
The blockchain network for the source currency (e.g., base). Required when source_currency is a stablecoin.
Allowed values:
Response
Create a Quote
id
Unique identifier for the quote
source_amount
Amount of the source currency
source_currency
Currency of the source amount
Allowed values:
destination_amount
Amount of the destination currency
destination_currency
Currency of the destination amount
derived_source_amount
Whether the source amount is derived from the destination amount
exchange_rate
Exchange rate for the quote
payout_method
Method of payout
financial_account_id
Unique identifier for the financial account
recipient_id
Unique identifier for the recipient
total_fee
Total fee for the quote
fee_currency
Currency of the total fee
total_tax
Total tax for the quote
tax_currency
Currency of the total tax
net_source_amount
Net amount of the source currency after fees
expires_at
ISO8601 timestamp when the quote expires
created_at
ISO8601 timestamp when the quote was created
source_network
Blockchain network for the source stablecoin when present
Allowed values:

