cURL
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" ] } ] }
Returns available tools (DEX aggregators, bridges, etc.). You can filter by chain IDs that the tool supports.
A comma-separated list of chain identifiers to filter the instruments.
"1,56,10"
List of tools grouped by type
Show child attributes