Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Path Parameters

tokenAddress
string
required

Token address (mint for SVM, contract for EVM)

Query Parameters

limit
integer<int32>

Maximum signals to return (default: 20, max: 50)

Required range: x >= 0
cursor
integer<int64>

Pagination cursor from previous response

sourceFilter
string

CSV filter by source type: discord,telegram,x,trade

includeBotSignals
boolean

Include bot-generated signals

includeMessageContext
boolean

Include message preview and context

Response

Token call context signals

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)