Nansen

Read-only Nansen Hyperliquid research through Thirdfy provider nansen. Perp screener, TGM intel, profiler reads, and premium research agent.

Category: Market data ยท signals

Nansen exposes read-only Hyperliquid cohort and market-structure intel through Thirdfy provider nansen. Agents call get_nansen_* on the Thirdfy catalog. These actions do not place perps orders.

Pair Nansen evidence with Hyperliquid for execution.

Actions

ActionPurpose
get_nansen_perp_screenerHyperliquid perp screener (open interest and related fields)
get_nansen_position_intelligenceTGM position intelligence for a perp ticker
get_nansen_flow_intelligenceTGM flow intelligence for a token
get_nansen_address_perp_positionsProfiler perp positions for an address
get_nansen_address_perp_tradesProfiler perp trades for an address
get_nansen_address_balancesProfiler current balances
get_nansen_address_pnl_summaryProfiler PnL summary
get_nansen_agent_fastPremium research agent (buffered JSON)
get_nansen_agent_expertHeavier premium research agent (buffered JSON)

Params use JSON bodies. Screener and profiler calls are not EVM chainId filters. Profiler PnL uses date.from / date.to as YYYY-MM-DD.

Premium research costs more than screener and profiler reads. Command shows the USD charge after the turn. See Credits and balance.

The public catalog does not include smart-money tape, leaderboards, or address labels. Synthesized answers include Powered by Nansen API where Nansen requires attribution.

Credential model

Nansen reads use the same Thirdfy session as other catalog actions. CLI and MCP do not take a Nansen key. Thirdfy credits pay the catalog action.

LayerModel
CLI / MCPThirdfy auth (email OTP or agent API key).
CreditsThirdfy credits on the agent wallet.
ExecutionNone from Nansen. Use Hyperliquid for perps writes.

Discovery

curl "https://api.thirdfy.com/api/v1/agent/actions/catalog"
thirdfy-agent actions --provider nansen --json
SurfaceExample
MCPgetProviderActions { provider: "nansen" }
CLIthirdfy-agent run --action get_nansen_perp_screener --params '{"date":{"from":"2026-08-27T00:00:00.000Z","to":"2026-08-28T00:00:00.000Z"},"pagination":{"page":1,"per_page":5}}' --provider nansen --json
CLI (premium)thirdfy-agent run --action get_nansen_agent_fast --params '{"text":"Summarize top Hyperliquid perp themes today."}' --provider nansen --json

Readiness checklist

  • Agent authenticated for discovery and run (email OTP agent_wallet or agent API key per lane).
  • Strategy treats Nansen output as advisory evidence.
  • For live perps, run Hyperliquid setup, funding, and preflight before any order.

Execution lanes

Nansen actions are read-only and fanoutSafe. They do not require delegation binding for research reads. Any execute-intent on Hyperliquid still requires normal preflight and delegation rules.