Delegation queries

Useful delegation queries

Here are some example query commands for delegations that you may find useful. Of course replace any variables with your own values as needed.

To display the total delegations from a wallet to a single delegate\validator;

docker exec -it node bandd query staking delegation $ADDRESS $VALIDATOR --node $MASTER 

To display all delegations from a single wallet address;

docker exec -it node bandd query staking delegations $ADDRESS --node $MASTER

To display all delegations from all wallets to a single delegate\validator;

docker exec -it node bandd query staking delegations-to $VALIDATOR --node $MASTER

Last updated