cURL
curl --request PUT \ --url https://api.me-cash.com/v1/wallet/balance \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "amount": 0, "country": "NG", "currency": "NGN" }'
200
This response does not have an example.
This API updates the user’s wallet balance for a specified currency.
Wallet balance updated successfully.