Skip to main content
GET
/
v0
/
wallet
Get Wallet
curl --request GET \
  --url https://api.zebedee.io/v0/wallet \
  --header 'apikey: <apikey>'
{
  "message": "Successfully retrieved Wallet.",
  "data": {
    "unit": "msats",
    "balance": "384000"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.zbdpay.com/llms.txt

Use this file to discover all available pages before exploring further.

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
{
  "message": "Successfully retrieved Wallet.",
  "data": {
    "unit": "msats",
    "balance": "384000"
  }
}