Unusual Whales: Get Dark Pool Trades logo

Catalog action Blockchain Data

Get recent dark pool (off-exchange) trades. Shows large institutional trades with NBBO context, size, and premium data. Ideal for: tracking institutional block trades, detecting hidden buying/selling pressure, monitoring off-exchange volume for specific tickers.

At a Glance

FieldValue
Action IDunusualwhales-get-darkpool-trades
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdarkpool, institutional, market-data, read

Payload Schema

FieldTypeRequiredDescription
tickerstringNoFilter by ticker symbol
datestringNoFilter by date (YYYY-MM-DD format)
limitnumberNoMaximum number of trades to return

Result Schema

FieldTypeRequiredDescription
tradesarrayYesList of recent dark pool (off-exchange) trades

Examples

json
{ "type": "unusualwhales-get-darkpool-trades", "payload": { "ticker": "example-ticker", "date": "2026-04-25T12:00:00Z", "limit": 1 }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.