Skip to main content

Documentation Index

Fetch the complete documentation index at: https://akkafinance-4d5a30d3.mintlify.app/llms.txt

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

Base URL

All API requests are made to:
https://api.akka.finance

API Key

Every request requires an API key passed in the apikey header.
curl -H "apikey: YOUR_API_KEY" \
  "https://api.akka.finance/swap/v1/999/quote?src=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&dst=0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb&amount=1000000000000000000"
To get your API key, contact the AKKA team on Telegram.

Rate Limits

LimitValue
Requests per IP20 per 60 seconds
When you exceed the rate limit, the API returns HTTP 429 Too Many Requests. Wait for the window to reset before retrying.

Swagger / OpenAPI

The interactive Swagger UI is publicly available at:
https://api.akka.finance/docs
Swagger does not require an API key. Use it to explore endpoints and test requests during development.