Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getOutMsgQueueSize
200
Example
{ "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 } }
Get size of outbound message queue
OK
true
Show child attributes
Was this page helpful?