GET
/
stake
/
delegation
Get Delegation
curl --request GET \
  --url https://prv.stake.biya.io/stake/delegation
{
  "delegation": {
    "validatorAddress": "<string>",
    "shares": "<string>"
  },
  "balance": {
    "denom": "<string>",
    "amount": "<string>"
  }
}

Query Parameters

delegatorAddress
string

Delegator address

validatorAddress
string

Validator address

Response

200 - application/json

OK

DelegationResponse represents a delegation with its balance

delegation
object

Delegation information Delegation represents a delegation to a validator

balance
object

Balance of the delegation Coin represents a token with denomination and amount