⚡ We welcome businesses to test our enterprise-grade service

Method: GET /wallet/getchainparameters

dropdown

Method REST /wallet/getchainparameters example for Tron (TRX)

GET /wallet/getchainparameters

All parameters that the blockchain committee can set

Parameters

-

Request

curl --location --request GET 'https://trx.getblock.io/wallet/getchainparameters' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' 


Response

{
    "chainParameter": [
        {
            "key": "getMaintenanceTimeInterval",
            "value": 21600000
        },
        {
            "key": "getAccountUpgradeCost",
            "value": 9999000000
        },
        {
            "key": "getCreateAccountFee",
            "value": 100000
        }
    ]
}