Skip to main content
GET
Smart Money - Token List

Token list ranked through smart-money wallet behavior.

  • interval controls the observation window.
  • trader_style narrows the wallet cohort driving the ranking.
  • sort_by controls which smart-money dimension leads the ranking.
  • Results are paginated with offset up to 10,000 and limit up to 20.
  • This endpoint consumes 20 CU per request.
  • Discover tokens being accumulated or actively traded by stronger wallets.
  • Build smart-money boards, alpha feeds, and conviction watchlists.
  • Compare trader styles and risk appetite across token sets.
  • Set x-chain to a supported PnL-compatible network.
  • Choose interval, trader_style, and sort_by for the signal you want.
  • Page through the ranked token list with offset and limit.
  • Use this as a discovery layer first, then validate shortlisted tokens with price, market, holder, and security data.
  • Keep interval and sort choice explicit in UI so users understand why a token ranks highly.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

The chain support PNL data.

Available options:
solana,
ethereum,
arbitrum,
avalanche,
bsc,
optimism,
polygon,
base,
zksync,
monad,
hyperevm,
mantle,
megaeth,
robinhood

Query Parameters

interval
enum<string>
default:1d
Available options:
1d,
7d,
30d
trader_style
enum<string>
default:all
Available options:
all,
risk_averse,
risk_balancers,
trenchers
sort_by
enum<string>
default:smart_traders_no
Available options:
net_flow,
smart_traders_no,
market_cap
sort_type
enum<string>
default:desc

Specify the sort order.

Available options:
desc,
asc
offset
integer
default:0

Pagination start position. offset + limit <= 10000

Required range: 0 <= x <= 10000
limit
integer
default:20
Required range: 1 <= x <= 20

Response

JSON object containing a total transfer

success
boolean
required

Whether the request succeeded.

data
object[]
required

Ranked smart-money token list for the requested chain and filter set.