Skip to main content

Public Account Data

Public Account Data (v1.0.0)

Download OpenAPI specification:Download

API Documentation for Public Account Data

AccountData

AccountData returns the accountdata for a specified account.

Authorizations:
bearerAuth
path Parameters
account
required
string (account)

account is the bech32 address of the account to get the data for

Responses

Response samples

Content type
application/json
{
  • "value": "string"
}

AccountData

query for account data associated with a denom

Authorizations:
bearerAuth
path Parameters
denom
required
string (denom)

The denomination to look up.

Responses

Response samples

Content type
application/json
{
  • "value": "string"
}

AccountData

AccountData gets the account data associated with a metadata address. Currently, only scope ids are supported.

Authorizations:
bearerAuth
path Parameters
metadata_addr
required
string <byte> (metadata_addr)

The metadata address to look up. Currently, only scope ids are supported.

Responses

Response samples

Content type
application/json
{
  • "value": "string"
}