Skip to content

041request_description

haipo yang edited this page Jun 26, 2018 · 4 revisions

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.

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

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally