Get wallet token balances
Onchain
Get wallet token balances
Fetch all token balances for a wallet address across multiple networks. Results are paginated.
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
API key to authorize requests
Query Parameters
Comma-separated list of networks to query. Each value must be a valid network (ethereum, optimism, base, arbitrum).
Example:
"base"
Wallet address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Number of results to return (max 100)
Required range:
1 <= x <= 100Example:
50
Pagination cursor.