GET
/
wallet
curl --request GET \
  --url https://staging.api.mavapay.co/api/v1/wallet \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "data": [
    {
      "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "accountId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
      "currency": "NGN",
      "balance": 1000
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

walletId
string

The wallet ID to get the details for (optional)

currency
enum<string>

The currency to get the details for (optional)

Available options:
NGN,
KES,
BTC,
USD

Response

200
application/json

Wallet response

The response is of type object.