Skip to main content
GET
/
api
/
v1
/
breezee
/
node-info
Get Node Info
curl --request GET \
  --url https://usebreezee.xyz/api/v1/breezee/node-info \
  --header 'X-API-Key: <api-key>'

Responses

200: Success

{
  "status": true,
  "balance_sats": 1000
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response