GET
/
v1
/
tools
curl --request GET \
  --url https://li.quest/v1/tools
{
  "exchanges": [
    {
      "key": "1inch",
      "name": "0x",
      "logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/zerox.png",
      "supportedChains": [
        "1",
        "137",
        "56"
      ]
    }
  ],
  "bridges": [
    {
      "key": "hop",
      "name": "Connext",
      "logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/amarok.png",
      "supportedChains": [
        {
          "fromChainId": 137,
          "toChainId": 1
        }
      ]
    }
  ]
}

Headers

x-lifi-api-key
string

Authentication header, contact support if you want to get registered.

Query Parameters

chains
(string | integer)[]

The ids of the chains that should be taken into consideration.

Response

200 - application/json

Object listing all the currently enabled bridges and exchanges.

The response is of type object.