Quotes
Consulta de cotizaciones disponibles.
El módulo Quotes permite consultar cotizaciones para operaciones de payin y payout.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Consulta de cotizaciones disponibles.
GET /v2/quotes
| Parámetro | Requerido | Valores |
|---|---|---|
pair | No | USDC/BOB, BOB/USDC, USDT/BOB, BOB/USDT |
transaction_type | No | withdrawal_express, deposit_express, withdrawal_ach |
GET /v2/quotes?pair=USDC/BOB&transaction_type=withdrawal_express
[
{
"transactionType": "withdrawal_express",
"pair": "USDC/BOB",
"serviceExchangeRate": 6.96,
"partnerExchangeRate": 6.96,
"partnerPctFee": 0.5,
"timeStamp": "2026-05-12T12:00:00.000Z"
}
]