Skip to main content
GET
/
getConfigAll
Get Config All
curl --request GET \
  --url https://toncenter.com/api/v2/getConfigAll
{
  "ok": true,
  "result": {
    "@type": "configInfo",
    "config": {
      "@type": "tvm.cell",
      "bytes": "te6cckIDB4wAAQAAARdQAAAACASAAAQAgLgYAAAAAgAAAAAAAQAAAAA="
    },
    "@extra": "1755815324.351419:11:0.2985065689610278"
  }
}

Query Parameters

seqno
integer

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

Response

Successful Response

ok
boolean
required
result
object

All configuration parameters for the requested masterchain seqno.

error
string
code
integer
I