Skip to content

Get Collections by Symbol

This endpoint returns all NFT Collections that match a given symbol 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 collection symbol 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/nft/collections-by-symbol?chain_id=ethereum&substring=punks' \
    -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.