List on-ramps
On-Ramps
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.
GET
List on-ramps
Authorizations
Cognito JWT token for regular user authentication
Query Parameters
Maximum number of results to return
Required range:
1 <= x <= 100Opaque cursor for pagination. Use the nextCursor value from the previous response.
Available options:
ethereum, polygon, base, arbitrum, avalanche, optimism, solana, tron, bitcoin Filter by output token. Case-insensitive (transformed to uppercase).
Maximum string length:
10Example:
"USDC"
Filter by payout address
Maximum string length:
256Example:
"0x742d35Cc6634C0532925a3b844Bc9e7595f..."
Available options:
desc, asc