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:
Last updated