Skip to main content

platform.getFeeConfig RPC Method

Retrieves the current fee configuration settings for the platform.

Updated on
Nov 7, 2024

platform.getFeeConfig RPC Method

Parameters

This method does not accept any parameters

Returns

result
object
The result object which contains the following fields:
weights
array
An array representing the weighted distribution for different transaction categories or priority classes
maxCapacity
integer
The maximum number of transactions or data size the network can handle at once before incurring additional fees
maxPerSecond
integer
The maximum rate of transactions per second allowed on the network
targetPerSecond
integer
The desired target rate of transactions per second that the network aims to maintain for optimal performance
minPrice
integer
The minimum transaction fee price required to submit a transaction to the network
excessConversionConstant
integer
A coefficient used in fee calculations when transaction volume exceeds the target rate, often to deter spamming
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.getFeeConfig",
7
"params" :{}
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free