Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 584 Bytes

File metadata and controls

20 lines (14 loc) · 584 Bytes
title Avalanche (C-Chain) JSON-RPC API
sidebar_label JSON-RPC API
sidebar_key avalanche-c-chain-json-rpc-api

Avalanche C-Chain uses the Go Ethereum (Geth) API and supports the standard Ethereum JSON-RPC APIs 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 for more information about supported methods.