Get a Quote
Quotes
Retrieve a Quote by ID
Retrieve a single quote by its ID.
Get a Quote
Fetch the current state of a single quote. Useful when polling for status changes (
active → used or active → expired) before triggering downstream logic in your application.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique quote ID.
Pattern:
^quote_[a-z0-9]+$Example:
"quote_d243ab2b1de4447d8a046d87fefe58cf"
Response
A unique identifier for the quote.
Pattern:
^quote_[a-z0-9]+$Example:
"quote_d243ab2b1de4447d8a046d87fefe58cf"
The current status of the quote.
Available options:
active, used, expired Example:
"active"
The transfer type this quote is for.
Available options:
on_ramp, off_ramp Example:
"off_ramp"
The customer ID.
Example:
"customer_d243ab2b1de4447d8a046d87fefe58cf"
The datetime when this quote expires.
Example:
"2025-01-01T00:01:00.000Z"
The datetime the quote was created.
Example:
"2025-01-01T00:00:00.000Z"
The datetime the quote was last updated.
Example:
"2025-01-01T00:00:30.000Z"
Last modified on June 18, 2026