Niza Global - API Docs
  • Introduction
  • General
  • Authentication
  • PUBLIC ENDPOINTS
    • Markets
    • Tickers
    • OHLC Data
    • Order Book
    • Historical Trades
  • AUTHENTICATED ENDPOINTS
    • Balances
      • (Deprecated) Trade Wallet
      • Spot Wallet
    • Orders
      • Create Order
      • Cancel Order
      • Open Orders
      • Closed Orders
      • Get Order
    • Trades
      • Trades History
      • Get Trade
  • Websocket API 1.0
    • Overview
    • Connection Details
    • WebSocket Authentication
    • Public Channels
      • Ticker Information
      • OHLC
      • Recent Trades
      • Orderbook
    • Private Channels
      • Order Executed
      • Trade Executed
Powered by GitBook
On this page
  1. Websocket API 1.0

Connection Details

Guide how to open a connection to Niza WebSocket.

PreviousOverviewNextWebSocket Authentication

Last updated 8 months ago

We use as a Socket client, please look at this how to setup pusher and connect using different languages. The public APP_KEY is 23d6f445cd259b91adf9 . The connection string will look like this:

wss://ws-eu.pusher.com/app/23d6f445cd259b91adf9?protocol=7&client=js&version=8.4.0-rc2&flash=false

Once the connection is successful you are ready to subscribe and receive public messages. For the private messages please look at the documentation how to authenticate your user to receive private messages.

Pusher
documentation
WebSocket Authentication