← ClaudeAtlas

ghostswap-partners-apilisted

Integrate the GhostSwap Partners API to add no-KYC crypto swaps (1,600+ coins, 0–4% partner fee on top of the swap, USDT payouts) into wallets, dApps, exchanges, payment flows, or affiliate sites. Use whenever a developer asks to "add crypto swap", "embed a swap widget", "let users exchange tokens", "convert crypto to crypto", "earn commission on referred swaps", or wants a server-side REST integration that handles quote → create → status-poll without holding signing keys. Covers Bearer auth, live float and fixed-rate quotes, idempotent swap creation, status lifecycle polling, address validation, error envelope handling, rate limits, and the partner application + payout flow at partners.ghostswap.io.
ghostswap1/ghostswap-agents · ★ 0 · AI & Automation · score 75
Install: claude install-skill ghostswap1/ghostswap-agents
# GhostSwap Partners API integration You are helping a developer integrate the **GhostSwap Partners API** — a server-to-server REST API for non-custodial crypto-to-crypto swaps. The developer's end-users send funds to a deposit address GhostSwap returns; the destination wallet receives the swapped funds. GhostSwap handles all upstream liquidity, signing, and clearing. The partner earns a 0–4 % markup (chosen at application time) on every completed swap, paid out in USDT once balance ≥ $100. This skill is the single document you need to produce a working end-to-end integration. Read it once, then write code. --- ## When to use this skill Trigger when the developer's request involves any of: - Adding a crypto exchange widget, swap form, or "convert X to Y" flow to their app - Accepting one crypto and crediting the user in a different one - Quoting live exchange rates for a pair (e.g. BTC → ETH) - Earning affiliate commission on referred swaps (the `?ref=<slug>` flow on ghostswap.io) - Building a Telegram bot, Discord bot, or wallet plugin that does crypto-to-crypto - Specifically mentions "GhostSwap", "ghostswap.io", "partners.ghostswap.io", `gspk_live_*`, or `gssk_live_*` Do **not** trigger for fiat on/off-ramps, custodial trading APIs, or self-custodial DEX SDKs — those are different products. --- ## Architecture, in one sentence > Your server holds the bearer token; your server proxies every call to `https://partners-api.ghostswap.io`; your browser code talks only