Orders
Retrieve an order by id
Returns a single order that belongs to the authenticated organization.
GET
Retrieve an order by id
Authorizations
Path Parameters
Response
Pattern:
^ord_[0-9A-Za-z]{22}$Pattern:
^cus_[0-9A-Za-z]{22}$Available options:
pending, succeeded, failed, cancelled Available options:
onramp, offramp - Option 1
- Option 2
- Option 1
- Option 2
Example:
{
"code": "USDC",
"chain": "ethereum",
"amount": "100"
}Example:
{
"code": "USDC",
"chain": "ethereum",
"amount": "100"
}Available options:
source, destination Example:
{
"code": "USDC",
"chain": "ethereum",
"amount": "100"
}ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
Pattern:
^txn_[0-9A-Za-z]{22}$Pattern:
^[A-Za-z0-9_\-:.]{1,255}$AutoPayout payload. Crypto recipients omit rail/ach/swift/instant/remittance; fiat (us|swift) recipients require rail and may carry the matching per-rail context block.
ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
Available options:
client, auto ISO 8601 timestamp
Example:
"2026-01-15T09:30:00.000Z"
Available options:
expired, client_cancelled Available options:
INSUFFICIENT_FUNDS, PROVIDER_UNAVAILABLE, PROVIDER_REJECTED, INTERNAL_ERROR, CANCELLED Previous
Cancel a pending orderCancels a pending order, releasing any in-flight source reservation. Already-cancelled orders return 200 (idempotent). Orders in terminal states (accepted, failed) return 409.
Next
Retrieve an order by id