Skip to main content

Get all stored assets

GET 

//v1/chains/:chainID/core/accounts/total_assets

Get all stored assets

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

All stored assets

Schema
    baseTokens stringrequired

    The base tokens (uint64 as string)

    nativeTokens NativeTokenJSON[]required
  • Array [
  • amount stringrequired
    id stringrequired
  • ]
curl -L -X GET '/v1/chains/:chainID/core/accounts/total_assets' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!