Retrieves a unified list of all transaction orders, including both OnRamp and OffRamp types. Allows filtering by type, status, and pagination.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
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 >= 0A 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.
Details of an on-ramp transaction.