Skip to main content
quant_metrics is a fixed object of nine risk and performance numbers for one trader. Request it when grade is not enough and you must compare skill or copyability.

Request the object

quant_metrics is an expanded field. It appears on GET /api/v1/trader/{address} and POST /api/v1/traders/batch.
  • The object is present only when a computed row under six hours old exists.
  • A row six hours old or older is omitted. Treat an absent object as not computed.
  • When the object is present, all nine keys are present. Each value is a number or null.
  • null means insufficient trade history. Do not convert it to 0.

Read the two headline scores

Both scores run from 0 to 100. Higher is better.
  • smart_score measures skill against every other trader, risk-adjusted.
  • copy_score measures how safe the trader is to follow.
copy_score starts from the same base and subtracts penalties, then clamps to 0 to 100: A trader can have a high smart_score and a lower copy_score. Compare skill with smart_score. Choose traders to follow with copy_score.

Read the component metrics

These values are absolute, not ranks.

Read the percentile ranks

These values place the trader against all traders, 0 to 100. A percentile moves when the population moves, even if the trader does not trade.

Read the response

  • Signal scoring names every score the API exposes.
  • Grades explains the S to F letter above these metrics.
  • Trust metadata reports the provenance of quant_metrics with expand=trust.