GET
/
api
/
quotes
/
{id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Id of the quote to be obtained.

Response

200 - application/json
fees
object
userId
string

Id of the user who created the quote.

crypto
enum<string>

Crypto currency.

Available options:
USDC,
USDC_POLYGON,
USDC_POLYGON_NXTB,
SOL_USDC_PTHX,
USDT_POLYGON,
USDT_ERC20,
TRX_USDT_S2UZ
side
enum<string>

Side of the quote.

Available options:
buy,
sell
fiat
enum<string>

Fiat currency.

Available options:
USD,
MXN,
PEN
paymentMethod
enum<string>

The method of payment used in the transaction.

Available options:
card,
bankTransfer,
cash
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.

country
enum<string>

The country where the quote is applicable.

Available options:
MX,
PE,
US
amountFiat
number

The transaction amount in the fiat currency.

amountCrypto
number

The transaction amount in the cryptocurrency.

price
number

The current price of the cryptocurrency in the fiat currency.

createdAt
string

The date and time when the quote was created.

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.

netPrice
number

The final price of the order, including taxes and fees

id
string

The unique identifier of the quote.