AarmaChain - Documentation
  • Introduction
  • Why AarmaChain
  • Features & Functionalities
  • Consensus
  • Ecosystem
    • AarmaDEX
    • Aarma Exchange
    • Aarma Wallet
    • Aarma Bridge
    • Aarma Pay
  • AARMA Coin
  • Governance
  • AarmaChain Community Token (ACT)
  • ℹ️guide
    • Add AarmaChain To Metamask
    • Environment Set-up
    • Deploy a Smart Contract
    • Run a Node
    • AarmaChain CDK
  • ⏺️Network Reference
    • RPC Configuration
    • Addresses
    • APIs
      • accounts
      • blockNumber
      • call
      • chainId
      • estimateGas
      • gasPrice
      • getBalance
      • getBlockByHash
      • getBlockByNumber
      • getBlockTransactionCountByHash
      • getBlockTransactionCountByNumber
      • getCode
      • getLogs
      • getStorageAt
      • getTransactionByBlockHashAndIndex
      • getTransactionByBlockNumberAndIndex
      • getTransactionByHash
      • getTransactionCount
      • getTransactionReceipt
      • getUncleByBlockHashAndIndex
      • getUncleByBlockNumberAndIndex
      • getUncleCountByBlockHash
      • getUncleCountByBlockNumber
      • getWork
      • hashrate
      • mining
      • protocolVesrion
      • sendRawTransaction
      • submitWork
      • syncing
      • net_listening
      • net_peercount
      • net_version
      • web3_clientVersion
      • parity_nextNonce
      • Filter Methods
        • newFilter
        • newBlockFilter
        • getFilterChanges
        • uninstallFilter
  • 💬Resources
    • Developer Tools
    • FAQs
    • Learning Resources
Powered by GitBook
On this page
  1. Network Reference
  2. APIs

Filter Methods

CTEX supports the following filter methods over both HTTP and WebSocket. In both cases, the filter IDs can be shared by any connection using the same v3 Project ID.

Filters that are not polled using eth_getFilterChanges will be automatically expired after fifteen minutes of inactivity.

Previousparity_nextNonceNextnewFilter

Last updated 10 months ago

⏺️