Seshat

API Access

Pricing

The Seshat API is free and public today — every endpoint is open, no key required. Paid Pro and Enterprise tiers and x402 micropayments are planned for the roadmap and are not yet available.

Base URL

https://seshat.stealthbundlebot.workers.dev
MethodEndpointDescriptionAccess
GET/api/tokensRanked token list with composite scoresPublic
GET/api/tokens/:addressFull token detail: score, fees, dev, research, identityPublic
GET/api/tokens/:address/similarSemantically similar tokens (Vectorize)Public
GET/api/tokens/:address/swarmLatest multi-persona swarm sentimentPublic
GET/api/tokens/hidden-gemsActive dev + low volume + unclaimed feesPublic
GET/api/fees/dormantDormant unclaimed-fee opportunities + dormancyPublic
GET/api/fees/opportunitiesLatest unclaimed fee leaderboardPublic
GET/api/fees/:addressFee scan history for a tokenPublic
GET/api/narrativesTrending narrative clusters by momentumPublic
GET/api/developersDeveloper score leaderboardPublic
GET/api/developers/:walletFull developer profile + scored tokensPublic
GET/api/scoresTop composite scoresPublic
GET/api/scores/:address/historyScore history over time for a tokenPublic
GET/api/weightsActive self-learning scoring weightsPublic
GET/api/alertsRecent alerts (filter by type, hours)Public
POST/api/chatStreaming LLM chat over live DB context (SSE)Rate-limited
POST/api/track/:addressSubscribe to alerts for a contract addressPublic
DELETE/api/track/:addressUnsubscribe from contract alertsPublic
GET/api/track/:address/claimsOn-chain fee claim event historyPublic
GET/api/track/:address/chartDaily fee accrual chart for a tokenPublic

Authentication

All GET endpoints above are public and require no authentication — read freely. Only admin/operations endpoints (/api/admin/*) require a bearer token, and the chat endpoint is rate-limited per IP.

Public read

GET /api/tokens
# no header required

Admin (bearer)

POST /api/admin/score/:address
Authorization: Bearer <ADMIN_API_TOKEN>

Public reads

Unmetered

fair-use

Chat (/api/chat)

Per-IP hourly cap

CHAT_RATE_LIMIT_PER_HOUR

Admin

Bearer token

ADMIN_API_TOKEN