ETH methods
TeQoin is EVM-compatible, so standard Ethereum JSON-RPC methods are the main integration surface.Common methods
eth_chainIdeth_blockNumbereth_getBalanceeth_calleth_sendRawTransactioneth_getTransactionReceipt
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Core Ethereum JSON-RPC methods used with TeQoin
eth_chainIdeth_blockNumbereth_getBalanceeth_calleth_sendRawTransactioneth_getTransactionReceiptcurl https://rpc.teqoin.io ^
-H "Content-Type: application/json" ^
-d "{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}"