The demo uses libraries provided by pusher.com to connect to Coinmate pusher private channels. At this moment are available three private pusher channels: user open orders (prefix "private-open_orders-", event "open_orders"), user balances (prefix "private-user_balances-", event "user_balances"), user trades (prefix "private-user-trades-", event "user_trades").
The demo connects to the private channel "private-open_orders-". It calls the API method 'pusherAuth' to get authentication to pusher private channel. Like for other API calls you need your client ID, public API key and private API key. You may generate completely new API pair with just lowest rights to run the demo connected to your account.
Provide your client ID, API keys and correct start nonce value for the API key. Select currency pair for which you want to get open orders notifications. Connect to pusher channel. Create or delete order on the selected currency pair in order to fire send of dat to the pusher channel. In case everything is OK set of your open orders for the currency pair should be displayed/updated on this page below.
client id, public key, private key, nonce, currency pair