Skip to main content
GET
/
ramp
/
assets
List assets
curl --request GET \
  --url https://api.etherfuse.com/ramp/assets \
  --header 'Authorization: <api-key>'
{
  "assets": [
    {
      "balance": "1500.00",
      "currency": "mxn",
      "identifier": "CETES:GC3CW7EDYRTWQ635VDIGY6S4ZUF5L6TQ7AA4MWS7LEQDBLUSZXV7UPS4",
      "image": "https://assets.etherfuse.com/cetes.png",
      "name": "Cetes",
      "symbol": "CETES"
    },
    {
      "balance": "250.00",
      "currency": "usd",
      "identifier": "USDC:GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5",
      "image": "https://assets.etherfuse.com/usdc.png",
      "name": "USD Coin",
      "symbol": "USDC"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Query Parameters

blockchain
enum<string>
required

The blockchain to get assets for (e.g., "stellar", "solana") Canonical blockchain enum for API serialization. Use this type for JSON APIs and WebSocket messages. For database storage, convert to BlockchainType.

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

The fiat currency for sort priority (e.g., "mxn"). Assets matching this currency appear first.

wallet
string
required

The wallet address to fetch balances for

Response

200 - application/json

The rampable assets for the chain

assets
object[]
required