-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ipqhjjybj edited this page May 9, 2020
·
19 revisions
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
Terms of use
- All requests based on the Http protocol .
- All input and output data are in JSON format.
- Visit Root URL: https://bcapi.movapi.com
- Install pybtm first, pip3 install pybtm
- 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.
- 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 Exchange has such features.
Common API
Flash API
Spot API
If any problems occur when using API, please contact us: [email protected]