Ethereum Account Balance API avatar
Ethereum Account Balance API
Under maintenance

Pricing

$1.00 / 1,000 results

Go to Store
Ethereum Account Balance API

Ethereum Account Balance API

Under maintenance
websift/ethereum-account-balance-api

Developed by

Jacob

Maintained by Community

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

$1.00 / 1,000 results

1

Monthly users

1

Runs succeeded

>99%

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

1{
2    "address": "0xa83114A443dA1CecEFC50368531cACE9F37fCCcb", // Required
3    "maxItems": 10, // Maximum number of token holdings to retrieve
4    "sortBy": "value", // Sort results by: "asset", "quantity", "price", or "value"
5    "orderBy": "desc", // Sort order: "asc" or "desc" 
6    "hideZeroAssets": true
7}

Example Output

1[
2    {
3        "symbol": "TOKEN",
4        "contractAddress": "0x...",
5        "balance": "1000.00",
6        "price": "$1.23",
7        "change24H": "5.67%",
8        "totalValue": "$1230.00"
9    }
10]

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.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$1.00