cURL
curl --request GET \ --url https://api.dancity.app/api/external/v1/wallet/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Returns the wallet for the authenticated user. Use the wallet id from your app’s user or session context.
Merchant API key from the Dancity dashboard.
OK
true