You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a CLI command balance for directly fetching user's balance. Currently, this is possible indirectly via the me command, requiring extraction from the returned JSON.
Suggested usage:
balance --usd: Fetches USD wallet balance.
balance --btc: Fetches BTC wallet balance.
balance: Fetches default wallet balance.
The text was updated successfully, but these errors were encountered:
Implement a CLI command balance for directly fetching user's balance. Currently, this is possible indirectly via the
me
command, requiring extraction from the returned JSON.Suggested usage:
balance --usd
: Fetches USD wallet balance.balance --btc
: Fetches BTC wallet balance.balance
: Fetches default wallet balance.The text was updated successfully, but these errors were encountered: