> ## 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 Gnosis JSON-RPC methods

## Introduction

Gnosis Chain is an Ethereum Layer 1 network focused on open finance and decentralized governance. It operates in conjunction with Ethereum, leveraging Ethereum’s security while providing faster and cheaper transactions. Gnosis Chain is EVM-compatible, making it easy for Ethereum developers to deploy their decentralized applications (dApps) with minimal changes. It’s widely used for governance, decentralized finance (DeFi), and DAO tooling.

## Supported Networks

The Gnosis RPC API is available for the following networks:

1. **Gnosis Mainnet**

## Network Details

| **Network**        | **Chain ID** | **Path Parameter** |
| :----------------- | :----------- | :----------------- |
| **Gnosis Mainnet** | 0x64 (100)   | `gnosis`           |

## Supported RPC Methods

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