Ethereum Account Balance API
Pricing
Pay per usage
Ethereum Account Balance API
Retrieve Ethereum wallet token holdings with real-time prices, balances, and 24-hour price changes. Sort by asset, value, or quantity, filter out zero-balance tokens, and customize the number of results. Supports ERC-20 tokens for any ETH wallet. Ideal for investors, developers, and analysts.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Jacob
Actor stats
1
Bookmarked
12
Total users
0
Monthly active users
4.5 days
Issues response
2 months ago
Last modified
Categories
Share
Ethereum Token Holdings Actor
An actor that scrapes token holdings data from Ethereum for any Ethereum wallet address. Get detailed information about ERC-20 tokens including balances, prices, and recent price changes.
Features
- Fetches complete token holdings for any Ethereum wallet address
- Customizable sorting by asset name, quantity, price, or value
- Option to hide zero-balance assets
- Configurable maximum number of items to retrieve
- Real-time price and 24-hour change data
- Built-in validation for all input parameters
Example Usage
{"address": "0xa83114A443dA1CecEFC50368531cACE9F37fCCcb", // Required"maxItems": 10, // Maximum number of token holdings to retrieve"sortBy": "value", // Sort results by: "asset", "quantity", "price", or "value""orderBy": "desc", // Sort order: "asc" or "desc""hideZeroAssets": true}
Example Output
[{"symbol": "TOKEN","contractAddress": "0x...","balance": "1000.00","price": "$1.23","change24H": "5.67%","totalValue": "$1230.00"}]
Limitations
- May take longer to process wallets with many tokens
- Some tokens might have missing data fields marked as
"N/A"if not available on
Error Handling
The actor implements robust error handling for:
- Invalid input parameters
- Network connection issues
- Malformed response data
All errors are logged with descriptive messages to help troubleshoot issues.
Support
For issues, feature requests, or questions about this actor, please create an issue.
