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

Documentation Index

Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

seqno
integer<int32>

Block seqno

Response

OK

ok
boolean
required
Example:

true

result
ConfigInfo · object
required