Skip to content

Merstab/zo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZO-CLI


CLI Trading CLient for 01 Exchange

yarn or npm install

run locally:

yarn build
node dist/bin/zo-cli.js --help

or

install globally:

npm link
zo-cli --help
zo-cli [command]

Commands:
  zo-cli create-margin      create a margin account
  zo-cli place-perp-order   place a perp order
  zo-cli cancel-perp-order  cancel perp order
  zo-cli deposit            deposit collateral
  zo-cli withdraw           withdraw collateral
  zo-cli settle-funds       settle PnL
  zo-cli balances           check balances and risk
  zo-cli positions          view positions
  zo-cli open-orders        view open orders
  zo-cli zo-data            list current market and collateral data
  zo-cli run-liquidator     run liquidator to liquidate accounts

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Uninstall: npm uninstall -g zo-cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published