Skip to main content
GET
Get All Onramp Quotes
Returns all available onramp quotes for converting fiat into crypto, one per route. Use this when you want to present the full set of options; use Get Best Onramp Quote for the single best route.

Query parameters

string
required
ISO 4217 currency code for the source fiat currency (e.g. USD, EUR).
number
required
The amount in the source fiat currency to onramp.
string
Optional. The desired payout token (e.g. USDC). If omitted, the default is used.

Response

boolean
array
Array of onramp quote objects, each with the same shape as Get Best Onramp Quote.

Route tokens

The protocol value is an opaque route token (rt_...) — execution-side routing is opaque. Pass it back verbatim as routeProtocol on POST /rfq/execute; Teel resolves it server-side. Treat it as an opaque string; do not parse or construct it.