name: nansen-api description: "Use when tasks require Nansen API integration with enterprise/paid access, key-header configuration, and endpoint-specific request templates once credentials are available."
Nansen API
Use this skill when you have Nansen API credentials.
When to use
- The task needs Nansen smart-money or on-chain analytics endpoints.
- A paid/enterprise key is expected.
- You need a configurable request runner before endpoint templates are finalized.
Quick start
export NANSEN_API_KEY="..."
export NANSEN_BASE_URL="https://api.nansen.ai"
python3 scripts/nansen_request.py /health --method GET --pretty
Workflow
- Set
NANSEN_API_KEYandNANSEN_BASE_URL. - Default auth header is
apikey; setNANSEN_API_KEY_HEADERif your account expects another header. - Start with a capability probe endpoint.
- Store endpoint-specific payload templates under
references/as they are confirmed.
References
references/permissions.md