Bech32 AccAddress of Delegator
GET /staking/delegators/{delegatorAddr}/validators HTTP/1.1 Host: akt.nownodes.io Accept: */*
OK
[ { "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" } } ]
Bech32 ValAddress of Delegator
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" } }