Assets
[GET] /v1/:network/assets
Get all assets of the current chain
Request
Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
Try API
Method : GET
URL
/v1/:network/assets
CallURL
https://apis.mintscan.io/v1/:network/assets
Header
Bear Token*
Parameters
network*
[GET] /v1/:network/assets/:symbol
Get asset of specific symbol
Request
Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
# Symbol of the asset to be queried
# (string, required)
symbol: uatom
Try API
Method : GET
URL
/v1/:network/assets/:symbol
CallURL
https://apis.mintscan.io/v1/:network/assets/:symbol
Header
Bear Token*
Parameters
network*
symbol*