Router FAQ

What is the Router?

The Router is a Solana-native swap aggregator that returns the best trading route across decentralised exchanges and liquidity pools. It’s built for bots, wallets, dashboards, and affiliate flows.


How do I use it?

  1. Create a project in the dashboard
  2. Generate your API key
  3. Use endpoints like /quote/best or /swap/best from your assigned Router URL
  4. Include your API key in the header:
    x-api-key: your-api-key-here

Can I add affiliate or taker fees?

No — Quickscope no longer supports custom or affiliate fee configuration on Router endpoints. All fee structures are standardized.


What’s the difference between a quote and a swap?

  • Quote = Estimate. Returns expected output, route path, and slippage
  • Swap = Execution. Returns a transaction that’s ready to send

Quotes are free and fast to request. Swaps require a signature from the user or bot.


Can I restrict access to my Router endpoint?

Yes — you can configure:

  • Whitelisted IPs for backend access
  • Whitelisted Domains to control browser usage
  • Blacklists for known referrers or flagged activity

All access controls are available in your Router dashboard panel.