eth_getLogs RPC 方法
Please note that this RPC method have a block range limit of 10,000 blocks to ensure reliability, so it's best to break down queries into smaller chunks for faster responses and better error handling. For more information about the block range limit and how to avoid it, refer to this FAQTo use the eth_getLogs method on the Avalanche C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.
参数
对象
数组
正在加载...
fromBlock
字符串
正在加载...
toBlock
字符串
正在加载...
地址
字符串
正在加载...
主题
数组
正在加载...
blockHash
字符串
正在加载...
退货
数组
数组
正在加载...
地址
字符串
正在加载...
主题
数组
正在加载...
数据
字符串
正在加载...
blockNumber
字符串
正在加载...
交易哈希
字符串
正在加载...
transactionIndex
字符串
正在加载...
blockHash
字符串
正在加载...
logIndex
字符串
正在加载...
已删除
布尔型
正在加载...
请求