GetConfigParam
Get config by id.
Authorizations
Query parameters
config_idintegerRequired
Config id
seqnointegerOptional
Masterchain seqno. If not specified, latest blockchain state will be used.
Responses
200
Successful Response
application/json
422
Validation Error
504
Lite Server Timeout
get
GET /getConfigParam HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Accept: */*
{
"ok": true,
"result": "text",
"error": "text",
"code": 1
}