Skip to content

067margin_account

何文振 edited this page Jun 29, 2021 · 3 revisions

Inquire Margin Account Market Info

  • Request description: Inquire margin market ID map info.

  • Request type: GET

  • Signature required: No

  • Request Url:https://api.coinex.com/v1/margin/market

  • Request parameter:

  • Return value description:

  • Example:

# Request
GET https://api.coinex.com/v1/margin/market
# Response
{
 "code": 0,
 "data": {
   "BTCUSDT": 1,    # BTCUSDT:market, 1:account ID
   "BCHUSDT": 2,
   ......
 },
 "message": "Ok"
}

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally