GET
/
v0
/
wallet
curl --request GET \
  --url https://api.zebedee.io/v0/wallet \
  --header 'apikey: <apikey>'
{
  "message": "Successfully retrieved Wallet.",
  "data": {
    "unit": "msats",
    "balance": "384000"
  }
}
To retrieve the balance of the Wallet for a specific ZBD Project, just make sure to use that Project’s API Key in the apikey header property in the API endpoint.

Configuration

Header Parameters

apikey
string
required

ZBD Project API Key