Skip to main content
GET
Long-poll for wallet notifications

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Query Parameters

since
string<date-time>

The timestamp to start waiting for notifications from. If not provided, returns all notifications in the buffer.

Response

Returns notifications received during the long-poll window if any. Otherwise returns an empty array with provided since argument as last_pushed_at field

Response payload for the long-poll wait endpoint.

notifications
object[]
required

Notifications received during the long-poll window. Empty if the timeout elapsed without any notifications. Sorted by timestamp in ascending order.

A notification of something happening in the wallet

last_pushed_at
string<date-time> | null

The timestamp of the last notification pushed to the client.