Skip to content

026market_single_info

yangjialong edited this page Aug 13, 2019 · 1 revision

Acquire Single Market Information

  • Request description: Acquire single market detail information

  • Request type: GET

  • Signature required: No

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

  • Request parameter:

    name type required description
    market String Yes See<API invocation description·market>
  • Return value description:

    name type description
    name String market name
    taker_fee_rate String taker fee
    maker_fee_rate String maker fee
    min_amount String Min. amount of transaction
    trading_name String tradiing coin type
    trading_decimal Integer decimal of tradiing coin
    pricing_name String pricing coin type
    pricing_decimal Integer decimal of pricing coin
  • Example:

# Request
GET https://api.coinex.com/v1/market/detail?market=BTCUSDT
# Response
{
  "code": 0,
  "message": "Ok",
  "data":
    {
      "taker_fee_rate": "0.001",
      "pricing_name": "USDT",
      "trading_name": "BTC",
      "min_amount": "0.001",
      "name": "BTCUSDT",
      "trading_decimal": 8,
      "maker_fee_rate": "0.001",
      "pricing_decimal": 8
    }
}

HTTP API Introduction

Common API

Market API

Account API

Trading API

Margin API

Contract API

WebSocket API Introduction

Clone this wiki locally