cURL
curl --request GET \ --url https://prv.stake.biya.io/stake/delegation
{ "delegation": { "validatorAddress": "<string>", "shares": "<string>" }, "balance": { "denom": "<string>", "amount": "<string>" } }
GetDelegation queries delegation information for a specific delegator-validator pair
Delegator address
Validator address
OK
DelegationResponse represents a delegation with its balance
Delegation information Delegation represents a delegation to a validator
Show child attributes
Balance of the delegation Coin represents a token with denomination and amount