Skip to main content
Some of these topics require a ticket authorizing their usage, since these topics contain sensitive user information To generate a new ticket you should send a POST request on https://api.ripio.com/trade/ticket You will get a response like this:
{
  "message": null,
  "data": { "ticket": "d90a9a10-06af-44af-8592-baf866dd1503"} 
}
Then you can subscribe to a private websocket by passing right params incluing the ticket this way:
{
  "method": "subscribe", 
  "topics": ["order_status"], 
  "ticket": "d90a9a10-06af-44af-8592-baf866dd1503" 
}