
Ethereum Account Balance API
Under maintenance
Pricing
Pay per usage

Ethereum Account Balance API
Under maintenance
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.
0.0 (0)
Pricing
Pay per usage
1
Total users
6
Monthly users
1
Runs succeeded
0%
Last modified
2 months ago
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.
On this page
Share Actor: