{
  "x402Version": 2,
  "id": 4876,
  "slug": "4876",
  "resource": "https://www.bitcoind.app/api/v1/methods",
  "description": "Complete list of all Bitcoin Core RPC methods (summaries). One call replaces up to 142 individual lookups. Returns name, category, summary, and parameter count for every method.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3130cD1CAb59a15DC75931ecb006B6f8c0b4A3fa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {},
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "meta": {
              "count": 142,
              "tier": "paid"
            },
            "methods": [
              {
                "category": "Blockchain",
                "docs_url": "https://bitcoind.app/getblockchaininfo",
                "name": "getblockchaininfo",
                "param_count": 0,
                "summary": "Returns an object containing various state info regarding blockchain processing."
              }
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": ":var1",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "meta": {
                    "type": "object"
                  },
                  "methods": {
                    "items": {
                      "properties": {
                        "category": {
                          "description": "Method category (Blockchain, Wallet, etc)",
                          "type": "string"
                        },
                        "docs_url": {
                          "description": "Link to full human-readable docs",
                          "type": "string"
                        },
                        "name": {
                          "description": "RPC method name",
                          "type": "string"
                        },
                        "param_count": {
                          "description": "Number of parameters accepted",
                          "type": "number"
                        },
                        "summary": {
                          "description": "One-line description of what the method does",
                          "type": "string"
                        }
                      },
                      "required": [
                        "name",
                        "category",
                        "summary",
                        "docs_url"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "methods"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "www.bitcoind.app",
  "lastUpdated": "2026-09-17T03:55:47.474Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-17T03:55:47.247Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "www.bitcoind.app",
    "manifest_name": "www.bitcoind.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}