Overview
Introduction
CrowdSwap provides dozens of APIs that help DeFi apps to be more tangible for end users.
Finding the best route and dex for swapping is one of these APIs. We've been trying to create and update a list of the most profitable dexes and offer them to our users.
Cross-chain swap is another service that let users to swap their assets between different chains. Similar to swap, we tried to provide an API that simplifies the process of swapping in a way that end users do not need to worry about cross-chain steps.
Before explaining more about the details of the API, here is the link of endpoints in the swagger format: Swagger UI
API Key
In order to use CrowdSwap's API, you should send a request via this link: Request API Key
Connect wallet
You can connect your dApp to a wallet like this:
This code is for Angular:
Then you can see a modal like this:
Last updated