Quick start
This guide outlines two approaches for interacting with the Akka Router API for performing token swaps
Recommended: Solution 1 β Quote API (No Wallet Address Required)
Why Use This?
No need for user's wallet address
No requirement for token approval or balance check
Ideal for frontend previews, estimations, and UX design
Enables faster and safer integration during early stages of interaction
Sample Endpoint
Sample URL
Required Parameters
Response
Alternative: Solution 2 β Swap API (Wallet Address Required)
When to Use
Use this only when you're ready to submit a transaction on-chain and have access to:
Userβs wallet address
Approved token allowance
Sufficient balance
Sample Endpoint
Sample URL
Required Parameters
Response
Last updated