txbit-api-wrapper

1.0.2 • Public • Published

Txbit API wrapper

Example

const Txbit = require('txbit-api-wrapper')

const txbit = new Txbit.API(KEY, SECRET)

const main = async () => {
    console.log(await txbit.account.buyLimit('XKR/USDT', 1337, 0.003))
}
main()

/txbit-api-wrapper/

    Package Sidebar

    Install

    npm i txbit-api-wrapper

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    16 kB

    Total Files

    3

    Last publish

    Collaborators

    • luknyb