alchemy_getTransactionReceipts
method - for mainnet and testnets on Ethereum, Polygon, Optimism, and Arbitrum.eth_getTransactionReceipt
calls for each transaction hash - saving you on compute cost.alchemy_getTokenAllowance - r
eturns the amount which the spender is allowed to withdraw from the owner.alchemy_getTokenBalances -
returns token balances for a specific address given a list of contracts.alchemy_getTokenMetadata -
returns metadata (name, symbol, decimals, logo) for a given token contract address.CREATE,
SUICIDE
and all variants of CALL
together with input data, output data, gas usage, amount transferred and the success status of each individual action.debug_traceTransaction
calls for debugging on networks running on Geth including Ethereum Mainnet and Ethereum's Rinkeby Testnet.