Native Api

Supply API

8min

total - Query the total supply of tokens

parameter

no

return value

Return a JSON object, the structure is as follows:

  • height: Block height
  • result:result
    • denom: Token name
    • amount: Total tokens

Sample code

request:

Curl


response:

JSON


total/coin - Query the supply of a specified token

parameter

no

return value

Return a JSON object, the structure is as follows:

  • height: Block height
  • result: Total tokens

Sample code

request:

JS


response:

JSON






Updated 25 Mar 2024
Doc contributor
Did this page help you?