Supported Ethereum Methods

Get to know what Ethereum methods are allowed in Blockdaemon RPC API.

The following methods are allowed in Blockdaemon RPC API:

  • debug_traceBlockByNumber

🚧

Note!

This method is allowed only with certain parameters. You need to specify the block number or tag and the callTracer tracer type, e.g.: "params": ["latest", {"tracer": "callTracer"}]

📘

Info:

You can find Ethereum API documentation here: Ethereum API reference