Skip to main content
GET
/
getConfigParam
Get single config parameter
curl --request GET \
  --url https://toncenter.com/api/v2/getConfigParam
{
"ok": true,
"result": {
"@type": "configInfo",
"config": {
"@type": "tvm.cell",
"bytes": "te6cckEBAQEAIgAAQFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV+A4W5w=="
},
"@extra": "1755815155.2328486:7:0.49669713612622723"
}
}

Query Parameters

config_id
integer
required

Config id

seqno
integer

Masterchain seqno. If not specified, latest blockchain state will be used.

Response

Successful Response

ok
boolean
required
result
object

Configuration parameter for the requested id (at optional seqno).

error
string
code
integer
I