okx-cnyprice
v1.0.1
Published
Get mark price from okx and convert them to CNY.
Downloads
5
Readme
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();