/
BL
bluewallet
/
GroundControl push server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16m 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`
get
/ping
Response
OK
ServerInfo
required
name
string
description
string
version
string
uptime
number
last_processed_block
number
send_queue_size
number
sent_24h
number
Changes