VOOZH about

URL: https://apify.com/intelscrape/crypto-whale-tracker/api/python

โ‡ฑ Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API in Python ยท Apify


๐Ÿ‘ Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings avatar

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings

Pricing

Pay per usage

Go to Apify Store

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings

Track top USDT, WETH, USDC whale wallets on Ethereum. Monitor token holdings, trending tokens, whale DeFi positions. Real-time blockchain data API for traders and analysts. Export to JSON/CSV.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ IntelScrape

IntelScrape

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

1

Monthly active users

17 days ago

Last modified

Share

You might also like

Solana Whale Tracker and DEX Scraper | Smart Money

intelscrape/solana-whale-tracker

Track Solana whale wallets and scrape Raydium DEX swaps in real-time. Extracts wallet holdings, transaction history, and on-chain token flows. Outputs deterministic JSON for LangChain and trading bots.

Crypto Whale Tracker: DEX Token Launches + Wallet Alerts

scrapemint/crypto-whale-token-launch-tracker

Track new token launches across DEXs (Uniswap, PancakeSwap, Raydium, Aerodrome) via DexScreener and monitor whale wallet transactions on Ethereum, Base, Arbitrum, BSC, Polygon via Etherscan V2. Filter by liquidity, volume, age. Arb and scam flags included.

Crypto Wallet Performance Tracker

crypto-scraper/crypto-wallet-performance-tracker

Track and analyze crypto wallet performance across multiple blockchains by scraping gmgn.ai. Monitor insider and whale wallets with PnL, win rate, and balance tracking. Supports Solana, Ethereum, Base, Tron, and Blast.

๐Ÿ‘ User avatar

Crypto Scraper

134

1.0

Etherscan Top ETH Holders

sheshinmcfly/etherscan-top-holders

Monitor the top Ethereum whale wallets from Etherscan.io ๏ฟฝ no API key needed. Returns wallet address, ETH balance, percentage of total supply held, transaction count, and known name tags for exchanges, protocols, and institutional wallets.

Ethereum Account Balance API

websift/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.

You can access the Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={}
9
10# Run the Actor and wait for it to finish
11run = client.actor("intelscrape/crypto-whale-tracker").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API in Python

The Apify API client for Python is the official library that allows you to use Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API in JavaScript

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API through CLI

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings OpenAPI definition

Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API