v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get all stored assets

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

Path parameters

chainIDstring string required

ChainID (Bech32)

Query parameters

blockstring string

Block index or trie root

Response

All stored assets

baseTokensstring string required

The base tokens (uint64 as string)

Example response

{
  "baseTokens": "baseTokens",
  "nativeTokens": [
    {
      "amount": "amount",
      "id": "id"
    },
    {
      "amount": "amount",
      "id": "id"
    }
  ]
}