Validators
Path parameters
delegatorAddranyRequired
Bech32 AccAddress of Delegator
Responses
200
OK
application/json
400
Invalid delegator address
500
Internal Server Error
get
GET /staking/delegators/{delegatorAddr}/validators HTTP/1.1
Host: akt.nownodes.io
Accept: */*
[
{
"operator_address": "cosmosvaloper16xyempempp92x9hyzz9wrgf94r6j9h5f2w4n2l",
"consensus_pubkey": "cosmosvalconspub1zcjduepq0vu2zgkgk49efa0nqwzndanq5m4c7pa3u4apz4g2r9gspqg6g9cs3k9cuf",
"jailed": true,
"status": 1,
"tokens": "text",
"delegator_shares": "text",
"description": {
"moniker": "text",
"identity": "text",
"website": "text",
"security_contact": "text",
"details": "text"
},
"bond_height": "0",
"bond_intra_tx_counter": 0,
"unbonding_height": "0",
"unbonding_time": "1970-01-01T00:00:00Z",
"commission": {
"rate": "0",
"max_rate": "0",
"max_change_rate": "0",
"update_time": "1970-01-01T00:00:00Z"
}
}
]
Path parameters
delegatorAddranyRequired
Bech32 AccAddress of Delegator
validatorAddranyRequired
Bech32 ValAddress of Delegator
Responses
200
OK
application/json
400
Invalid delegator address or validator address
500
Internal Server Error
get
GET /staking/delegators/{delegatorAddr}/validators/{validatorAddr} HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
"operator_address": "cosmosvaloper16xyempempp92x9hyzz9wrgf94r6j9h5f2w4n2l",
"consensus_pubkey": "cosmosvalconspub1zcjduepq0vu2zgkgk49efa0nqwzndanq5m4c7pa3u4apz4g2r9gspqg6g9cs3k9cuf",
"jailed": true,
"status": 1,
"tokens": "text",
"delegator_shares": "text",
"description": {
"moniker": "text",
"identity": "text",
"website": "text",
"security_contact": "text",
"details": "text"
},
"bond_height": "0",
"bond_intra_tx_counter": 0,
"unbonding_height": "0",
"unbonding_time": "1970-01-01T00:00:00Z",
"commission": {
"rate": "0",
"max_rate": "0",
"max_change_rate": "0",
"update_time": "1970-01-01T00:00:00Z"
}
}