LLAMARC API

API Documentation

Programmatic access to indexed Arc ecosystem data. All endpoints are rate-limited and return an explicit data-source meta block.

v0.1

ENDPOINTS

REST
GET
/api/overview
Ecosystem-wide metrics and recent activity.
GET
/api/protocols
List indexed protocols.
GET
/api/tokens
List indexed tokens.
GET
/api/pools
List indexed liquidity pools.
GET
/api/markets
Market rankings and trending assets.
GET
/api/tvl
Total value locked series.
GET
/api/volume
Volume series.
GET
/api/analytics
LLAMA Watch events.
GET
/api/llama-score
LLAMA Score and factor breakdown.
GET
/api/alerts
List alerts (optionally ?wallet=).
POST
/api/alerts
Create an alert.
GET
/api/system/status
System & indexer health.

SAMPLE RESPONSE

{
  "data": [],
  "count": 0,
  "meta": {
    "source": "arc-indexer",
    "connected": false,
    "status": "AWAITING_INDEXER",
    "message": "INDEXING SOURCE NOT CONNECTED"
  }
}
Rate limits
Public endpoints: 60 req/min per IP. Authenticated: higher tiers via wallet-scoped keys (coming soon). Secrets are never exposed client-side.