Integrate InstaSwap's API to enable seamless crypto swaps in your app. Support native tokens like Bitcoin, Ethereum, and Solana, plus 10k+ assets across 63 blockchains, all on a secure, non-custodial platform with real-time market data and optimized routing. Boost engagement and generate crypto rewards on every trade.
# get the best route for a swap curl https://walletlessapi.instaswap.com/quote-lite \ -H "Content-Type: application/json" \ -d '{ "affiliateId": "YOUR_AFFILIATE_ID", "from": "btc.btc", "to": "eth.eth", "amount": "1" }' # 200 OK { "estimatedOut": 29.113, "estimatedOutUsd": 87339.96, "etaSeconds": 412, "feeBreakdown": [ … ] }
Routing liquidity from
A powerful tool for apps, wallets, or websites to integrate secure cross-chain crypto swaps.
Let users swap native assets, like converting Bitcoin to Solana, directly within your platform with fast, secure settlement.
Support decentralized exchanges across networks like Ethereum and Avalanche for a smooth, multi-chain trading experience.
Generate value by earning crypto rewards for every swap made through your app, turning each transaction into revenue.
Quote, create and track native cross-chain swaps with a deposit-address flow. No wallet connection needed.
On-chain spot trading data and order management for your users' wallets.
Perpetual futures with leverage, funding rates and position management.
Server-to-server reporting for your integration, authenticated with your partner API key.
No other exchange offers this. Create sub-affiliates for your own downstream partners, set the exact fee you agreed with each of them plus your own margin, and let the platform settle the split automatically on every swap, with separate attribution, reporting and payouts per source.
Per sub-affiliate you configure your partner fee AND their agreed fee (each 0-500 bps). Whatever deal you make with a sub-partner, the platform enforces it per swap.
Each swap is tagged with its sub-affiliate. Pull totals and per-source breakdowns from the Partner CMS API, or view them in the Partners Dashboard.
Sub-affiliate swap statuses are access-controlled: only requests carrying the matching X-Sub-Affiliate-Id can read them.
Create, label, edit and deactivate sub-affiliates in the Partners Dashboard. Ask us to enable sub-affiliate fees on your account to get started.
# tag any quote or swap with a sub-source curl https://walletlessapi.instaswap.com/quote-lite \ -H "Content-Type: application/json" \ -H "X-Sub-Affiliate-Id: a1b2c3d4e5f6…" \ -d '{ "affiliateId": "YOUR_AFFILIATE_ID", "from": "btc.btc", "to": "eth.eth", "amount": "1" }' # feeBreakdown now includes the split { "feeBreakdown": [ { "type": "instaswap", "amountUsd": 1.25 }, { "type": "affiliate", "amountUsd": 0.85 }, { "type": "subAffiliate", "amountUsd": 0.40 } ] }
With non-custodial swaps, your users always control their funds, ensuring maximum security and peace of mind.
Enable token swaps across 63 blockchains with access to 10k+ coins, providing broad market coverage and versatile options.
Clear, step-by-step guides and copy-paste code snippets make integration simple, even if you are not a seasoned developer.
Tap into additional revenue by joining our affiliate program, earning USDC rewards for every swap made through your app.
Create your account in moments. No credit card required.
Drop in your key and a few lines of code. We guide you the whole way.
Get paid weekly in crypto for every swap your users make. Withdraw anytime.
const API = "https://walletlessapi.instaswap.com"; // 1. quote → 2. create swap → 3. poll status const swap = await fetch(API + "/swap-lite", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ affiliateId: "YOUR_AFFILIATE_ID", from: "btc.btc", to: "eth.eth", amount: "0.001", recipientAddress: "0xAbC…123", refundAddress: "bc1q…xyz" }) }).then(r => r.json()); // user sends funds to swap.depositInfo[0].depositAddress // then poll: GET /swap/${swap.txid}/status-lite // or receive webhooks (X-Instaswap-Signature verified)
Get paid for every swap you facilitate, earning up to 50% of the fees and maximizing your revenue.
Secure, non-custodial swaps with no need for ID or KYC. Your users' privacy is fully protected.
Optimized for all devices, ensuring a seamless trading experience on desktop, tablet, or smartphone.
Monitor performance in real time with a dashboard showing detailed earnings and swap metrics.
Enable users to swap tokens directly without leaving your wallet app, turning it into an in-app trading tool.
Integrate ETH to SOL swaps so users can buy NFTs effortlessly, streamlining the purchase flow on your marketplace.
Add dynamic swap functionality to your site or blog and earn crypto rewards with every trade you drive.
Clear answers about building on the InstaSwap API.
Register for free to unlock the API. Create your account in moments, grab your key, and add swaps to your platform with copy-paste code.