📖
Xerberus
xerberus.io
  • APIs
    • Getting Started
    • Risk Ratings API
      • Index Ratings
      • Cardano
      • Ethereum
      • Polygon
      • API Response Signature Headers
  • AI Agent API
    • Introduction
    • Tokens
      • Query: tokens
      • Query: tokensBySimilarSymbol
      • Query: tokensBySimilarAddress
    • Metrics
      • Query: metrics
    • Chains
  • SIREN API
Powered by GitBook
On this page
  1. AI Agent API

Metrics

The Metric object represents daily on-chain analytics for a token. Each entry corresponds to a specific token's snapshot for a given date (partition_date) and includes price behavior, wallet trends, lifecycle metrics, and the Xerberus risk score.

This object is returned by the following query:

  • Query: metrics — Retrieves a paginated, filterable, and sortable list of historical token metrics.

Metric Object

Field
Type
Description

asset_id

ID

Internal token identifier

partition_date

String

Snapshot date (YYYY-MM-DD)

typical_price

Float

Average token price

wallet_count

Int

Active wallet count for the token

wallet_count_change_1D

Int

Change in wallet count over 1 day

wallet_count_change_7D

Int

... over 7 days

wallet_count_change_30D

Int

... over 30 days

wallet_count_change_90D

Int

... over 90 days

wallet_count_change_365D

Int

... over 365 days

pct_price_change_1D

Float

% change in price over 1 day

price_change_7D

Float

Price delta over 7 days

price_change_30D

Float

... over 30 days

price_change_90D

Float

... over 90 days

price_change_180D

Float

... over 180 days

price_change_365D

Float

... over 365 days

life_cycle_v1

Float

Lifecycle score

diversity

Float

Wallet distribution metric

dominance

Float

Top holder dominance score

assortativity

Float

Network assortativity metric

risk_score

Float

Xerberus risk score

risk_rating

String

Letter-based risk rating (e.g., AAA, C, etc.)

token

Token

Associated token object

Notes

  • All metrics are calculated per day and per token, offering historical insights.

  • Use filters like partition_date, chain, and address to limit the scope of data.

PreviousQuery: tokensBySimilarAddressNextQuery: metrics

Last updated 1 month ago