Skip to main content

platform.getFeeState RPC Method

Retrieves the current state of transaction fees on the platform.

Updated on
Nov 7, 2024

platform.getFeeState RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
The result object which contains the following fields:
capacity
integer
Indicates the current transaction processing capacity of the network
excess
integer
The current excess load on the network, usually reflecting the volume of transactions beyond the target capacity
price
integer
The current base transaction fee price
timestamp
string
The timestamp of when this fee state was recorded, in ISO 8601 format
Request
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc":"2.0",
5
"id" :1,
6
"method" :"platform.getFeeState",
7
"params" :{}
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free