okx-markprice

1.0.2 • Public • Published

okx-markprice

Get mark price from okx.

usage

npm install okx-markprice
# OR
yarn add okx-markprice
const mp = require('okx-markprice');
async function main() {
    const btc = await mp.getMarkPrice('BTC-USDT');
    console.log(btc);
}
main();

Readme

Keywords

Package Sidebar

Install

npm i okx-markprice

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

1.59 kB

Total Files

4

Last publish

Collaborators

  • tylanbin