Skip to main content
GET
/
getConfigAll
Get all config parameters
curl --request GET \
  --url https://toncenter.com/api/v2/getConfigAll
{
  "ok": true,
  "result": {
    "config": {
      "bytes": "<string>",
      "@type": "tvm.cell"
    },
    "@type": "configInfo",
    "@extra": "<string>"
  },
  "error": "<string>",
  "code": 123
}

Query Parameters

seqno
integer

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

Response

Successful Response

ok
boolean
required
result
Result · object

All configuration parameters for the requested masterchain seqno.

error
string
code
integer