Retrieves protocol information for a specific protocol by its name.
const info = getProtocolInfoByName('Uniswap', 'api-key'); Copy
const info = getProtocolInfoByName('Uniswap', 'api-key');
The name of the protocol to get information for
The Graph API key for accessing protocol data
Protocol configuration and information
Retrieves protocol information for a specific protocol by its name.
Example