VOOZH about

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

โ‡ฑ Crypto Whale Wallet Tracker โ€” ETH USDT USDC Holdings API in JavaScript ยท 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

1import{ ApifyClient }from'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client =newApifyClient({
6token:'<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input ={};
11
12// Run the Actor and wait for it to finish
13const run =await client.actor("intelscrape/crypto-whale-tracker").call(input);
14
15// Fetch and print Actor results from the run's dataset (if any)
16console.log('Results from dataset');
17console.log(`๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
18const{ items }=await client.dataset(run.defaultDatasetId).listItems();
19items.forEach((item)=>{
20 console.dir(item);
21});
22
23// ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/js/docs

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

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

Install the apify-client

$npminstall apify-client

Other API clients include:

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

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