Authentication

Authentication is sent once when connecting to the websocket. It is sent via the X-API-KEY header. You will remain authenticated for the rest of the connection.

Connection to the websocket is made via secure protocol at:

wss://api.solanastreaming.com


Authentication Header

  • X-API-KEY

    string
    You should supply your api key which you can obtain from the dashboard. Never share this key with anyone as it is unique to you.

    The way you send this header will depend on your method of connection.

Authentication Examples