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_blockNumbergraphix_getBalancegraphix_getLogsgraphix_gasPricegraphix_getTransactionByHashgraphix_getTransactionReceiptgraphix_chainIdgraphix_maxPriorityFeePerGasgraphix_getTransactionCountgraphix_getCodegraphix_getStorageAtgraphix_estimateGasgraphix_getBlockByNumbergraphix_getBlockByHashgraphix_sendRawTransactiongraphix_call
Last updated