Skip to main content
Retrieve past trading signals to research historical performance, backtest strategies, or audit agent decisions. Results are returned in reverse chronological order and support cursor-based pagination.

Endpoint

Query parameters

integer
required
Chain ID to filter historical signals. Use 8453 for Base or 56 for BNB Chain.
string
Optional token contract address to scope the history to a single token.
integer
Start of the time range as a Unix timestamp.
integer
End of the time range as a Unix timestamp.
integer
default:"20"
Number of signals per page. Maximum is 100.
string
Opaque cursor from a previous response to fetch the next page.

Example request

Response

array
Array of historical signal objects.
string
Unique signal identifier.
string
Token contract address.
string
Token symbol.
integer
Chain ID.
string
Either BUY or SELL.
float
Model confidence from 0.0 to 1.0.
float
Estimated token price in USD at the time of the signal.
integer
Unix timestamp when the signal was generated.
string
Cursor for the next page, omitted if there are no more results.

Example response