Skip to content

blbradley/cryptoiq-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoIQ Tools

Scripts for working with CryptoIQ API

See CryptoIQ website for signup.

Environment Variables

  • CRYPTOIQ_ACCESS_CODE: Your CryptoIQ access code.

Usage

All scripts print to stdout. Use redirection to save output to files and and pipes to provide input to other programs.

Order Books per Month

Get a month of exchange order books json and print to stdout.

python orderbooks_month.py <exchange> <asset> <year> <month>
  • exchange: Exchange supported by API
  • asset: Asset supported by exchange
  • year: Year to get from API
  • month: Month to get from API

About

Scripts for working with CryptoIQ API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages