Skip to main content
By default, the Biconomy API performs an exhaustive query across all underlying liquidity providers (DEXs, aggregators, bridges) to find the optimal route for your swap. While this ensures the best possible price, it takes longer to respond. For applications where speed is more important than finding the absolute best price, you can use fast-quote mode to get the first viable quote immediately.

Using Fast-Quote Mode

Add routeSelectionMode: "fast-quote" to the data field of your request:

Comparison

When to Use Fast-Quote

Good For

  • Real-time price displays
  • Quick previews in UI
  • High-frequency quote refreshes
  • Time-sensitive applications

Consider Default For

  • Large trade amounts
  • Final execution quotes
  • Price-sensitive users
  • Low-frequency requests

Best Practice: Preview Then Execute

A common pattern is to use fast-quote for UI previews, then fetch a full quote before execution:
Fast-quote mode typically reduces response times significantly, especially for cross-chain swaps where multiple bridge providers need to be queried.