Get config by id.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getConfigParam
200
sample1
{ "ok": true, "result": { "@type": "configInfo", "config": { "@type": "tvm.cell", "bytes": "te6cckEBAQEAIgAAQFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV+A4W5w==" }, "@extra": "1755815155.2328486:7:0.49669713612622723" }}
Config id Config id
Masterchain seqno. If not specified, latest blockchain state will be used. Masterchain seqno. If not specified, latest blockchain state will be used.
Successful Response
Configuration parameter for the requested id (at optional seqno).
Show child attributes
TVM cell with the parameter contents.
Base64-encoded BoC bytes.
"tvm.cell"
"configInfo"
Extra metadata for the response.
Was this page helpful?