GET
/
api
/
v1
/
chain
/
token
curl --request GET \
  --url https://namada-indexer-01.originstake.com/api/v1/chain/token \
  --header 'Key: <api-key>'
{
  "200": [
    {}
  ]
}

Response

200
array

Array of token objects, either native or IBC:

Native token:

  • address: string

IBC token:

  • address: string
  • trace: string