Skip to content
ipqhjjybj edited this page May 9, 2020 · 19 revisions

MOV Trading API Introduction

Introduction

Welcome to the MOV API. Please check this document periodically for latest updates. MOV offers powerful APIs for you to integrate into your applications. The Spot APIs require authentication with a guid and secret_key which allows you to:

  • place and cancel orders
  • enquire order status and account info

HTTP API Introduction

Terms of use

  1. All requests based on the Http protocol .
  2. All input and output data are in JSON format.
  3. Visit Root URL: https://bcapi.movapi.com
  4. Install pybtm first, pip3 install pybtm
  5. Signature is required for trading API related interfaces. The signature data is placed in the authorization header of the HTTP header and authorization is the signature result string. No signature is required for market API related interfaces.
  6. Rate limit: Now are no limited!

More detail of API Invocation Instruction

Flash API

If you use flash api, you should run dealer in your local environment. And then you can visit dealer in below api.

Spot API

Name Request Method Description
exchange info GET /api/spot/v1/exchange_info GET acquire exchange info
market depth GET /api/v2/vapor/mov/market/depth?symbol=BTC/USDT&depth=5 GET acquire market depth
account info POST /api/v2/vapor/account/list-addresses POST acquire account info
send order POST /api/v2/vapor/mov/merchant/build-place-order-tx POST send order
cancel order POST /api/v2/vapor/mov/merchant/build-cancel-order-tx POST cancel order
Query Order POST /api/v2/vapor/account/list-orders POST query order

more detail

WebSocket API Introduction

Will be published later!

Error Code

Updated Logs

No new updates now.


If any problems occur when using API, please contact us: [email protected]

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: [email protected]

Clone this wiki locally