Skip to main content
GET
/
v1
/
tools
List supported bridge and exchange tools
curl --request GET \
  --url https://api.delora.build/v1/tools
{
  "exchanges": [
    {
      "key": "OPENOCEAN",
      "name": "OpenOcean",
      "logoURI": "https://example.com/openocean.png",
      "supportedChains": [
        "1",
        "8453"
      ]
    }
  ],
  "bridges": [
    {
      "key": "RELAY",
      "name": "Relay",
      "logoURI": "https://example.com/relay.png",
      "supportedChains": [
        "1",
        "8453"
      ]
    }
  ]
}

Headers

x-api-key
string

Optional API key for higher rate limits and fee rules.

Query Parameters

Response

Supported tools response.

exchanges
object[]
required
bridges
object[]
required