Skip to main content

/getConfigParam REST API Endpoint

Get config by id.

Updated on
Oct 23, 2024

/getConfigParam REST API Endpoint

Query Parameters

config_id
integer
REQUIRED
The config id
seqno
integer
The masterchain seqno. If not specified, latest blockchain state will be used

Returns

ok
boolean
Indicates the success of the request (true means successful)
result
object
The result object which contains the following fields:
@type
string
Specifies the type of the result, which is configuration information
config
object
The config object which contains the following fields:
@type
string
Denotes that the config data is stored in a TVM
bytes
string
The raw configuration data encoded in base64 format
@extra
string
Additional internal metadata for processing or tracking
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getConfigParam?config_id=1' \
2
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free