Skip to main content
GET
/
ramp
/
assets
Get rampable assets
curl --request GET \
  --url https://api.etherfuse.com/ramp/assets \
  --header 'Authorization: <api-key>'
{
  "assets": [
    {
      "symbol": "USDC",
      "identifier": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
      "name": "USD Coin",
      "currency": "mxn",
      "balance": "100.50",
      "image": "https://example.com/usdc.png"
    },
    {
      "symbol": "CETES",
      "identifier": "CETES:GCRYUGD5NVARGXT56XEZI5CIFCQETYHAPQQTHO203IQZTHDHH4LATMYWC",
      "name": "CETES",
      "currency": "mxn",
      "balance": "50.00",
      "image": "https://example.com/cetes.png"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication

Query Parameters

blockchain
enum<string>
required

The blockchain to get assets for

Available options:
stellar,
solana,
base,
polygon,
monad
currency
string
required

The fiat currency to filter by (e.g., "mxn")

wallet
string
required

The wallet address to fetch balances for

Response

Assets retrieved successfully

assets
object[]