okx-cnyprice

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i okx-cnyprice

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

1.76 kB

Total Files

4

Last publish

Collaborators

  • tylanbin