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

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

network
enum<string>
required

A blockchain network e.g. "ethereum", "optimism", "base", "arbitrum", "robinhood"

Available options:
ethereum,
optimism,
base,
arbitrum,
robinhood
address
string
required

Token contract address

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x5a927ac639636e534b678e81768ca19e2c6280b7"

Response

Success

token
object
required