eth_newFilter 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 FAQ To use the eth_newFilter method on the Avalanche C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.
参数
对象
数组
正在加载...
fromBlock
字符串
正在加载...
toBlock
字符串
正在加载...
地址
字符串
正在加载...
主题
字符串
正在加载...
退货
结果
字符串
正在加载...
请求