GET
/
v1
/
wallet
/
balance
/
Get balance
curl --request GET \
  --url https://api.withconvexity.com/v1/wallet/balance/ \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Balance retrieved",
  "data": {
    "balance": "125.482310",
    "currency": "USD",
    "updatedAt": "2026-06-17T10:20:08.000Z"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 access token from Auth-Edge.

Response

200 - application/json

OK

The response is of type object.