List on-ramps
Returns a paginated list of on-ramps for the authenticated user.
On-ramps represent fiat-to-crypto conversion transactions where fiat was sent and crypto was or will be received at a destination address.
Filtering:
network: Filter by blockchain network (ethereum, polygon, etc.)token: Filter by output token (case-insensitive, e.g., “usdc”)address: Filter by payout address
Sorting:
sort=desc(default): Newest firstsort=asc: Oldest first
Pagination:
Use cursor-based pagination with the cursor parameter.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Opaque cursor for pagination. Use the nextCursor value from the previous response.
Filter by output token. Case-insensitive (transformed to uppercase).
Filter by payout address
Responses
Section titled “ Responses ”Response for status 200
object
object
Unique on-ramp identifier
object
Fiat amount sent (after fees)
object
Fee in source currency
Currency of the fee paid
object
Crypto amount received
Token received
Destination wallet address
Blockchain transaction hash
Whether there are more results
Cursor for fetching the next page
Response for status 401
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The authentication realm
The required scope for this resource
Response for status 404
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The type of resource that was not found
The identifier of the resource that was not found
Response for status 500
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence