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.