Skip to main content
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

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

networks
string
required

Comma-separated list of blockchain networks. Each value must be a valid network (ethereum, optimism, base, arbitrum, robinhood).

Example:

"base"

addresses
string
required

Comma-separated list of token contract addresses corresponding to each network

Example:

"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"

Response

Success

tokens
(object | null)[]
required