> For the complete documentation index, see [llms.txt](/llms.txt).

# Avalanche (C-Chain) JSON-RPC API

Avalanche C-Chain uses the Go Ethereum (Geth) API and supports the standard [Ethereum JSON-RPC APIs](/services/reference/ethereum/json-rpc-methods/) for the following services:

- `net_*`
- `eth_*`
- `txpool_status`

info

Avalanche-specific methods (`avax.*`) that have a dependency on the P-Chain and X-Chain are not supported.

Refer to the [Avalanche documentation](https://docs.avax.network/docs/rpcs/c-chain) for more information about supported methods.
