Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.swaplinq.com/llms.txt

Use this file to discover all available pages before exploring further.

SwaplinQ offers a fully permissionless public API suite for creating and tracking exchanges. For higher rate limits, partner integrations, and revenue sharing, API Keys are utilized.
By default, the endpoints documented here do not require an Authorization header for standard usage limits.

Public Access limits

Public, unauthenticated requests are strictly rate-limited to protect the infrastructure:
  • Rate Quotes (/exchange-amount): 30 requests per minute per IP.
  • Transaction Creation (/transactions): 10 requests per minute per IP.
  • Status Tracking: 60 requests per minute per IP.

Authenticated Access (Partners)

If you are building an integration (wallet, aggregator, or dApp) that generates significant volume, you must pass your provided Partner API Key via the header.
Authorization: Bearer sq_live_1234567890abcdef
Authenticated partners receive:
  1. Effectively unlimited rate limits.
  2. Access to fixed-rate lock intervals (up to 20 minutes).
  3. Partner revenue share splitting on routing fees.
Please contact support@swaplinq.com to request a Partner API Key.