Skip to main content
GET
/
v2
/
blockchain
/
masterchain
/
{masterchain_seqno}
/
config
/
raw
cURL
curl --request GET \
  --url https://tonapi.io/v2/blockchain/masterchain/{masterchain_seqno}/config/raw
{
  "config": {}
}

Path Parameters

masterchain_seqno
integer<int32>
required

masterchain block seqno

Example:

123456

Response

blockchain config

config
object
required
Example:
{}