Erc20 transfer historical of specific address

I need it. please help

You can use: Moralis.Web3API.account.getTokenTransfers({address: "ADDRESS_HERE", chain: "CHAIN_HERE"})

I use nodejs. How to authenticate account?

thanks

specific token historical - specific address

You can filter that output from Moralis.Web3API.account.getTokenTransfers for a specific token address for now.