Skip to main content
GET
/
swap
/
v1
/
{chainId}
/
approve
/
spender
Get spender contract address
curl --request GET \
  --url https://api.akka.finance/swap/v1/{chainId}/approve/spender \
  --header 'apikey: <api-key>'
{
  "address": "0xcce7452db4392b40aa0e1592a7c486e13bf69654"
}

Documentation Index

Fetch the complete documentation index at: https://docs.akka.finance/llms.txt

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

This returns the AKKA Router contract address. You must approve this address to spend your ERC-20 tokens before calling the swap endpoint.
Native token swaps (e.g., HYPE on HyperEVM) do not require approval.

Authorizations

apikey
string
header
required

API key for authentication. Contact AKKA on Telegram to obtain your key.

Path Parameters

chainId
enum<integer>
required

Blockchain chain ID

Available options:
999
Example:

999

Response

Spender address retrieved successfully

address
string
required

The AKKA Router smart contract address to approve as spender

Example:

"0xcce7452db4392b40aa0e1592a7c486e13bf69654"