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

Authorizations

Authorization
string
header
required

OAuth 2.0 access token from Auth-Edge.

Response

200 - application/json

OK

The response is of type object.