Address by id

AccountAddressByID returns account address based on account number.

get

Since: cosmos-sdk 0.46.2

Path parameters
idstring · int64Required

id is the account number of the address to be queried. This field should have been an uint64 (like all account numbers), and will be updated to uint64 in a future version of the auth query.

Responses
200
A successful response.
application/json
get
GET //cosmos/auth/v1beta1/address_by_id/{id} HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "account_address": "text"
}