GET
/
api
/
quotes
/
{id}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the quote to be obtained.

Response

200 - application/json
amountCrypto
number

The transaction amount in the cryptocurrency.

amountFiat
number

The transaction amount in the fiat currency.

country
enum<string>

The country where the quote is applicable.

Available options:
MX,
PE,
US
createdAt
string

The date and time when the quote was created.

crypto
enum<string>

Crypto currency.

Available options:
USDC,
USDC_POLYGON_NXTB,
SOL_USDC_PTHX,
USDT_POLYGON,
USDT_ERC20,
TRX_USDT_S2UZ
expiresAt
string

Date and time at which the quote is no longer valid and cannot be used to create an order. This value is undefined in buy and sell orders where the fiat value is USD , as those quotes do not expire.

fees
object
fiat
enum<string>

Fiat currency.

Available options:
USD,
MXN,
PEN
id
string

The unique identifier of the quote.

netPrice
number

The final price of the order, including taxes and fees

paymentMethod
enum<string>

The method of payment used in the transaction.

Available options:
card,
bankTransfer,
cash
price
number

The current price of the cryptocurrency in the fiat currency.

quoteInCrypto
boolean

Indicates if the quote is provided in the cryptocurrency.

reissueAfterExpiration
boolean

Indicates if a new quote should be issued after the current one expires.

side
enum<string>

Side of the quote.

Available options:
buy,
sell
userId
string

Id of the user who created the quote.