-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Opening this issue to discuss additional CLI commands I'd like to contribute.
Current Commands
hubs listspokes listreserves list(feat: add reserves list command to CLI #205)
Proposed Commands
User Positions
# List user positions across chains
aave positions list --user <address> [--chain_id <id>]
# Show aggregated position summary
aave positions summary --user <address>
# User supplies
aave supplies list --user <address> --spoke <spoke_address> --chain_id <id>
# User borrows
aave borrows list --user <address> --spoke <spoke_address> --chain_id <id>
# User Balances
aave balances list --user <address> [--chain_id <id>]Metadata
Metadata
Assignees
Labels
No labels