Function useUSDPriceFromSquid

  • React hook to get the USD price of a token from Squid

    Parameters

    • info: {
          chainId: string;
          tokenAddress: string;
      }
      • chainId: string
      • tokenAddress: string

    Returns SWRResponse<undefined | number, any, any>