1.0.1 • Published 1 year ago
okx-cnyprice v1.0.1
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();