Reference
Guides
Quick Reference
Chains
Type
Examples
Smart Money Labels
Label
Description
Common Filters
Filter Type
Example
Sort Order
Last updated
Was this helpful?
This section explains the key concepts and terminology used throughout the Nansen API.
Supported Chains - Blockchains supported by the API
Address Formats - Address formats for each chain type
Smart Money Labels - Understanding smart money classifications
Filter Types - Available filter types and usage
Sorting - How to sort API results
The API supports 37 blockchains:
EVM
Ethereum, Arbitrum, Base, BNB, Polygon, Optimism
Non-EVM
Solana, Bitcoin, TON, Tron, Starknet, SUI
Fund
Institutional investment funds
Smart Trader
Historically profitable traders
30D/90D/180D Smart Trader
Time-based performance labels
Numeric Range
{"min": 1000, "max": 50000}
Integer Range
{"min": 10, "max": 100}
Address List
["0x...", "0x..."]
Label List
["Fund", "Smart Trader"]
Last updated
Was this helpful?
Was this helpful?
{
"order_by": [
{"field": "value_usd", "direction": "DESC"}
]
}