{
  "chain": "PaiChain",
  "ticker": "PAI",
  "docs": "https://chain.liveagents.org/api/openapi.json",
  "sdk": "https://chain.liveagents.org/api/sdk",
  "endpoints": [
    "GET  /api/chain             chain parameters and the current head",
    "GET  /api/status            one view of network health and agreement",
    "GET  /api/nodes             per-validator status",
    "GET  /api/supply            $PAI supply, burn, and allocations",
    "GET  /api/dag?depth=8       the DAG as the explorer draws it",
    "GET  /api/blocks?limit=30   recent blocks",
    "GET  /api/block/:id         one block",
    "POST /api/tx                submit a signed transaction",
    "POST /api/tx/preconfirm     collect a quorum pre-confirmation",
    "GET  /api/tx/:hash          one transaction",
    "GET  /api/tx/:hash/proof    an inclusion proof against the log root",
    "GET  /api/account/:address  balance, nonce, and a state proof",
    "GET  /api/events?type=trade indexed trades, orders and attestations",
    "GET  /api/search?q=         hash, block, address or round",
    "POST /api/faucet            testnet PAI"
  ]
}