Skip to main content
GET
/
swap
/
v3
/
sources
curl "https://starknet.api.avnu.fi/swap/v3/sources" \
[
  {
    "name": "10kSwap",
    "type": "DEX"
  },
  {
    "name": "Ekubo",
    "type": "DEX"
  },
  {
    "name": "JediSwap",
    "type": "DEX"
  },
  {
    "name": "MySwapCL",
    "type": "DEX"
  },
  {
    "name": "Nostra",
    "type": "DEX"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.avnu.fi/llms.txt

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

Overview

Returns all DEXs and liquidity sources that avnu routes through. Use this to understand which protocols are supported and display routing information to users.

Query Parameters

page
integer
default:"0"
Zero-based page index
size
integer
default:"20"
Page size
sort
array
Sorting criteria in format “property,(asc|desc)“

Response

Returns an array of liquidity source objects.
name
string
DEX protocol name (e.g., “JediSwap”, “Ekubo”, “10kSwap”)
type
string
Source classification (currently “DEX”)
curl "https://starknet.api.avnu.fi/swap/v3/sources" \
[
  {
    "name": "10kSwap",
    "type": "DEX"
  },
  {
    "name": "Ekubo",
    "type": "DEX"
  },
  {
    "name": "JediSwap",
    "type": "DEX"
  },
  {
    "name": "MySwapCL",
    "type": "DEX"
  },
  {
    "name": "Nostra",
    "type": "DEX"
  }
]

Get Quotes

Get quotes showing which sources are used