Skip to content

031exchange_info

ipqhjjybj edited this page May 9, 2020 · 7 revisions

Acquire Market Info

  • Request description: acquire exchange info

  • Request type: GET

  • Signature required: No

  • Request Url:https://bcapi.movapi.com/api/v3/vapor/mov/common/symbols

  • Request parameter:

    name type description
  • Return value description:

    name type description
    price_decimal string the mininum display price num
    amount_decimal string the mininum display amount num
    base_asset json the info of the base_asset
    quote_asset json the info of the quote_asset
  • Example:

# Request
GET https://bcapi.movapi.com/api/v3/vapor/mov/common/symbols
# Response
{
   "code":200,
   "msg":"",
   "result":{
      "data":[
         {
            "price_decimal":4,
            "amount_decimal":2,
            "base_asset":{
               "asset_id":"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
               "symbol":"BTM"
            },
            "quote_asset":{
               "asset_id":"184e1cc4ee4845023888810a79eed7a42c02c544cf2c61ceac05e176d575bd46",
               "symbol":"USDT"
            }
         },
         {
            "price_decimal":2,
            "amount_decimal":4,
            "base_asset":{
               "asset_id":"78de44ffa1bce37b757c9eae8925b5f199dc4621b412ef0f3f46168865284a93",
               "symbol":"ETH"
            },
            "quote_asset":{
               "asset_id":"184e1cc4ee4845023888810a79eed7a42c02c544cf2c61ceac05e176d575bd46",
               "symbol":"USDT"
            }
         },
         {
            "price_decimal":8,
            "amount_decimal":2,
            "base_asset":{
               "asset_id":"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
               "symbol":"BTM"
            },
            "quote_asset":{
               "asset_id":"78de44ffa1bce37b757c9eae8925b5f199dc4621b412ef0f3f46168865284a93",
               "symbol":"ETH"
            }
         },
         {
            "price_decimal":8,
            "amount_decimal":2,
            "base_asset":{
               "asset_id":"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
               "symbol":"BTM"
            },
            "quote_asset":{
               "asset_id":"bda946b3110fa46fd94346ce3f05f0760f1b9de72e238835bc4d19f9d64f1742",
               "symbol":"BTC"
            }
         },
         {
            "price_decimal":2,
            "amount_decimal":4,
            "base_asset":{
               "asset_id":"bda946b3110fa46fd94346ce3f05f0760f1b9de72e238835bc4d19f9d64f1742",
               "symbol":"BTC"
            },
            "quote_asset":{
               "asset_id":"184e1cc4ee4845023888810a79eed7a42c02c544cf2c61ceac05e176d575bd46",
               "symbol":"USDT"
            }
         },
         {
            "price_decimal":6,
            "amount_decimal":4,
            "base_asset":{
               "asset_id":"78de44ffa1bce37b757c9eae8925b5f199dc4621b412ef0f3f46168865284a93",
               "symbol":"ETH"
            },
            "quote_asset":{
               "asset_id":"bda946b3110fa46fd94346ce3f05f0760f1b9de72e238835bc4d19f9d64f1742",
               "symbol":"BTC"
            }
         }
      ]
   }
}

MOV Trading API Introduction

MOV Exchange has such features.

HTTP API Introduction

Common API

Flash API

Spot API

WebSocket API Introduction


If any problems occur when using API, please contact us: support@8btc.com

Clone this wiki locally