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. nullmeans insufficient trade history. Do not convert it to0.
Read the two headline scores
Both scores run from 0 to 100. Higher is better.smart_scoremeasures skill against every other trader, risk-adjusted.copy_scoremeasures 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
Related
- Signal scoring names every score the API exposes.
- Grades explains the
StoFletter above these metrics. - Trust metadata reports the provenance of
quant_metricswithexpand=trust.