Whale Flow
The aggregate buying and selling activity of large market participants (whales), defined as orders exceeding $100,000 in notional value. Whale imbalance ranges from -1 (all selling) to +1 (all buying) and often precedes significant price moves.
Definition
The aggregate buying and selling activity of large market participants (whales), defined as orders exceeding $100,000 in notional value. Whale imbalance ranges from -1 (all selling) to +1 (all buying) and often precedes significant price moves.
Live Data Example </> API
# Whale Flow live data
$ curl command:
curl https://algotick.dev/v1/signals/whale-flow?coin=BTC
Endpoint: /v1/signals/whale-flow?coin=BTC
# Whale Flow live data
$ curl command:
curl https://algotick.dev/v1/signals/whale-flow?coin=BTC
Endpoint: /v1/signals/whale-flow?coin=BTC
Current Whale Flow data from the Algo Tick API:
{
"coin": "BTC",
"threshold_usd": 100000,
"timestamp": "2026-06-17T06:10:24.942Z",
"total_whale_ask_usd": 2064637.5,
"total_whale_bid_usd": 7289225.36,
"whale_imbalance": 0.7793,
"whale_orders": [
{
"coin": "BTC",
"distance_from_mid_pct": 0.001,
"price": 65819,
"side": "bid",
"size_coins": 9.72217,
"size_usd": 639903.51,
"timestamp": "2026-06-17T06:10:24.942Z"
},
{
"coin": "BTC",
"distance_from_mid_pct": 0.005,
...# Fetch this yourself:
curl https://algotick.dev/v1/signals/whale-flow?coin=BTCRelated Terms
Don't just stare at the dashboard. Automate it.
Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.