Skip to main content
GET
Get outbound message queue size

Authorizations

X-API-Key
string
header
required

API key header of the form X-API-Key: <token>, where <token> is the API key. Requests without a key are limited to 1 RPS. Refer to the authentication guide for details.

Response

Outgoing message queue sizes for all active shards. A growing queue indicates network congestion and may cause transaction delays.

ok
boolean
default:true
required

Returns true if the request succeeded; otherwise false. See the error field for details.

result
object
required
@extra
string

Optional request ID that can be passed in the request and received back in the response. Useful for matching async responses.