Retrieves all possible connections for a given chain and token.
Represents a standard API response.
GET //lifi/allPossibleConnections HTTP/1.1 Host: beta.usemoon.ai Accept: */*
A promise that resolves to an ApiResponse containing TokenInfoByChainId. The response indicates success or failure and includes a message and data.
{ "success": true, "message": "text", "data": { "ANY_ADDITIONAL_PROPERTY": [ { "address": "text", "symbol": "text", "name": "text", "decimals": 1, "logoURI": "text" } ] } }