/
BL
bluewallet
/
GroundControl push server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
post
/lightningInvoiceGotSettled
post
Associate bitcoin addressess / ln preimage hashes / txids that you wish to be notified about to specific push token. Token serves as unique identifier of a device/user. Also, OS of the token
post
This call is a reverse call for /majorTomToGroundControl. In case user doesnt want to track addresses/txids/ln invoice hashes, he makes this call along with his token/os so GroundControl can remove them from the database
get
/ping
post
Returns levels of notifications user currently subscribed to
post
Sets levels of notifications user is subscribed to; also saves some user info, like lang or app version
post
Puts push in send queue. Push body should be any descendant of `/components/schemas/PushNotificationBase`
Puts push in send queue. Push body should be any descendant of `/components/schemas/PushNotificationBase`
post
/enqueue
Request body
union
required
PushNotificationLightningInvoicePaid
required
payload for push notification delivered to phone
OR
PushNotificationOnchainAddressGotPaid
required
payload for push notification delivered to phone
OR
PushNotificationOnchainAddressGotUnconfirmedTransaction
required
payload for push notification delivered to phone
OR
PushNotificationTxidGotConfirmed
required
payload for push notification delivered to phone
Response
OK
Changes