Skip to main content
Fetch the most recent AI-generated trading signals for a given chain. Use this endpoint to inspect current BUY and SELL recommendations, token prices, and model confidence before your trading agent acts on them.

Endpoint

Query parameters

integer
required
Chain ID to filter signals. Use 8453 for Base or 56 for BNB Chain.
integer
default:"20"
Number of signals to return. Maximum is 100.
float
Minimum confidence threshold from 0.0 to 1.0. Only signals with confidence greater than or equal to this value are returned.

Example request

Response

array
Array of signal objects.
string
Unique identifier for the signal.
string
Contract address of the token on the target chain.
string
Token symbol (for example, BRETT).
integer
Chain the signal targets.
string
Either BUY or SELL.
float
Model confidence from 0.0 to 1.0.
float
Estimated token price in USD at signal time.
integer
Unix timestamp when the signal was generated.

Example response