{
  "serviceId": "us-code-cfr",
  "displayName": "US Code and CFR Regulations",
  "description": "US Code and CFR section lookup plus legislative bill tracking from govinfo. POST /v1/us with a {title} (and optional section) and get the regulation text and structure as one JSON object. Deterministic per compilation. Pay per request in USDC; no account, no API key.",
  "category": "government",
  "resourceUrl": "https://agent.pocket.network/v1/us-code-cfr",
  "priceUsd": "0.005000",
  "priceVersion": 1,
  "rails": [
    {
      "id": "base",
      "network": "eip155:8453",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "tokenDecimals": 6,
      "payToAddress": "0xF732ea490c5766071785a2310523f7fA2CEbB829"
    }
  ],
  "protocols": [
    "rest"
  ],
  "inputSchema": {
    "type": "object",
    "description": "A US Code or CFR title (and optional section) to fetch.",
    "properties": {
      "title": {
        "type": "integer",
        "description": "Title number, e.g. 1."
      },
      "section": {
        "type": "string",
        "description": "Optional section within the title."
      }
    },
    "required": [
      "title"
    ]
  },
  "outputSchema": {
    "type": "object",
    "description": "For POST /v1/us, a JSON object with the title structure and section text. The exact shape is the service's own and is not pinned here; errors return a JSON object with an `error` field, and the GET routes return their own small JSON documents."
  },
  "methods": {
    "GET /v1/health": "read",
    "GET /v1/version": "read",
    "POST /v1/us": "read"
  },
  "firstParty": true,
  "networks": [
    "eip155:8453"
  ],
  "serving": true,
  "page": "https://agent.pocket.network/services/us-code-cfr",
  "descriptor": "https://agent.pocket.network/services/us-code-cfr/descriptor.json"
}