cURL
curl --request GET \ --url https://api.zebedee.io/v0/wallet \ --header 'apikey: <apikey>'
{ "message": "Successfully retrieved Wallet.", "data": { "unit": "msats", "balance": "384000" } }
Retrieve all data about a ZBD Project’s Wallet.
apikey
Was this page helpful?