API
API Reference
Historical API
Account
Account Richlist

Account Balance History

[GET] /v1/:network/accounts/richlist/:symbol

Get richlist for the given symbol

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: cosmos
# Symbol(or Denom) of the asset to be queried
# (string, required)
symbol: uatom
Queries
# Request per page
# (number, optional, default: 20)
take: 20
# Value of `pagination.searchAfter` from previous request for pagination
# (string, optional)
searchAfter: MTY4OTc1NTU4NjAwMA==
# To display detailed information of the balance
# (boolean, optional, default: false)
detail: true

Try API

Method : GET
URL
/v1/:network/accounts/richlist/:symbol
CallURL
https://apis.mintscan.io/v1/:network/accounts/richlist/:symbol
Header
Bear Token*
Parameters
network*
symbol*
Queries
take
searchAfter
detail