Retrieves tools based on the provided chains.
Represents a standard API response.
GET //lifi/tools HTTP/1.1 Host: beta.usemoon.ai Accept: */*
{ "success": true, "message": "text", "data": { "bridges": [ { "key": "text", "name": "text", "logoURI": "text", "supportedChains": [ { "fromChainId": 1, "toChainId": 1 } ] } ], "exchanges": [ { "key": "text", "name": "text", "logoURI": "text", "supportedChains": [ 1 ] } ] } }