PUT
/
v1
/
wallet
/
balance
Update Wallet Balance
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"
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Body

application/json · object

Response

200

Wallet balance updated successfully.