Skip to main content
GET
/
v0
/
tokens
/
search
Search Tokens
curl --request GET \
  --url https://api.bubblemaps.io/v0/tokens/search \
  --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.5 per request.
Search tokens by name, ticker, or address.

Authorizations

X-ApiKey
string
header
required

Query Parameters

query
string
required
Minimum string length: 2
Examples:

"bubblemaps"

"bmt"

"FQgtfugBdpFN7PZ6NdPrZpVLDBrPGxXesi4gVu3vErhY"

Response

Successful Response

token_key
TokenKey · object
required
metadata
TokenMetadata · object
required