tezexchange-tradebot

1.0.25 • Public • Published

tradebot

trade bot lib for tez.exchange

How to install

npm install --save tezexchange-tradebot

How to use

const tradebot = require('tezexchange-tradebot')

tradebot.getApiClient({})
.then(ac => {
  return ac.getTokenInfo(ac.tokens.TES, ac.client.key_pair.public_key_hash)
})
.then(x => console.log(x))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.25
    4
    • latest

Version History

Package Sidebar

Install

npm i tezexchange-tradebot

Weekly Downloads

28

Version

1.0.25

License

ISC

Unpacked Size

64 kB

Total Files

7

Last publish

Collaborators

  • catsigma