Flow Intelligence
This model provides detailed token flow intelligence for analyzing token movements across different chains. It helps track and categorize token transfers, identifying patterns such as exchange deposits, withdrawals, and transfers between different types of wallets.
Authorizations
Body
Responses
200
Successful response
application/json
400
Bad request
application/json
401
Authentication error
application/json
403
Forbidden - Subscription tier required
application/json
500
Internal server error
application/json
post
POST /api/beta/tgm/flow-intelligence HTTP/1.1
Host: api.nansen.ai
apiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"parameters": {
"chain": "ethereum",
"tokenAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"timeframe": "1d"
},
"pagination": {
"page": 1,
"recordsPerPage": 100
}
}
[
{
"publicFigureFlow": "text",
"publicFigureAvgAbsFlow": "text",
"publicFigureWallets": "text",
"topPnlFlow": "text",
"topPnlAvgAbsFlow": "text",
"topPnlWallets": "text",
"whaleFlow": "text",
"whaleAvgAbsFlow": "text",
"whaleWallets": "text",
"smartTraderFlow": "text",
"smartTraderAvgAbsFlow": "text",
"smartTraderWallets": "text",
"exchangeFlow": "text",
"exchangeAvgAbsFlow": "text",
"exchangeWallets": "text",
"freshWalletsFlow": "text",
"freshWalletsAvgAbsFlow": "text",
"freshWalletsWallets": "text"
}
]
Last updated
Was this helpful?