Okexchain

Docs

The official document has more detailed information :

Network Type

We provide support for the following network types :

  • Okexchain Full Mainnet
  • Okexchain Full Testnet
  • Okexchain Archive Mainnet
    • When the plan is to be upgraded to pro or growth, it is automatically upgraded to archive, only mainnet has archive

Blockchain Explorer

Mainnet explorer

Testnet explorer

Use Example

Refer to Ethereum Example

JSON-RPC Mehtods

  • https
    • web3_clientVersion
    • web3_sha3
    • net_version
    • net_listening
    • eth_syncing
    • eth_gasPrice
    • eth_getBalance
    • eth_getStorageAt
    • eth_blockNumber
    • eth_getBlockByNumber
    • eth_getBlockByHash
    • eth_getTransactionByHash
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • eth_getTransactionReceipt
    • eth_getTransactionCount
    • eth_getBlockTransactionCountByHash
    • eth_getBlockTransactionCountByNumber
    • eth_getUncleCountByBlockHash
    • eth_getUncleCountByBlockNumber
    • eth_getUncleByBlockHashAndIndex
    • eth_getUncleByBlockNumberAndIndex
    • eth_getCode
    • eth_sendRawTransaction
    • eth_call
    • eth_estimateGas
    • eth_getLogs
    • eth_chainId
    • debug_traceBlock
    • debug_traceBlockByNumber
    • debug_traceBlockByHash
  • websocket
    • eth_subscribe
    • eth_unsubscribe