Skip to main content
GET
/
api
/
v2
/
getOutMsgQueueSize
Get Out Msg Queue Size
curl --request GET \
  --url https://toncenter.com/api/v2/getOutMsgQueueSize
{
  "ok": true,
  "result": {
    "@type": "blocks.outMsgQueueSizes",
    "shards": [
      {
        "@type": "blocks.outMsgQueueSize",
        "id": {
          "@type": "ton.blockIdExt",
          "workchain": 123,
          "shard": "<string>",
          "seqno": 123,
          "root_hash": "<string>",
          "file_hash": "<string>"
        },
        "size": 123
      }
    ],
    "ext_msg_queue_size_limit": 123
  }
}

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.

Response

OK

ok
boolean
required
Example:

true

result
OutMsgQueueSizes · object
required