We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create CLI commands for the client.
$ mbc get orderbook -b BTC -q BRL -l 10 $ mbc get ticker -b BTC -q BRL $ mbc get trades -b BTC -q BRL
$ mbc config view # default profile $ mbc config set id "<id>" $ mbc config set secret "<secret>"
$ mbc config set user.id "<id>" $ mbc config set user.secret "<secret>"
$ mbc get balances $ mbc get balances -p user
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Create CLI commands for the client.
Commands
Public API
Private API
Configure
profile based
Balances
The text was updated successfully, but these errors were encountered: