Skip to main content
GET
/
v0
/
tokens
/
metadata
/
{chain}
/
{token_address}
Get Token Metadata
curl --request GET \
  --url https://api.bubblemaps.io/v0/tokens/metadata/{chain}/{token_address} \
  --header 'X-ApiKey: <api-key>'
{
  "token_key": {
    "chain": "eth",
    "address": "<string>"
  },
  "metadata": {
    "name": "<string>",
    "symbol": "<string>",
    "is_indexed": true,
    "img_url": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.bubblemaps.io/llms.txt

Use this file to discover all available pages before exploring further.

Credit cost: 0.1 per request.
Get metadata for a given token. The parameter return_token_stats will get you some stats about the token. Costs 0.5 credit per request instead of 0.1. -> link index tokens

Authorizations

X-ApiKey
string
header
required

Path Parameters

chain
enum<string>
required
Available options:
eth,
base,
solana,
tron,
bsc,
apechain,
sonic,
ton,
avalanche,
polygon,
monad
token_address
string
required

Query Parameters

return_token_stats
boolean
default:false

Response

Successful Response

token_key
TokenKey · object
required
metadata
TokenMetadata · object
required