Skip to content

Get Tokens by Name

This endpoint returns all Tokens that match a given name substring (supports pagination up to 1000 results). Supported chains: ethereum, polygon, optimism, scroll, arbitrum, base, avalanche.

Parameters

Parameter Description Type
chain_id A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. string
substring required The substring to use in the token name search (case-insensitive, max length 100 characters). string
fuzzy Whether to match text exactly or use fuzzy text matching. boolean
limit The maximum number of results to retrieve (default 100). string

Run

Run

curl -X GET \
    'https://api.transpose.io/token/tokens-by-name?chain_id=ethereum&substring=weth' \
    -H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.