Skip to main content
GET
https://starknet.api.avnu.fi
/
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"
  }
]

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"
  }
]