Get info with current sizes of messages queues by shards.
curl --request GET \
--url https://toncenter.com/api/v2/getOutMsgQueueSizes{
"ok": true,
"result": {
"@type": "blocks.outMsgQueueSizes",
"shards": [
{
"@type": "blocks.outMsgQueueSize",
"id": {
"@type": "ton.blockIdExt",
"workchain": -1,
"shard": "-9223372036854775808",
"seqno": 51149550,
"root_hash": "aa5DrbypWLx+3hICy5IOusAsMB8LA+JY41tjUtlYVhQ=",
"file_hash": "Yd96kDamNL490591/O2unVWv9FUrkANnso8ZMwEHtqU="
},
"size": 0
},
{
"@type": "blocks.outMsgQueueSize",
"id": {
"@type": "ton.blockIdExt",
"workchain": 0,
"shard": "-9223372036854775808",
"seqno": 56263368,
"root_hash": "jdalpRwHiguMp1Vxij4gWAkdzeIN56M0mfrjb9tVvmY=",
"file_hash": "/j8B/o8axBw0DZOlv1WGqvPh/KgJFeV8S4p3Ai2EDzQ="
},
"size": 0
}
],
"ext_msg_queue_size_limit": 8000,
"@extra": "1755815024.4620872:9:0.8277963175010491"
}
}Successful Response
Outgoing message queue sizes for all shards.
Show child attributes
List of outgoing message queue sizes per shard.
Show child attributes
Block identifier for the shard.
Show child attributes
Queue size for the shard.
"blocks.outMsgQueueSize"
Limit for the external message queue size.
"blocks.outMsgQueueSizes"
Extra metadata for the response.
Was this page helpful?
curl --request GET \
--url https://toncenter.com/api/v2/getOutMsgQueueSizes{
"ok": true,
"result": {
"@type": "blocks.outMsgQueueSizes",
"shards": [
{
"@type": "blocks.outMsgQueueSize",
"id": {
"@type": "ton.blockIdExt",
"workchain": -1,
"shard": "-9223372036854775808",
"seqno": 51149550,
"root_hash": "aa5DrbypWLx+3hICy5IOusAsMB8LA+JY41tjUtlYVhQ=",
"file_hash": "Yd96kDamNL490591/O2unVWv9FUrkANnso8ZMwEHtqU="
},
"size": 0
},
{
"@type": "blocks.outMsgQueueSize",
"id": {
"@type": "ton.blockIdExt",
"workchain": 0,
"shard": "-9223372036854775808",
"seqno": 56263368,
"root_hash": "jdalpRwHiguMp1Vxij4gWAkdzeIN56M0mfrjb9tVvmY=",
"file_hash": "/j8B/o8axBw0DZOlv1WGqvPh/KgJFeV8S4p3Ai2EDzQ="
},
"size": 0
}
],
"ext_msg_queue_size_limit": 8000,
"@extra": "1755815024.4620872:9:0.8277963175010491"
}
}