Returns the current state of the TON masterchain. The last field contains the latest block, which you’ll need for querying current state. The seqno in last is the current block height. Call this first to get the latest block reference for other queries.
Empty request body for endpoints that require no parameters.
OK
Response containing current masterchain state and latest block.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.