Skip to main content
GET
Get Order

Authorizations

X-API-KEY
string
header
required

Path Parameters

orderId
string
required

The identifier of the offramp order, in UUID format.

Example: 40f49812-123b-4d10-bdae-561e4ed2b990

Response

Order successfully retrieved.

orderId
string
Example:

"40f49812-123b-4d10-bdae-561e4ed2b990"

phase
enum<string>

The current phase of the order lifecycle. For offramp the order starts in payment (awaiting the on-chain deposit) and moves to completed once the fiat payout is done.

Available options:
quote,
payment,
delivery,
completed
Example:

"payment"

lineItems
object[]
quote
object
payment
object