# RPC

## JSON-RPC Endpoint <a href="#json-rpc-endpoint" id="json-rpc-endpoint"></a>

### Available Resources <a href="#available-resources" id="available-resources"></a>

#### Mainnet(ChainID 32520 in decimal) <a href="#mainnetchainid-0x38-56-in-decimal" id="mainnetchainid-0x38-56-in-decimal"></a>

NCRPC Endpoints:

Note

You can make `eth_getLogs` requests with up to a 5K block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.\ <br>

**Recommended**

&#x20;

| <p><a href="https://mainnet-rpc.brisescan.com/"><https://mainnet-rpc.brisescan.com></a></p><p><a href="https://flux-rpc.brisescan.com/"><https://flux-rpc.brisescan.com></a></p><p><a href="https://flux-rpc1.brisescan.com/"><https://flux-rpc1.brisescan.com></a></p><p><a href="https://flux-rpc2.brisescan.com/"><https://flux-rpc2.brisescan.com></a><br><br></p><p><a href="https://chainrpc.com/"><https://chainrpc.com></a></p><p><a href="https://rpc-1.chainrpc.com/"><https://rpc-1.chainrpc.com></a></p><p><a href="https://rpc-2.chainrpc.com/"><https://rpc-2.chainrpc.com></a><br><br></p> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><a href="https://serverrpc.com/"><https://serverrpc.com></a></p><p><a href="https://node1.serverrpc.com/"><https://node1.serverrpc.com></a></p><p><https://node2.serverrpc.com></p>                                                                                                                                                                                                                                                                                                                                                                                                                    |
|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

&#x20;

Websocket Endpoints:

*Note: provided by community with no quality promised, building your node should be always the long term goal*

* wss\://mainnet-rpc.brisescan.com:443

#### Rate limit <a href="#rate-limit" id="rate-limit"></a>

The rate limit of BRISE endpoint on Testnet and Mainnet is 10K/5min.\
\
To get unlimited hits, please use GetBlock services\
\
Link: <https://getblock.io/nodes/bitgert/>

&#x20;

### Start <a href="#start" id="start"></a>

You can start the HTTP JSON-RPC with the --rpc flag

```
## mainnet
geth attach https://mainnet-rpc.brisescan.com

## testnet
geth attach https://testnet-rpc.brisescan.com/
```

#### &#x20; <a href="#h_01haegmg1mg29yg4eaezafa1jc" id="h_01haegmg1mg29yg4eaezafa1jc"></a>

#### &#x20;Block Explorer: <https://brisescan.com/> Status Monitoring: <https://status.brisescan.com/> <a href="#h_01haegmg1mzhd0q4v2ha14nvn0" id="h_01haegmg1mzhd0q4v2ha14nvn0"></a>

#### &#x20;TestNET: RPC Testnet: <https://testnet-rpc.brisescan.com> ChainID: 64668 Block Explorer: <https://testnet-explorer.brisescan.com/> Faucet: <https://faucet.brisescan.com/> <a href="#h_01haegmg1m2t2dk8trgccz3rt5" id="h_01haegmg1m2t2dk8trgccz3rt5"></a>

\
\
\ <br>

### JSON-RPC methods <a href="#json-rpc-methods" id="json-rpc-methods"></a>

Please refer to this [wiki page](https://github.com/ethereum/wiki/wiki/JSON-RPC) or use Postman: <https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest>

<br>
