Onramper's supported Onramps are constantly updated to ensure the best coverage and performance.
You can easily find out which Onramps are currently supported using our
API Reference Playground: API Reference Playground - Supported Onramps.
Alternatively, you can use a simple CURL request like this:
curl --request GET \
--url 'https://api.onramper.com/supported/onramps?type=buy&source=usd&destination=eth' \
--header 'Authorization: pk_prod_01HETEQF46GSK6BS5JWKDF31BT' \
--header 'accept: application/json'
Important Notes:
- Replace the
source
(e.g., USD) anddestination
(e.g., ETH) values in the URL based on your use case. - Ensure you use your API Key in the
Authorization
header for the request to work. - If you're using a test API Key, make sure to replace
api.onramper.com
withapi-stg.onramper.com
in the URL to target the staging environment.
Go ahead, give it a try, and explore the supported Onramps for your integration needs!