Ticker Information
Ticker information on currency pair.
Subscribe with Pusher
var channel = pusher.subscribe("ticker-information.{pair}");Subscribe Request Payload
{
"event": "pusher:subscribe",
"data": {
"channel": "ticker-information.{pair}"
}
}Examples
Payload
Name
Type
Description
Example of the ticker event payload received as JSON
Last updated