Get a Quote
Technical guide for implementing Bando's quote retrieval system. Learn how to fetch real-time pricing for crypto payments across multiple chains.
Learn how to get price quotes for converting fiat currency to digital assets for your purchases.
Getting a Price Quote
The Quote API helps you get current prices for purchasing products using digital assets.
Endpoint
Request Format
Field descriptions:
sku
: Product identifier (e.g., "TMOBILE_US_001-ROW_0081" )fiat_currency
: Local currency code (e.g., "MXN", "USD")digital_asset
: Digital token symbol (e.g., "USDC", "USDT")chain_id
: Blockchain network ID (e.g., 137 for Polygon)
Response Example
Common Use Cases
1. Mobile Top-up Quote
2. Gift Card Quote
3. eSIM Quote
Understanding the Quote
The quote response includes:
Original Price
fiat_currency
: Local currency (MXN, USD, etc.)fiat_amount
: Price in local currency
Converted Amount
digital_asset
: Token used (USDC, USDT, etc.)digital_asset_amount
: Base price in tokens
Best Practices
Currency Conversion
Rates update in real-time
Final amounts may vary slightly
Always use latest quote for transactions
SKU Format
Use correct SKU format: BRAND_COUNTRY_AMOUNT-I
Check SKU exists
Verify product availability
Last updated
Was this helpful?