GET
/
stake
/
delegator
/
validators
Get Delegator Validators
curl --request GET \
  --url https://prv.stake.biya.io/stake/delegator/validators
{
  "validators": [
    "<string>"
  ]
}

Query Parameters

delegatorAddress
string

Delegator address

Response

200 - application/json

OK

FetchDelegatorValidatorsResponse represents the list of validators a delegator has delegated to This corresponds to FetchDelegatorValidators response

validators
string[]

List of validator addresses