cURL
curl --request GET \ --url https://api.dancity.app/api/external/v1/wallet \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Returns all wallets and balances for the user linked to this API key.
Merchant API key from the Dancity dashboard.
OK
true