Skip to main content

ETH methods

TeQoin is EVM-compatible, so standard Ethereum JSON-RPC methods are the main integration surface.

Common methods

  • eth_chainId
  • eth_blockNumber
  • eth_getBalance
  • eth_call
  • eth_sendRawTransaction
  • eth_getTransactionReceipt

Example