Skip to main content

/wallet/getchainparameters REST API Endpoint

Gets all parameters that the blockchain committee can set.

Updated on
Oct 4, 2023

/wallet/getchainparameters REST API Endpoint

Parameters

This method does not accept any parameters

Returns

chainParameter
An array of chain parameters, each containing the following fields:
key
The key or name of the chain parameter
value
The corresponding value associated with the chain parameter
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getchainparameters \
2
--request GET \
3
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free