# JSON RPC

## The Bear Network mainnet and testnet are compatible with the following Ethereum standards JSON RPC：

* [`eth_blockNumber`](https://eth.wiki/json-rpc/API#eth_blocknumber)
* [`eth_call`](https://eth.wiki/json-rpc/API#eth_call)
* [`eth_getBalance`](https://eth.wiki/json-rpc/API#eth_getbalance)
* [`eth_getCode`](https://eth.wiki/json-rpc/API#eth_getcode)
* [`eth_getBlockByHash`](https://eth.wiki/json-rpc/API#eth_getblockbyhash)
* [`eth_getBlockByNumber`](https://eth.wiki/json-rpc/API#eth_getblockbynumber)
* [`eth_getTransactionByHash`](https://eth.wiki/json-rpc/API#eth_gettransactionbyhash)
* [`eth_getTransactionByBlockHashAndIndex`](https://eth.wiki/json-rpc/API#eth_gettransactionbyblockhashandindex)
* [`eth_getTransactionByBlockNumberAndIndex`](https://eth.wiki/json-rpc/API#eth_gettransactionbyblocknumberandindex)
* [`eth_getTransactionReceipt`](https://eth.wiki/json-rpc/API#eth_gettransactionreceipt)
* [`eth_getUncleByBlockHashAndIndex`](https://eth.wiki/json-rpc/API#eth_getunclebyblockhashandindex)
* [`eth_getLogs`](https://eth.wiki/json-rpc/API#eth_getlogs)
