1.0.2 • Published 2 years ago

okx-markprice v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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();
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago