{ "opencollection": "1.0.0", "info": { "name": "Ankr Advanced EVM API", "version": "1.0.0" }, "items": [ { "info": { "name": "EVM", "type": "folder" }, "items": [ { "info": { "name": "Ankr Execute JSON-RPC Call", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/", "body": { "type": "json", "data": "{}" } }, "docs": "Execute a JSON-RPC 2.0 call against the selected chain. The `method` field\ncarries the EVM method name (`eth_blockNumber`, `eth_getBalance`,\n`eth_chainId`, `eth_call`, `eth_getLogs`, `eth_getTransactionByHash`,\n`eth_getTransactionReceipt`, `eth_sendRawTransaction`, etc.).\n" } ] } ], "bundled": true }