1.0.2 • Published 1 year ago

okx-markprice v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago