Get Wallet
Description
Retrieves the total balance of a given Project Wallet.
Usage
To retrieve the balance of the Project Wallet for your 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
ZEBEDEE Project API Key
Responses
- 200
HTTP 200 - GET - /v0/wallet
{
"message": "Successfully retrieved Wallet.",
"data": {
"unit": "msats",
"balance": "384000"
}
}
Loading...