cURL
curl --request GET \ --url https://api.zebedee.io/v1/oauth2/wallet \ --header 'apikey: <apikey>' \ --header 'usertoken: <usertoken>'
{ "data": { "balance": "98251000", "remainingAmountLimits": { "daily": "1000000000", "maxCredit": "4901749000", "monthly": "25000000000", "weekly": "5000000000", }, }, "message": "Successfully fetched user wallet.", "success": true, }
Fetch wallet-related information about a logged-in ZBD User.
accessToken
Was this page helpful?