Skip to main content
GET
Get wallet token balances

Node.js SDK

๐Ÿ”— SDK Method: getWalletBalances 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 networks to query. Each value must be a valid network (ethereum, optimism, base, arbitrum, robinhood).

Example:

"base"

address
string
required

Wallet address

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

"0x5a927ac639636e534b678e81768ca19e2c6280b7"

limit
integer<int32>
default:50

Number of results to return (max 100)

Required range: 1 <= x <= 100
Example:

50

cursor
string

Pagination cursor.

Response

Success

balances
object[]
required
next
object
required