Batch get token metadata
Onchain
Batch get token metadata
Fetch metadata for multiple tokens in a single request. Provide comma-separated networks and addresses in the same order. Maximum 100 tokens per request.
GET
Batch get token metadata
Node.js SDK
š SDK Method: batchGetTokenMetadata 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
Comma-separated list of blockchain networks. Each value must be a valid network (ethereum, optimism, base, arbitrum).
Example:
"base"
Comma-separated list of token contract addresses corresponding to each network
Example:
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Response
Success