Comment on page
RPC
ONUS RPC 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.ONUS RPC Endpoints:
- https://rpc-testnet.onuschain.io
The rate limit of the ONUS RPC endpoint on Testnet and Mainnet is 8K/5min.
You can start the HTTP JSON-RPC with the --rpc flag
## mainnetgeth attach https://rpc.onuschain.io
## testnetgeth attach https://rpc-testnet.onuschain.io
Copy
Please refer to this wiki page or use Postman: https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest
Last modified 1yr ago