v1

latestOpenAPI 3.1.0MIT2026-07-17121736.2 KB
Asset Info API

Asset rating

To solve the problem of assets ranking on StellarExpert, we designed a system of technical indicators based purely on the ledger activity, including

  • asset age (time elapsed sisnce the first payment)
  • established trustlines
  • total number of payments
  • total number of trades
  • weekly trading volume
  • market liquidity (based on the relative slippage of {ASSET}/XLM market)
  • asset interoperability (based on additional asset metadata and supported SEP standards)

All indicators are calculated on the logarithmic scale to normalize distribution for assets with high trading/transfer activity. The compound rating calculated as the average of all seven indicators can be used to roughly estimate the popularity of any Stellar asset purely from the technical point of view.

get/explorer/{network}/asset/{asset}/rating

Path parameters

network'public' | 'testnet' required

Stellar network

Example:public

Stellar network

assetstring required

An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)

Example:BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4

Target asset

Response

Asset rating fetched

assetstring

An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)

Example response

{
  "asset": "BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4"
}