v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get a list of all registries

get/v1/chains/{chainID}/core/accounts/token_registry

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

A list of all registries

nativeTokenRegistryIdsstring[] required

Example response

{
  "nativeTokenRegistryIds": [
    "nativeTokenRegistryIds",
    "nativeTokenRegistryIds"
  ]
}