> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Explore Ronin JSON-RPC methods

## Introduction

Ronin is a blockchain built by Sky Mavis, designed specifically to power Axie Infinity and other decentralized applications (dApps). It provides an easy-to-use experience with low fees, fast transactions, and high security, making it ideal for gaming and NFT applications.

## Supported Networks

The Ronin RPC API is available for the following networks:

1. **Ronin Mainnet**
2. **Ronin Saigon Testnet**

## Network Details

| **Network**       | **Chain ID** | **Path Parameter** |
| :---------------- | :----------- | :----------------- |
| **Ronin Mainnet** | 0x7e4 (2020) | `ronin`            |
| **Ronin Saigon**  | 0x7e5 (2021) | `ronin-testnet`    |

## Supported RPC Methods

* [eth\_blockNumber](/rpc-nodes/ronin/eth-blockNumber)
* [eth\_call](/rpc-nodes/ronin/eth-call)
* [eth\_chainId](/rpc-nodes/ronin/eth-chain-id)
* [eth\_createAccessList](/rpc-nodes/ronin/eth-create-access-list)
* [eth\_estimateGas](/rpc-nodes/ronin/eth-estimate-gas)
* [eth\_feeHistory](/rpc-nodes/ronin/eth-fee-history)
* [eth\_gasPrice](/rpc-nodes/ronin/eth-gas-price)
* [eth\_getBalance](/rpc-nodes/ronin/eth-get-balance)
* [eth\_getBlockByHash](/rpc-nodes/ronin/eth-get-block-by-hash)
* [eth\_getBlockByNumber](/rpc-nodes/ronin/eth-get-block-by-number)
* [eth\_getBlockTransactionCountByHash](/rpc-nodes/ronin/eth-get-block-transaction-count-by-hash)
* [eth\_getBlockTransactionCountByNumber](/rpc-nodes/ronin/eth-get-block-transaction-count-by-number)
* [eth\_getBlockReceipts](/rpc-nodes/ronin/eth-get-block-receipts)
* [eth\_getCode](/rpc-nodes/ronin/eth-get-code)
* [eth\_getLogs](/streams/api-reference/history/get-logs)
* [eth\_getProof](/rpc-nodes/ronin/eth-get-proof)
* [eth\_getStorageAt](/rpc-nodes/ronin/eth-get-storage-at)
* [eth\_getTransactionByHash](/rpc-nodes/ronin/eth-get-transaction-by-hash)
* [eth\_getTransactionByBlockHashAndIndex](/rpc-nodes/ronin/eth-get-transaction-by-block-hash-and-index)
* [eth\_getTransactionByBlockNumberAndIndex](/rpc-nodes/ronin/eth-get-transaction-by-block-number-and-index)
* [eth\_getTransactionCount](/rpc-nodes/ronin/eth-get-transaction-count)
* [eth\_getTransactionReceipt](/rpc-nodes/ronin/eth-get-transaction-receipt)
* [eth\_getUncleByBlockHashAndIndex](/rpc-nodes/ronin/eth-get-uncle-by-block-hash-and-index)
* [eth\_getUncleByBlockNumberAndIndex](/rpc-nodes/ronin/eth-get-uncle-by-block-number-and-index)
* [eth\_getUncleCountByBlockHash](/rpc-nodes/ronin/eth-get-uncle-count-by-block-hash)
* [eth\_getUncleCountByBlockNumber](/rpc-nodes/ronin/eth-get-uncle-count-by-block-number)
* [eth\_maxPriorityFeePerGas](/rpc-nodes/ronin/eth-max-priority-fee-per-gas)
* [eth\_sendRawTransaction](/rpc-nodes/ronin/eth-send-raw-transaction)
