Native Documentation
  • introduction
    • What is Native
    • About Native V2
    • Benefits for Key Players
  • SOLUTION
    • Native Credit Pool
    • Native Swap Engine
  • CONCEPTS
    • Orderbook
    • Firm Quote Orders
    • Auto Sign Orders
    • Swap Fees
    • Slippage
    • Base and Listed Assets
    • Single-Sided Liquidity Pools
    • Total Available Liquidity
    • Liquidity Pairing
    • Liquidity Bootstrapping
    • Health Ratio
    • Earning Fees and Incentives
    • Credit-Based Swap
      • Collateral Factor
      • PMM Credit
      • Settlement and Liquidation
    • Market-Responsive Pricing
    • Risks
  • USER GUIDE
    • Add Liquidity
    • Pair Liquidity
    • Claim Rewards
    • Swap with Native
  • Build with Native
    • Swap Aggregators
      • Guide
      • FirmQuote Swap APIs
        • GET Orderbook
        • GET Indicative quote
        • GET Firm quote
    • Asset Issuers
      • For Pegged Assets
      • For General Assets
  • Resources
    • Addresses
    • Audits
    • Github
    • System Status
    • Business Source License
    • Media Kit
Powered by GitBook
On this page
  • Overview
  • Endpoints
  1. Build with Native
  2. Swap Aggregators

FirmQuote Swap APIs

PreviousGuideNextGET Orderbook

Last updated 3 months ago

Overview

The Native FirmQuote Swap API offers a robust and user-friendly toolkit for seamless integration with Native Swap across various blockchain networks, including Ethereum, and others coming in near future. Our API enables you to leverage Request-For-Quote (RFQ) pricing from all authorized professional market makers on Native Swap Engine and place orders without incurring additional network (gas) fees.

Endpoints

Our API enables users to fetch token swap prices and generate transaction data for executing on-chain swaps via Native's infrastructure. The intelligent routing algorithm ensures users receive the best possible market prices for optimal trading outcomes.

  • : Use GET /orderbook to check Native price levels for all supported pairs. This endpoint is essential for any aggregator or solver.

  • : Use GET /indicative-quote to obtain regular quotes for a given chain and token pair. Refer to the provided code snippet for implementation details.

  • and : Use GET /firm-quote to obtain transaction data necessary to execute swaps. Detailed code snippets are available for guidance.

Orderbook
Indicative quote
Firm quote
call data