List Customer's On-Ramp Transaction History
Returns a paginated list of on-ramp transactions for a specific customer, ordered by most recently updated. Use this endpoint to display transaction history to end customers in your widget or integration. Returns 404 if the customer does not exist or does not belong to your account.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Query Parameters
Maximum number of items to return.
x >= 1Starting point to limit the total items to return (for pagination).
x >= 0Response
Paginated list of the customer's on-ramp transactions.
Paginated list of a customer's on-ramp transactions.
Total number of transactions 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 on-ramp transactions for the current page.