# GhostSwap Partners API > Server-to-server crypto-to-crypto exchange API by GhostSwap. Bearer auth, idempotent swap creation, polled status lifecycle. GhostSwap manages liquidity routing so partners never handle signing keys. ## Get started - [Introduction](https://partners.ghostswap.io/docs): overview of the API and integration model - [Quickstart](https://partners.ghostswap.io/docs/quickstart): five-step walkthrough from credential to live swap ## Authentication - [Bearer auth & keys](https://partners.ghostswap.io/docs/auth): credential format, issuance, rotation, security ## API Reference - [GET /v1/currencies](https://partners.ghostswap.io/docs/api/currencies): list enabled currencies (full or lite) - [GET /v1/pairs](https://partners.ghostswap.io/docs/api/pairs): min/max for a single pair - [POST /v1/addresses/validate](https://partners.ghostswap.io/docs/api/addresses): validate a wallet address - [POST /v1/quotes](https://partners.ghostswap.io/docs/api/quotes): get a swap quote with user-receive amount - [Swaps endpoints](https://partners.ghostswap.io/docs/api/swaps): create, get, list swaps ## Concepts - [Commissions](https://partners.ghostswap.io/docs/concepts/commissions): partner fee model, splits, settlement - [Idempotency](https://partners.ghostswap.io/docs/concepts/idempotency): safe-retry semantics for swap creation - [Rate limits](https://partners.ghostswap.io/docs/concepts/rate-limits): 30 RPS per credential, backoff strategy - [Status lifecycle](https://partners.ghostswap.io/docs/concepts/status-lifecycle): all 10 statuses and transitions - [Errors](https://partners.ghostswap.io/docs/concepts/errors): envelope, types, recovery ## Guides - [End-to-end swap](https://partners.ghostswap.io/docs/guides/end-to-end-swap): full reference implementation - [Troubleshooting](https://partners.ghostswap.io/docs/guides/troubleshooting): real failure modes integrators have hit and how to debug - [Security](https://partners.ghostswap.io/docs/guides/security): credential handling and monitoring ## Optional - [Roadmap](https://partners.ghostswap.io/docs/roadmap): what's coming next - [llms-full.txt](https://partners.ghostswap.io/llms-full.txt): every doc page concatenated for direct context-stuffing _Total: 17 doc pages. Generated from https://partners.ghostswap.io_