Alby Developer Guide
Alby Wallet API
Ask or search…
K
Links
Comment on page

Account

Get information regarding the user's account.

Get value4value information

Scope needed: account:read
Returns the user's Lightning Address and keysend information.
get
https://api.getalby.com/user/value4value

Get account balance

Scope needed: balance:read
Returns the balance of the user's wallet.
get
https://api.getalby.com/balance

Get account summary

Scope needed: balance:read
Returns the balance, incoming/outgoing transaction count, boostagram count
get
https://api.getalby.com/user/summary

Get personal information

Get the user's e-mail address, display name, avatar, nostr pubkey, and value4value information.
get
https://api.getalby.com/user/me
Last modified 4mo ago