GET
/
v1
/
wallet
/
{walletId}
/
balance
Get Wallet Balance
curl --request GET \
  --url https://api.me-cash.com/v1/wallet/{walletId}/balance \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Response

200

Wallet balance retrieved successfully.