Backfill
Token Mentions
Search backfilled data for specific token or contract address mentions
GET
Search through the backfilled history of all tracked sources (e.g. KOLs) for mentions of a specific token ticker or contract address.
This endpoint is rate-limited to 30 requests per 60 seconds.
Query Parameters
You must provide at least one ofticker or contractAddress. If both are provided, results will match mentions that contain either the ticker OR the contract address.
Filter by token ticker (e.g.
$SOL, BTC).Filter by token contract address.
Filter by a specific source platform. Valid values:
X, DISCORD, TELEGRAMSort order by creation date. Valid values:
asc, descNumber of records to return per page (1–100)
Pagination cursor — the
id of the last record from the previous page. Pass
the nextCursor value from the previous response to fetch the next page.Response
Array of matched backfill data objects. Each object contains: -
id — Unique
record ID - source — Source type (X, DISCORD, TELEGRAM) - messageId
— External message ID (e.g. tweet ID) - sourceId — External source ID (e.g.
X user ID) - content — Extracted text content - rawPayload — Full raw JSON
payload from the source - createdAt — Timestamp of the original messageCursor for fetching the next page.
null when there are no more results.The limit that was applied.