Skip to main content
GET
Retrieve quotes

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Query Parameters

pair
enum<string>

Currency pair to quote.

Available options:
USDC/BOB,
BOB/USDC,
USDT/BOB,
BOB/USDT,
USDT/PEN,
USDT/BRL,
USDT/CLP,
USDT/COP,
USDC/PEN,
USDC/BRL,
USDC/CLP,
USDC/COP,
USDT/USD,
USDC/USD,
USDT/EUR,
USDC/EUR,
EURC/EUR
transaction_type
enum<string>

Transaction type used to filter the quote.

Available options:
withdrawal_express,
deposit_express,
withdrawal_ach

Response

Available quotes.

transactionType
enum<string>
required

Transaction type for the quote.

Available options:
withdrawal_express,
deposit_express,
withdrawal_ach
Example:

"withdrawal_express"

pair
enum<string>
required

Currency pair used for the quote.

Available options:
USDC/BOB,
BOB/USDC,
USDT/BOB,
BOB/USDT,
USDT/PEN,
USDT/BRL,
USDT/CLP,
USDT/COP,
USDC/PEN,
USDC/BRL,
USDC/CLP,
USDC/COP,
USDT/USD,
USDC/USD,
USDT/EUR,
USDC/EUR,
EURC/EUR
Example:

"USDC/BOB"

serviceExchangeRate
number
required

Base service exchange rate.

Example:

6.96

partnerExchangeRate
number
required

Exchange rate applied to the partner.

Example:

6.96

partnerPctFee
number
required

Percentage fee configured for the partner.

Example:

0.5

timeStamp
string
required

Date and time when the quote was generated.

Example:

"2026-05-12T12:00:00.000Z"