ODIN Protocol
  • Introduction
  • ODIN NODE
  • Before Getting Started
    • Prerequisites
    • Running an ODIN Node in the Cloud
  • Getting Started
    • Validator private key
    • odin alias (optional)
    • Port Forwarding
  • Creating an ODIN Wallet
    • variables
    • ODIN Wallet operations
  • Becoming ODIN Validator
  • Editing a validator
  • Oracle Validators
    • Google Cloud Run executor
    • AWS Lambda executor setup
  • Baldur to Heimdall
  • Restarting ODIN node
  • CLI delegation
    • Delegation queries
  • Using ODIN Web
  • Unjailing a Validator
  • FAQ
  • ODIN token
    • Testnet Reward Program
    • Testnet Staking
  • RESOURCES
  • Website
  • Whitepaper
  • Github
  • Whitepaper
    • Abstract
      • ROLES
Powered by GitBook
On this page

Was this helpful?

  1. CLI delegation

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
PreviousCLI delegationNextUsing ODIN Web

Last updated 3 years ago

Was this helpful?