{ "opencollection": "1.0.0", "info": { "name": "Ankr Advanced EVM Query API", "version": "1.0.0" }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "Ankr Get Blockchain Stats", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/blockchain-stats", "body": { "type": "json", "data": "{}" } }, "docs": "Returns aggregate statistics about supported blockchains." }, { "info": { "name": "Ankr Get Blocks", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/blocks", "body": { "type": "json", "data": "{}" } }, "docs": "Returns full block information for a range of block heights." }, { "info": { "name": "Ankr Get Logs", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/logs", "body": { "type": "json", "data": "{}" } }, "docs": "Returns event logs from a specified block range." }, { "info": { "name": "Ankr Get Transactions By Hash", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/transactions-by-hash", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the full transaction details for the supplied transaction hash." }, { "info": { "name": "Ankr Get Transactions By Address", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/transactions-by-address", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the full transaction history for a wallet address." }, { "info": { "name": "Ankr Get Interactions", "type": "http" }, "http": { "method": "POST", "url": "https://rpc.ankr.com/multichain/query/interactions", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the chains a wallet has interacted with (cross-chain activity index)." } ] } ], "bundled": true }