🆕Nansen Indicators

Get Nansen Score Indicators

post

Get risk and reward indicators for a specific token.

Returns two groups of indicators:

  • risk_indicators: Metrics for assessing token risk (btc-reflexivity, liquidity-risk, concentration-risk, token-supply-inflation)

  • reward_indicators: Metrics for assessing alpha potential (chain-tvl, trading-range, price-momentum, chain-fees, protocol-fees, cex-flows, funding-rate)

Each indicator includes:

  • score: Summary assessment ('low'/'medium'/'high' for risk, 'bearish'/'neutral'/'bullish' for reward)

  • signal: Raw metric value

  • signal_percentile: Percentile rank (0-100) vs tokens in same market cap group

  • last_trigger_on: When the indicator last changed state

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for TGM Indicators endpoint.

This endpoint provides risk and reward indicators for a specific token.

chainstring · enumRequired

Blockchain chain

Example: ethereumPossible values:
token_addressstringRequired

Token contract address

Example: 0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
Responses
chevron-right
200

Nansen score indicators data

application/json
post
/api/v1/tgm/indicators

Last updated

Was this helpful?