I’m building a tool that I’ll be sharing (free & open source) with the community.
I can view an account’s node rewards and other ANT transactions in a browser with a URL like: https://arbiscan.io/token/0xa78d8321b20c4ef90ecd72f2588aa985a4bdb684?a=0x12a6af697db2af05796f6c139df1714c7cdeb765.
I can make an Etherscan API call with a URL like: https://api.etherscan.io/v2/api?chainid=42161&module=account&action=tokentx&address=0x12a6af697db2af05796f6c139df1714c7cdeb765&contractaddress=0xa78d8321b20c4ef90ecd72f2588aa985a4bdb684&startblock=0&endblock=99999999&page=1&offset=10&sort=asc&apikey=…
blockNumber “…”
timeStamp “…”
hash “…”
nonce “620”
blockHash “…”
from “…”
contractAddress “0xa78d8321b20c4ef90ecd72f2588aa985a4bdb684”
to “0x12a6af697db2af05796f6c139df1714c7cdeb765”
value “…”
tokenName “Autonomi”
tokenSymbol “ANT”
tokenDecimal “18”
transactionIndex “30”
gas “…”
gasPrice “…”
gasUsed “…”
cumulativeGasUsed “…”
input “deprecated”
confirmations “…”
But nowhere in the output is the value for the “Method” field shown. (“Pay For Quotes”, “Batch Airdrop”, etc) Am I making an API call to the wrong endpoint?