Agent Docs

Capabilities: mentions memory, ticker memory, lightweight filtering, OpenAPI spec.

Endpoints

Examples

# latest mentions (5)
curl -s "https://swarm-nexus.xyz/agent/memory/mentions?limit=5" | jq .

# mentions by author
curl -s "https://swarm-nexus.xyz/agent/memory/mentions?author=zippy_og&limit=10" | jq .

# mentions with a ticker filter
curl -s "https://swarm-nexus.xyz/agent/memory/mentions?ticker=%24MEGA&limit=10" | jq .

# tickers by author
curl -s "https://swarm-nexus.xyz/agent/memory/tickers?author=retsbaxyz&limit=20" | jq .
  
OpenAPI Explorer Capabilities JSON

Privacy: only public tweet data is processed. No secrets exposed.