x402-chainlink
    Preparing search index...

    Function getTokenSymbol

    • Identify token symbol from contract address

      Parameters

      • address: string

        Token contract address

      • network: EVMNetworkId

        Network identifier

      Returns TokenSymbol | undefined

      Token symbol or undefined if not recognized

      const symbol = getTokenSymbol(
      '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
      'eip155:8453'
      );
      console.log(symbol); // 'USDC'