Skip to main content

Get all stored assets

GET 

/v1/chain/core/accounts/total_assets

Get all stored assets

Request

Query Parameters

    block string

    Block index or trie root

Responses

All stored assets

Schema
    baseTokens stringrequired

    The base tokens (uint64 as string)

    nativeTokens CoinJSON[]required
  • Array [
  • balance stringrequired

    The balance (uint64 as string)

    coinType stringrequired
  • ]
Loading...