v1
latestOpenAPI 3.1.02026-07-2655154175.6 KBPaginated off-exchange (TRF) prints
Server-side filtered dark-pool prints from the off-exchange tape (FINRA TRF, publisher FINN/FINC). Defaults to today (ET) with a $1,000,000 minimum notional (the blocks-by-default rule); pass min_notional=0 for the full firehose. The trade-date span is capped at 31 days per request — page with limit/offset or narrow the range for more. Prints carry no side, BBO, or greeks. Pagination state (limit, offset, count, hasMore) is returned in meta.
Query parameters
Comma-separated tickers to include (e.g. AAPL,NVDA). Omit for all names.
Single trade date (YYYY-MM-DD, ET). Defaults to today (ET).
Inclusive start of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.
Inclusive end of a trade-date range (YYYY-MM-DD, ET). Max span 31 days.
Inclusive lower bound of the time-of-day window (HH:MM, ET).
Inclusive upper bound of the time-of-day window (HH:MM, ET).
Minimum notional (USD). Defaults to 1,000,000. Pass 0 for the firehose.
Comma-separated GICS sectors to include.
Comma-separated GICS industries to include.
Reporting venue filter. Omit for both.
Page size (server caps at 5000).
Row offset for pagination.
Sort by trade time.
Response
Paginated dark-pool prints for the requested filters.
Example response
{
"data": [
{
"timestamp": "2026-07-02T14:31:05.123Z",
"ticker": "SPY"
}
],
"meta": {
"requestId": "d7574836"
}
}