Wallet Metrics

šŸš§

Experimental API

This feature is still in the experimental phase. For enabling the permissions for your credentials, ask us in our help desk.


Check the Wallet status metrics using the GET /metrics/wallets method in the API.

{
    "status": [
        {
            "count": "5",
            "status": "pending"
        },
        {
            "count": "20",
            "status": "registered"
        },
        {
            "count": "367",
            "status": "ready"
        }
    ]
}