Nansen API
  • ✨Introduction
  • 📌Endpoints Overview
  • 🔴Rate Limits and Quotas
  • Getting Started
    • ☑️Prerequisites
    • 🌐API Structure & Base URL
    • 🔓Authentication
    • 🟢Understanding Responses and Handling Errors
    • ⛓️Chain Coverage
  • API
    • Smart Money
    • Profiler
      • Balances
      • Transactions
      • Counterparties
      • Trade Performance
      • Labels
    • Token God Mode
      • Token Overview
      • Transactions
      • Holders
      • Exchanges
      • PnL Leaderboard
  • Other Endpoints
  • Guides
    • 💻Endpoint Showcase
    • 🙋Frequently Asked Questions
  • 🔗Useful Links
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Getting Started

Prerequisites

Before integrating with the Nansen API, ensure the following prerequisites are met:

  1. Nansen API Subscription: An active subscription to Nansen's Professional plan that includes API access is required.

  2. Nansen Account Credentials: Valid Nansen login credentials (email and password) are needed to authenticate and obtain API key

  3. HTTPS Client: Familiarity with making HTTPS requests using tools like curl or libraries within a programming environment (e.g., Python with requests, Node.js with axios or fetch).

  4. Development Environment: A suitable environment for writing and executing code that interacts with the API.

Meeting these prerequisites ensures the necessary access rights and technical capability to proceed with API integration. The requirement for a paid plan underscores the professional focus of the API offering.

PreviousRate Limits and QuotasNextAPI Structure & Base URL

Last updated 4 days ago

Was this helpful?

☑️