Query Parameters
The ISO 3166 2-digit country code
Response
Array of supported crypto currencies
Show crypto
Show crypto
The code for the Crypto Currency
The display name for the Crypto Currency
The code for the chain the Crypto Currency is on
The display name for the chain the Crypto Currency is on
The id for the chain the Crypto Currency is on
The contract address of the Crypto Currency
The URL to the Crypto Currency’s symbol image
Copy
curl -X GET "https://onramp.staging-portal.abs.xyz/currencies?country=US"
Copy
{
"fiat": [
{
"currencyCode": "USD",
"name": "US Dollar",
"symbolImageUrl": "https://images-currency.meld.io/fiat/USD/symbol.png",
"symbol": "$"
},
{
"currencyCode": "EUR",
"name": "Euro",
"symbolImageUrl": "https://images-currency.meld.io/fiat/EUR/symbol.png",
"symbol": "€"
}
],
"crypto": [
{
"currencyCode": "ETH_BASE",
"name": "Ethereum",
"chainCode": "BASE",
"chainName": "Base",
"chainId": null,
"contractAddress": null,
"symbolImageUrl": "https://images-currency.meld.io/crypto/ETH_BASE/symbol.png"
},
{
"currencyCode": "USDC_BASE",
"name": "USD Coin",
"chainCode": "BASE",
"chainName": "Base",
"chainId": null,
"contractAddress": null,
"symbolImageUrl": "https://images-currency.meld.io/crypto/USDC_BASE/symbol.png"
}
]
}