Seedex Docs
  • Introducing SeeDex
    • Vision
    • Seedex Challenges
    • Solutions and Scaling
  • SeeDex Features
    • Token Page
    • New Pair Explorer
    • Multichart
    • Hot Trending
    • Crypto Whales Tracker
    • Wallet Analyser
    • SEE Portfolio
    • Token Events
    • Ai signals
    • Token Unlocks
    • AI News
  • OFFICIAL LAUNCH
    • Token Utility ($SEE)
    • Tokenomics
  • MORE
    • Cross Chains Scaling
    • Roadmap
    • Releases
  • Technical Docs
    • Routing APis
  • Our Links
    • Website
    • SEEDEX
    • Twitter
    • Telegram
Powered by GitBook
On this page
  • Introduction
  • Connecting to the API
  1. Technical Docs

Routing APis

Introduction

This project offers a multi-step process for requesting and completing cross-chain swaps using the SEE API.

First, for a token pair (tokenA/tokenB), whether on the same chain or across different chains, the API determines the best route to swap from tokenA to tokenB.

After identifying the optimal route, it provides the required transaction data for signing and execution.

Connecting to the API

Before connecting to the API, one needs to go through the XDEFI VPN to access it or to whitelist the IP address.

API endpoints share the same root URL: (UNDER PROGRESS)

To check the health status of the API just send a GET request to the above URL:

import requests
​
URL = "https://public-api.seedex.io"
​
response = requests.get(URL)
​
print(response.json())

{'status': 'OK'}

PreviousReleases

Last updated 4 months ago

Page cover image