🔌Pusher (Soketi)
Documentation for utilizing Stelo's Pusher service
Real-time pub/sub is achieved on Stelo via Pusher (actually Soketi, but as far as you the consumer is concerned, it's Pusher). Currently, the only information that can be listened to are transactions incoming to a wallet.
Client Configuration
Below are the needed configuration settings to connect to the Pusher service.
Name | Value |
---|---|
Host | soketi.stelo.finance |
App Key | 9f726950-e252-4872-bcb9-ba8e17690549 |
Authentication and Authorization
Private channel connections are handled via the https://api.stelo.finance/pusher/auth
route. Refer to your client libraries documentation on how and where to configure this. Authorized requests to this route must be made via user
or wallet
Auth. Refer to your client libraries documentation on how to set the request's Authorization header or cookies.
Private Channels
Events
Event data is sent in JSON encoding.
Transactions
Transaction events originate from wallets
All incoming transactions to the wallet. By the time the event is received the items are already confirmed in the wallet.
Event name: transaction:incoming
Last updated