VulpeFI Docs
  • Whitepaper
  • VulpeFI Overview
  • Wallet VulpeFI
    • Wallet auto-connect
  • Aggregation Protocol
    • Introduction
    • Guide
      • Quick start
    • API
      • Swagger
        • Binance Smart Chain
        • Ethereum Network
        • BASE
        • Arbitrum
        • Polygon
      • Swap params
      • Quote params
    • Smart contracts
      • Aggregation VulpeFI
      • ClipperRouter
      • LimitOrderProtocol
      • UnoswapRouter
    • Limit order protocol
      • Introduction
      • Limit vs. RFQ Orders
      • Smart contracts
        • LimitOrderProtocol
        • LimitOrderProtocolPro
        • OrderLib
        • OrderMixin
        • OrderRFQMixin
        • helpers
          • AmountCalculator
          • ChainlinkCalculator
          • ERC1155Proxy
          • ERC721Proxy
          • ERC721ProxySafe
          • ImmutableOwner
          • NonceManager
          • PredicateHelper
          • SeriesNonceManager
          • WethUnwrapper
        • Interfaces
          • IDaiLikePermit
          • IWithdrawable
          • Interaction
          • PostInteraction
          • PreInteraction
      • Liquidity Source and API
        • Ethereum Network
        • Binance Smart Chain
        • Polygon
        • Avalanche
        • Gnosis Chain
    • Spot Price aggregator
      • Examples
      • Spot Price Aggregator
Powered by GitBook
On this page
  1. Aggregation Protocol
  2. API
  3. Swagger

Arbitrum

PreviousBASENextPolygon

Last updated 4 months ago

VulpFI Swap API 1.0

https://api.vulpefi.com/swagger/arbitrum-json

Ethereum Network

Using VulpeFI Swap API, you can find the best route to exchange assets and make the exchange. Step by step:

  1. Lookup addresses of tokens you want to swap, for example ‘0xxx’ , ‘0xxxx’ for DAI -> VULPE

  2. Check for allowance of 1inch router contract to spend source asset (/approve/allowance)

  3. If necessary, give approval for 1inch router to spend source token (/approve/transaction)

  4. Monitor the best exchange route using (/quote)

  5. When you ready use to perform swap (/swap)

Swap

  • VulpFI Swap API 1.0
  • Ethereum Network
  • Swap