Prices
[GET] /v1/prices/:symbol/coingeckoId
Get coingecko ID via symbol
Request
Headers
Authorization: Bearer {access_token}
Parameters
# Symbol of the asset to be queried
# (string, required)
symbol: uatom
Try API
Method : GET
URL
/v1/prices/:symbol/coingeckoId
CallURL
https://apis.mintscan.io/v1/prices/:symbol/coingeckoId
Header
Bear Token*
Parameters
symbol*
[GET] /v1/prices/symbol/:symbol
Get hourly prices via symbol
Request
Headers
Authorization: Bearer {access_token}
Parameters
# Symbol of the asset to be queried
# (string, required)
symbol: uatom
Queries
# End datetime for obtaining prices
# (datetime, optional, default: CURRENT_TIMESTAMP)
toDateTime: 2023-04-21 23:59:59
# Request per page
# (number, optional, default: 24)
ticks: 24
Try API
Method : GET
URL
/v1/prices/symbol/:symbol
CallURL
https://apis.mintscan.io/v1/prices/symbol/:symbol
Header
Bear Token*
Parameters
symbol*
Queries
ticks
toDateTime
[GET] /v1/prices/coingeckoId/:geckoId
Get hourly prices via coingeckoId
Request
Headers
Authorization: Bearer {access_token}
Parameters
# CoingeckoId of the asset to be queried
# (string, required)
geckoId: cosmos
Queries
# End datetime for obtaining prices
# (datetime, optional, default: CURRENT_TIMESTAMP)
toDateTime: 2023-04-21 23:59:59
# Request per page
# (number, optional, default: 24)
ticks: 24
Try API
Method : GET
URL
/v1/prices/coingeckoId/:geckoId
CallURL
https://apis.mintscan.io/v1/prices/coingeckoId/:geckoId
Header
Bear Token*
Parameters
geckoId*
Queries
ticks
toDateTime