Skip to main content
GET
Token balance

Fetch User Balance

Node.js SDK

🔗 SDK Method: fetchUserBalance 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

fid
integer
required

FID of the user to fetch

Required range: x >= 1
networks
enum<string>[]
required

Comma separated list of networks to fetch balances for

A blockchain network supported for user balance queries e.g. "ethereum", "optimism", "base", "arbitrum"

Available options:
ethereum,
optimism,
base,
arbitrum

Response

Success

user_balance
object