{
  "schema_version": "v1",
  "name_for_human": "TBURN RPC Gateway",
  "name_for_model": "tburn_rpc_gateway",
  "description_for_human": "Enterprise JSON-RPC 2.0 gateway for TBurn Chain (Chain ID 5800). Query blockchain data, check network status, and interact with the TBurn ecosystem.",
  "description_for_model": "Use this plugin to interact with TBurn Chain (Chain ID 5800) via JSON-RPC 2.0. You can query block numbers, account balances, transactions, gas estimates, and network stats. The primary RPC endpoint is https://rpc.tburn.io/rpc (L1) and https://rpc.tburn.io/rpc-l2 (L2, Chain ID 58001). TBurn Chain uses EMB (Ember) as the gas unit: 1 TBURN = 1,000,000 EMB. Supports all standard Ethereum JSON-RPC methods (eth_*, net_*, web3_*) plus custom tburn_* methods. WebSocket endpoint: wss://ws.tburn.io. Health check: GET https://rpc.tburn.io/health. No API key required for free tier (1,000 requests/day). Uptime SLA: 99.99%. Latency: sub-10ms (Kalman filter optimized).",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://rpc.tburn.io/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://rpc.tburn.io/favicon.png",
  "contact_email": "support@tburn.io",
  "legal_info_url": "https://tburn.io/legal",
  "humanLogoUrl": "https://rpc.tburn.io/favicon.png",
  "categories": [
    "blockchain",
    "developer-tools",
    "web3",
    "infrastructure"
  ],
  "endpoints": [
    {
      "name": "JSON-RPC L1",
      "description": "TBurn Chain L1 RPC endpoint (Chain ID 5800)",
      "url": "https://rpc.tburn.io/rpc",
      "method": "POST"
    },
    {
      "name": "JSON-RPC L2",
      "description": "TBurn Chain L2 RPC endpoint (Chain ID 58001)",
      "url": "https://rpc.tburn.io/rpc-l2",
      "method": "POST"
    },
    {
      "name": "Health Check",
      "description": "Gateway health status",
      "url": "https://rpc.tburn.io/health",
      "method": "GET"
    },
    {
      "name": "Network Stats",
      "description": "Live TBurn Chain network statistics",
      "url": "https://rpc.tburn.io/api/public/v1/network/stats",
      "method": "GET"
    }
  ],
  "chain_info": {
    "name": "TBurn Chain",
    "chain_id": 5800,
    "l2_chain_id": 58001,
    "currency_symbol": "TBURN",
    "gas_unit": "EMB",
    "gas_conversion": "1 TBURN = 1,000,000 EMB",
    "rpc_url": "https://rpc.tburn.io/rpc",
    "rpc_l2_url": "https://rpc.tburn.io/rpc-l2",
    "websocket_url": "wss://ws.tburn.io",
    "explorer_url": "https://explorer.tburn.io"
  }
}
