Create a Quote

Creates a quote that locks exchange rates and fees for 2 minutes

Request

This endpoint expects an object.
financial_account_idstringRequired
The ID of the financial account to receive the transfer
payout_methodenumRequired

Method of payout (e.g., ach, pix, spei, wire, upi)

source_currencyenumRequired

The currency code of the source amount (example: USD)

Allowed values:
destination_currencyenumRequired

The currency code of the destination amount (e.g., COP)

source_amountstringOptional
The amount to send in source currency
destination_amountstringOptional
The desired amount to receive in destination currency
net_source_amountstringOptional

The net amount after fees (fees will be added on top)

source_networkenumOptional

The blockchain network for the source currency (e.g., base). Required when source_currency is a stablecoin.

Allowed values:

Response

Create a Quote
idstring
Unique identifier for the quote
source_amountstring
Amount of the source currency
source_currencyenum
Currency of the source amount
Allowed values:
destination_amountstring
Amount of the destination currency
destination_currencyenum
Currency of the destination amount
derived_source_amountboolean
Whether the source amount is derived from the destination amount
exchange_ratestring
Exchange rate for the quote
payout_methodenum
Method of payout
financial_account_idstring
Unique identifier for the financial account
recipient_idstring
Unique identifier for the recipient
total_feestring
Total fee for the quote
fee_currencystring
Currency of the total fee
total_taxstring
Total tax for the quote
tax_currencystring
Currency of the total tax
net_source_amountstring
Net amount of the source currency after fees
expires_atstringformat: "date-time"
ISO8601 timestamp when the quote expires
created_atstringformat: "date-time"
ISO8601 timestamp when the quote was created
source_networkenum
Blockchain network for the source stablecoin when present
Allowed values: