Skip to main content
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 of ticker or contractAddress. If both are provided, results will match mentions that contain either the ticker OR the contract address.
string
Filter by token ticker (e.g. $SOL, BTC).
string
Filter by token contract address.
string
Filter by a specific source platform. Valid values: X, DISCORD, TELEGRAM
string
default:"desc"
Sort order by creation date. Valid values: asc, desc
number
default:"50"
Number of records to return per page (1–100)
string
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
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 message
string | null
Cursor for fetching the next page. null when there are no more results.
number
The limit that was applied.