Skip to main content
GET
/
v1
/
protocols
List supported protocols
curl --request GET \
  --url https://earn.li.fi/v1/protocols \
  --header 'x-lifi-api-key: <api-key>'
[
  {
    "name": "Morpho",
    "logoUri": "https://example.com/morpho-logo.png",
    "url": "https://morpho.org"
  },
  {
    "name": "Aave V3",
    "logoUri": "https://example.com/aave-logo.png",
    "url": "https://aave.com"
  },
  {
    "name": "Euler",
    "logoUri": "https://example.com/euler-logo.png",
    "url": "https://www.euler.finance"
  }
]

Authorizations

x-lifi-api-key
string
header
required

Response

200 - application/json

Supported protocols

name
string
required

Protocol display name.

Example:

"Morpho"

url
string
required

Protocol website URL.

Example:

"https://morpho.org"

logoUri
string

URL to the protocol's logo image.

Example:

"https://example.com/morpho-logo.png"