Wallet API - Detection of Bots

Relating to the Wallet API, can we perform either of these functions:

  1. Detect if wallet is a bot/frontrunning bot.
  2. Try and detect this a different way e.g. make small request for say total transactions in last 5 days and if number is high like 1000 then we can assume wallet is a bot.
    We are trying to detect bots and reject them when users try to add them to our platform.

Hi @gamesoft

Thanks for the question

In my opinion, you can’t completely rely on the transactions for determining a bot user. It could be possible that not every bot makes transactions like 1000. A bot wallet can also be a burner wallet which was just created.

You can try asking in other crypto developer communities if there is a way to detect bot wallets.