Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Query Parameters
Filter orders by type.
ONRAMP, OFFRAMP Filter orders by status.
PENDING, PROCESSING, COMPLETED, CANCELLED, REFUNDED Maximum number of items to return.
x >= 1Starting point to limit the total items to return (for pagination).
x >= 0Response
A paginated list of transactions. The structure of each object in the transactions array depends on its type (OnRamp or OffRamp).
Total number of items across all pages.
URL to the next page of results. Null if no next page.
URL to the previous page of results. Null if no previous page.
Array of order objects (both On-Ramp and Off-Ramp) for the current page.
- Option 1
- Option 2