1.0.1 • Published 1 year ago

okx-cnyprice v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

okx-cnyprice

Get mark price from okx and convert them to CNY.

usage

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

1 year ago

1.0.0

1 year ago