Quotes
Get All Onramp Quotes
Get every available onramp quote across providers for fiat to crypto
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
ISO 4217 currency code for the source fiat currency (e.g.
USD, EUR).The amount in the source fiat currency to onramp.
Optional. The desired payout token (e.g.
USDC). If omitted, the provider default is used.Response
Array of onramp quote objects, each with the same shape as Get Best Onramp Quote.
Route tokens
Theprotocol value is an opaque route token (rt_...) — Teel does not expose which underlying provider backs a route. To execute a specific route, pass the token 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.Get All Onramp Quotes