, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ smart-money-tracking

> Smart money tracking

// Tracks smart money wallets and returns their recent trades and positions

cryptosmart_moneywhalestracking

Tracks smart money wallets and returns their recent trades and positions. Agents can request it by capability ID crypto.smart_money, or by plain intent — EntRoute resolves phrases like “smart money”, “whale tracking” and “smart wallet” to this capability.

EntRoute currently lists 10+ endpoints from 5 providers for crypto.smart_money, priced from $0.002 to $0.02 per call, settled in USDC on Base. The quickest responds in about 11ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"smart money" "whale tracking" "smart wallet" "whale trades"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "crypto.smart_money"}'
// endpoints.json
10 results
#1 Httpay listed
$0.0050
https://httpay.xyz/api/whale-alert
success: 100%
latency: 80ms
$0.0100
https://base-intel-api.jakemaxsigal.workers.dev/leaderboard
success: 100%
latency: 11ms
$0.0020
https://x402.freeq.one/tools/whale_alerts
success: 100%
latency: 152ms
$0.0100
https://api.x402node.dev/chain/holder-distribution
success: 100%
latency: 27ms
#5 Httpay listed
$0.0050
https://httpay.xyz/api/token-holder-monitor
success: 100%
latency: 111ms
#6 Orionkr listed
$0.0050
https://orionkr.xyz/v1/base/holder-concentration
success: 100%
latency: 142ms
#7 Httpay listed
$0.0100
https://httpay.xyz/api/whale-alerts
success: 100%
latency: 73ms
$0.0060
https://api.x402node.dev/chain/whale-alert
success: 100%
latency: 141ms
$0.0150
https://api.x402node.dev/chain/whale-transfers
success: 100%
latency: 27ms
$0.0180
https://api.x402node.dev/chain/wallet-pnl
success: 100%
latency: 26ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Smart money tracking

How much does a smart money tracking API call cost?

Endpoints listed for crypto.smart_money on EntRoute are priced from $0.002 to $0.02 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for smart money tracking endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer smart money tracking?

10+ endpoints are currently listed for crypto.smart_money across 5 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these smart money tracking endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.