curl -X GET "https://onramp.staging-portal.abs.xyz/currencies?country=US"
{
"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"
}
]
}
Return a list of FIAT and crypto currencies for the provided country.
curl -X GET "https://onramp.staging-portal.abs.xyz/currencies?country=US"
{
"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"
}
]
}
Show crypto
curl -X GET "https://onramp.staging-portal.abs.xyz/currencies?country=US"
{
"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"
}
]
}
Was this page helpful?