GET
/
v1
/
wallet
/
hd
/
count
Get wallet count
curl --request GET \
  --url https://api.withconvexity.com/v1/wallet/hd/count \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Wallet count fetched successfully",
  "data": {
    "count": 42
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 access token from Auth-Edge.

Query Parameters

chainType
enum<string>

Filter by chain.

Available options:
EVM,
SOLANA

Response

200 - application/json

OK

The response is of type object.