Get token metadata
Onchain
Get token metadata
Fetch metadata for a specific token including price, market data, and basic information. Data is fetched from onchain-indexer with fallback to third-party providers.
GET
Get token metadata
Node.js SDK
š SDK Method: getTokenMetadata Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.Authorizations
API key to authorize requests
Query Parameters
A blockchain network e.g. "ethereum", "optimism", "base", "arbitrum"
Available options:
ethereum, optimism, base, arbitrum Token contract address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Response
Success