The gasless swap API
for wallets, bots & dApps

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.

Three endpoints. That's the whole integration.

# 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...}'

How to get access

Create your merchant account
Sign up and complete a quick verification (mobile OTP for Basic; KYC for Advance). Free tier needs no card, no contract.
Create a project
In your dashboard, create a project to get a Client ID (public) and generate an API Key (secret, shown once). Send both as headers on every call.
Ship
Quote → sign → submit. Your users swap gasless; custom fees on top are coming soon.

Plans

FreeEnterprise
Price$0Custom
Requests1,000/day · 30,000/monthCustom limits
Rate60 req/min600+ req/min
ChainsAll 6 (incl. Solana + cross-chain)All + priority routing
Gasless execution
SupportCommunityDedicated + SLA
Revenue share / white-label

Why teams choose 10FI

⚡ Gasless out of the box

Your users swap without holding BNB/ETH. One signature; resolvers settle on-chain. Highest-converting swap UX there is.

🔀 Aggregated depth

Velora, KyberSwap, Jupiter and LiFi under one normalized API — same request shape on every chain, including cross-chain.

💸 Monetize your flow

Custom fees on top of swaps you route are coming soon. Enterprise plans include revenue-share arrangements.

Start integrating today

Free tier, no card — sign up, create a project, and generate your keys instantly.

Get Free Credentials