Fetch a quote
Quotes
Fetch a quote
Fetch a quote by ID. Use this after you create a quote with POST /v1/onramps/quotes, POST /v1/offramps/quotes, or POST /v1/conversions/quotes.
We return the full quote object for any lifecycle state (active, consumed, or expired).
Errors
400 invalid_input—quote_iddoes not start withquo_.404 not_found— returned for all lookup misses.
Example
GET /v1/quotes/quo_01KPBK123456789ABCDEFG
GET
Fetch a quote
Authorizations
API key issued during merchant onboarding.
Path Parameters
Pattern:
[^\/#\?]+?