Validator account

ValidatorAccount queries an Ethereum account's from a validator consensus Address.

get
Path parameters
cons_addressstringRequired

cons_address is the validator cons address to query the account for.

Responses
200

A successful response.

application/json
get
GET /ethermint/evm/v1/validator_account/{cons_address} HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
  "account_address": "text",
  "sequence": "text",
  "account_number": "text"
}

Last updated