NAVI Protocol Developer Docs
  • đŸ–Ĩī¸Build with NAVI Protocol
  • 📖Smart Contract Overview
    • 1ī¸Lending Core
    • 2ī¸Flash Loan
    • 3ī¸Calculator
    • 4ī¸Dynamic Calculator
    • 5ī¸Storage
  • 🕓Decentralized Oracle
    • đŸ’ŊOracle Interface
  • đŸ—ēī¸Contract Configuration
    • 1ī¸âƒŖGet the Latest Package ID
    • 2ī¸âƒŖGet Pools Config and Oracle Price Feeds
    • 3ī¸âƒŖGet Flashloan Config
  • đŸ›Šī¸NAVI SDK
    • 1ī¸Getting Started
    • 2ī¸Retrieve Info & Data
    • 3ī¸Interactions With NAVI
    • 4ī¸PTB Functions
    • 5ī¸Other Ways to Interact with NAVI
    • 6ī¸Demo
  • 📲NAVI UI SDK
    • ⭐Getting Started
    • đŸ…°ī¸Aggregator Components
  • 🎧Contract Integration with NAVI
    • 1ī¸âƒŖRetrieve Pools Info inside Contract
    • 2ī¸âƒŖIntegration with Account Cap
    • 3ī¸âƒŖDemo
  • 🏅NAVI Aggregator
    • 1ī¸âƒŖGetting Started
    • 2ī¸âƒŖAggregator SDK
    • 3ī¸âƒŖAggregator API
    • 🛜Contact Page
  • NAVI Bridge
    • 🚀Quick Start
    • 📄Bridge SDK
  • 📊NAVI Uptime Status Page
  • 📚NAVI API Collection
    • NAVI API
    • afSui, haSui, vSui API
  • ❓FAQ
Powered by GitBook
On this page
  1. NAVI Aggregator

Getting Started

PreviousNAVI AggregatorNextAggregator SDK

Last updated 7 months ago

The NAVI Aggregator is available for all developers and projects to integrate at no cost. With open access to our API, we strive to make it simple and convenient for anyone to leverage our platform.

You can interact with the NAVI Aggregator through our TypeScript SDK or directly via the API.

  • Zero Fees

    The NAVI DEX Aggregator charges no fees, providing users with a cost-effective and seamless trading experience.

  • Rate Limiting and API Key

    Our API and SDK are rate-limited for users without an API key. To unlock full access to the Aggregator SDK and API endpoints, we recommend requesting an API key. This is especially crucial for frequent requests or production-level use, ensuring uninterrupted and enhanced access.

How to Obtain an API Key

Keep your API keys secure

Authentication to the API is managed via API keys. Protecting these keys is essential for maintaining the security and integrity of your integration.

Do not expose your secret keys in public areas such as GitHub, client-side code, or any other unprotected locations.

🏅
1ī¸âƒŖ
🛜Contact Page