📋 JSON-RPC Examples

curl -X POST https://ttajm.online \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "eth_chainId", "params": [], "id": 1 }'

🔧 Supported Methods

Blockchain Methods

  • eth_blockNumber
  • eth_getBalance
  • eth_getTransactionCount
  • eth_getBlockByNumber
  • eth_getTransactionByHash

Transaction Methods

  • eth_sendTransaction
  • eth_sendRawTransaction
  • eth_getTransactionReceipt
  • eth_estimateGas

Other Methods

  • net_version
  • web3_clientVersion
  • eth_gasPrice
  • eth_call