One REST API for best-rate swaps across 6 chains — including gasless execution your users will love. Free tier in minutes, enterprise when you scale.
# 1. Quote — best rate across all liquidity sources
curl "https://api.10fi.org/v1/quote?chain=bsc&from=USDT&to=BNB&amount=100" \
-H "X-Client-Id: ci_your_client_id" \
-H "X-API-Key: sk_free_your_key"
# 2. Swap — returns a signable payload (gasless EIP-712 or tx calldata)
curl -X POST "https://api.10fi.org/v1/swap" \
-H "X-Client-Id: ci_your_client_id" -H "X-API-Key: sk_free_your_key" \
-H "Content-Type: application/json" \
-d '{"chain":"bsc","from":"USDT","to":"BNB","amount":"100","userAddress":"0x..."}'
# 3. Submit — relay the signed gasless order; resolver pays the gas
curl -X POST "https://api.10fi.org/v1/submit" -d '{...signed order...}'
Client ID (public) and generate an API Key (secret, shown once). Send both as headers on every call.| Free | Enterprise | |
|---|---|---|
| Price | $0 | Custom |
| Requests | 1,000/day · 30,000/month | Custom limits |
| Rate | 60 req/min | 600+ req/min |
| Chains | All 6 (incl. Solana + cross-chain) | All + priority routing |
| Gasless execution | ✓ | ✓ |
| Support | Community | Dedicated + SLA |
| Revenue share / white-label | — | ✓ |
Your users swap without holding BNB/ETH. One signature; resolvers settle on-chain. Highest-converting swap UX there is.
Velora, KyberSwap, Jupiter and LiFi under one normalized API — same request shape on every chain, including cross-chain.
Custom fees on top of swaps you route are coming soon. Enterprise plans include revenue-share arrangements.
Free tier, no card — sign up, create a project, and generate your keys instantly.
Get Free Credentials