GRAPHIX RPC API

In addition to the custom RPC endpoints documented , the GRAPHIX RPC API supports most used methods in the exact format specified for Graphix nodes, see the Graphix JSON-RPC Specification .

These methods are provided for your convenience and are most suitable as a fallback option in your JSON RPC API providers. For other use cases, REST or custom RPC methods are recommended.

The following methods are supported:

  • graphix_blockNumber

  • graphix_getBalance

  • graphix_getLogs

  • graphix_gasPrice

  • graphix_getTransactionByHash

  • graphix_getTransactionReceipt

  • graphix_chainId

  • graphix_maxPriorityFeePerGas

  • graphix_getTransactionCount

  • graphix_getCode

  • graphix_getStorageAt

  • graphix_estimateGas

  • graphix_getBlockByNumber

  • graphix_getBlockByHash

  • graphix_sendRawTransaction

  • graphix_call

Last updated