Long-poll for wallet notifications
Long-polls for wallet notifications. Returns all notifications received since the given timestamp. If no timestamp is provided, returns all notifications in the buffer. Returned notifications are sorted by timestamp in ascending order.
Authorizations
Base64url-encoded auth token
Query Parameters
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 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
- Option 1
- Option 2
- Option 3
The timestamp of the last notification pushed to the client.