═[ HADESDEX FILE AREA ]═

12 FILES
Β»
═[ FILE: ]═QUICKST.API
DEVREAD 2 MIN

HadesDex is a non-custodial, no-KYC cross-chain swap aggregator. Quote 18 chains through one endpoint, create orders against real liquidity providers (THORChain, deBridge DLN, Trocador, and others), and settle user-wallet-to-user-wallet.

YOUR FIRST QUOTE β€” 30 SECONDS
curl "https://your-deployment.example/api/v1/quote?from=BTC&to=ETH&amount=0.35"

Every response carries the best routed quote: rate, expected and minimum output, the winning provider, all fees, and estimated arrival. Pass affiliate=YOUR_ID on REST calls to credit your fee share.

EMBED THE WIDGET β€” 1 LINE
<iframe src="https://your-deployment.example/widget?from=BTC&to=XMR" width="500" height="720" />
THE THREE ENDPOINTS
GET /api/v1/quotePrice a swap β€” rate, fees, expected output
GET /api/v1/pairsEvery routable pair with limits
POST /api/v1/orderCreate an order and receive a deposit address