API & agents
The second front door. Indexer and alert calls are metered and burned per request; routing requires a staked account.
api unreachable
Rate limit
25 rps
Tier 2 · scales with stake
Credits burned 30d
3,120 SERA
metered per request
Machine routing
enabled
agents may route
Running agents
2
each instance burns $SERA
API key
sera_live_7f3a…c91eKeys are bound to your staked account. Stake sets throughput. Machine flow is throttled separately from human flow.
Usage this minute3 / 1500 req
Quick start
# Indexer — burned per request
curl /api/v1/pairs?sort=new \
-H "Authorization: Bearer sera_live_7f3a…c91e"
# Routing — returns an unsigned tx; you sign it
curl -X POST /api/v1/route \
-H "Authorization: Bearer sera_live_7f3a…c91e" \
-d '{"pair":"0x…","side":"buy","amountIn":"250000000","slippageBps":100}'Try it live: GET /api/v1/pairs on this Worker returns mock data with an x-sera-burned header.
Agents
| Agent | Strategy | Status | Calls 30d | Burn / day |
|---|---|---|---|---|
| rotation_bot | Sector rotation into after-hours dislocation | running | 18,240 | 42 SERA |
| sniper-v2 | New pair entry with risk-scan gate | running | 96,310 | 118 SERA |
| flow-summarizer | Nightly flow narrative to Telegram | paused | 2,004 | 0 SERA |