🔢Stats Method

Get usage info

Get usage info

POST /api/stats/usage

This method is used to obtain information about the number of consumed and avaialble signatures/operations per process.

Example response:
{
    "keyUsage": "integer”,
    "maxKeyUsage": "integer”
}

Last updated