EVM Specific methods
eth_getAssetBalance
Retrieves the balance of first class Avalanche Native Tokens on the C-Chain (excluding AVAX, which must be fetched with eth_getBalance
).
Method: POST
Example body (raw)
Example response: 200
eth_baseFee
Get the base fee for the next block.
Method: POST
Example body (raw)
Example response: 200
eth_maxPriorityFeePerGas
Get the priority fee needed to be included in a block.
Method: POST
Example body (raw)
Example response: 200
eth_getChainConfig
eth_getChainConfig
returns chain config. This API is enabled by default with internal-eth
namespace.
Method: POST
Example body (raw)
Example response: 200
Last updated