📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

avax
Avalanche (AVAX)

Method: POST rpc_modules

dropdown

Method RPC rpc_modules example for Avalanche (AVAX)

POST rpc_modules

Lists enabled APIs and the version of each.

Parameters

-

Request

curl --location --request POST 'https://avax.getblock.io/mainnet/ext/bc/C/rpc' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "rpc_modules",
"params": [],
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "eth": "1.0",
        "net": "1.0",
        "rpc": "1.0",
        "web3": "1.0"
    }
}