Skip to main content
GET
/
api
/
v1
/
wallet
Get wallets balance
curl --request GET \
  --url https://api.dancity.app/api/v1/wallet \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Wallets retrieved successfully",
  "data": [
    {
      "_id": "59ea65qqqqqxxxxx45zzzz7111",
      "user": "69ea65628bzszs42zsfdd67a2",
      "name": "Main Wallet",
      "balance": 0,
      "bonus": 0,
      "currency": "NGN",
      "createdAt": "2026-04-23T18:30:58.751Z",
      "updatedAt": "2026-04-23T18:30:58.751Z",
      "version": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Response

OK