041request_description - coinexcom/coinex_exchange_api GitHub Wiki

Invocation Instruction

  • Link address for WebSocket: wss://socket.coinex.com/
  • API usage is based on plans in Websocket Protocol JSON RPC. Previous subscription will be cancelled if repeated subscription is made for data of the same kind.
  • Not support mulit-market in websocket subscription.

market field list

https://api.coinex.com/v1/market/list

Request parameter description:

  • method: method, String.
  • params: parameter, Array.
  • id: Request id, Integer.

Return value description

  • result: Json object, null for failure.
  • error: Json objesct, null for success, non-null for failure.
  • id: Request id, Integer.

push value description

  • method: method, String
  • params: parameter, Array
  • id: Null
⚠️ **GitHub.com Fallback** ⚠️