Get config by id.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getConfigParam
{ "ok": true, "result": { "config": { "bytes": "<string>", "@type": "tvm.cell" }, "@type": "configInfo", "@extra": "<string>" }, "error": "<string>", "code": 123 }
Config id
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?