Docs · error · HTTP 404

-32601 Method not in the catalog

The method is not in the published catalog for this chain's dialect, or not served on this chain (e.g. traces where the supply has no debug API).

What to do

  1. Check /docs/methods for the catalog and per-chain rules
  2. Tell us the method — the catalog grows by demand

Where it lives: /docs/methods.

The exact answer

HTTP 404
{
  "error": {
    "code": -32601,
    "message": "eth_foo isn't in our standard catalog yet — tell us what you're building and we'll enable or tailor it for your project, usually within a day: hello@flexyield.io",
    "data": {
      "request_id": "<uuid>",
      "support": "/support/new?request_id=<uuid>",
      "contact": "hello@flexyield.io",
      "docs": "https://flexyield.io/docs"
    }
  }
}

All codes: error decoder · methods and limits · file it: /support/new?request_id=….