Skip to main content
GET
/
v1
/
tools
List available exchanges and bridges
curl --request GET \
  --url https://api.delora.build/v1/tools
{
  "exchanges": [
    {
      "key": "OPENOCEAN",
      "name": "OpenOcean",
      "logoURI": "https://raw.githubusercontent.com/AlyraLabs/types/main/src/assets/icons/bridges/openocean.png",
      "supportedChains": [
        "1",
        "56",
        "10",
        "137",
        "42161",
        "8453",
        "130",
        "146",
        "999",
        "9745",
        "1329",
        "43114",
        "59144",
        "80094"
      ]
    }
  ],
  "bridges": [
    {
      "key": "ACROSS",
      "name": "Across",
      "logoURI": "https://raw.githubusercontent.com/AlyraLabs/types/main/src/assets/icons/bridges/across.svg",
      "supportedChains": [
        "1",
        "10",
        "56",
        "137",
        "59144",
        "8453",
        "42161",
        "130",
        "324",
        "480",
        "999",
        "1135",
        "34443",
        "534352",
        "81457",
        "9745",
        "1868"
      ]
    }
  ]
}

Query Parameters

chains
string

A comma-separated list of chain identifiers to filter the instruments.

Example:

"1,56,10"

Response

List of tools grouped by type

exchanges
object[]
bridges
object[]