Financial Data
Token balances, net worth, and portfolio information
Calculate total net worth across multiple blockchain networks
API key authentication for higher rate limits. To use this authentication:
- Generate an API key at https://kairolabs.io/settings
- Include the API key in the Authorization header as a Bearer token
- Format:
Authorization: Bearer wi_your_api_key_here
API keys provide increased rate limits compared to unauthenticated requests.
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$Comma-separated list of blockchain networks
eth,polygon,bscExclude spam tokens/NFTs from results
trueExclude unverified contracts from results
trueForce cache refresh
falseNet worth calculation
Bad request - missing or invalid parameters
Rate limit exceeded
Internal server error
Get all token balances with current prices and portfolio percentages
API key authentication for higher rate limits. To use this authentication:
- Generate an API key at https://kairolabs.io/settings
- Include the API key in the Authorization header as a Bearer token
- Format:
Authorization: Bearer wi_your_api_key_here
API keys provide increased rate limits compared to unauthenticated requests.
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$Blockchain network identifier
ethPossible values: Maximum number of items to return
50Exclude spam tokens/NFTs from results
trueExclude unverified contracts from results
truePagination cursor for next page
Token balances with prices
Bad request - missing or invalid parameters
Rate limit exceeded
Internal server error
Last updated
Was this helpful?