Skip to main content
GET
Fiat order status

Authorizations

x-api-key
string
header
required

Soft-auth read routes accept x-api-key with a publishable or partner key; money-moving routes require a secret partner key in Authorization: Bearer.

Query Parameters

uid
string
required

The externalOrderUid returned by /onramp/checkout.

Response

200 - application/json
status
enum<string>
required

Normalized order status.

Available options:
waiting,
processing,
completed,
failed,
expired,
canceled
dstAmount
string

Destination amount delivered, when known.

message
string

Present when the order was not found.