List On-Ramp Orders
On-Ramp
List On-Ramp Orders
Retrieves a list of on-ramp orders, with optional filtering by date range and pagination. Results are limited to active customers — orders belonging to deactivated customers are excluded.
GET
List On-Ramp Orders
Documentation Index
Fetch the complete documentation index at: https://docs.ripio.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Query Parameters
Filter orders/sessions created after this date (ISO 8601 format).
Filter orders/sessions created before this date (ISO 8601 format).
Maximum number of items to return.
Required range:
x >= 1Starting point to limit the total items to return (for pagination).
Required range:
x >= 0Response
A paginated list of on-ramp orders.