1.2.7 • Published 3 years ago

bitmart-api-model v1.2.7

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

bitmart-api-model

Use this Package to interact with Birmart Pro new api.

Installation

npm i bitmart-api-model

Import Package

import BitmartModel from 'bitmart-api-model';
const obj = new BitmartModel('memo','access_token','api_secret');

Usage

const getServerTime = await obj.getServerTime();
const testGetRequest = await obj.testGet();
const testPostRequest = await obj.testPost();
const ticker = await obj.getTicker('BTC_USDT');
const balance = await obj.getBalance();
const submitLimitOrder = await obj.placeLimitOrder('SYMBOL','buy|sell','QTY','PRICE');
const submitMarketOrder = await obj.placeMarketOrder('SYMBOL','buy|sell','QTY');
const getOrder = await obj.getOrder('SYMBOL','ORDER_ID');
const cancelOrder = await obj.cancelOrder('SYMBOL','ORDER_ID');
const cancelAllOrders = await obj.cancelAllOrders('SYMBOL','buy|sell');

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

Pardeep Kumar Git: https://github.com/pardeepantech

GIT REPO

Github: https://github.com/pardeepantech/bitmart-apis

License

MIT

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago