> ## 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.

# Get Wallet

> Retrieve all data about a ZBD Project's Wallet.

<Note>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.</Note>

## Configuration

### Header Parameters

<ParamField required header="apikey" type="string">
  ZBD Project API Key
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "message": "Successfully retrieved Wallet.",
    "data": {
      "unit": "msats",
      "balance": "384000"
    }
  }
  ```
</ResponseExample>
