Get Ethereum transactions by addressAsk AIget deprecatedhttps://api.tatum.io/v3/ethereum/account/transaction/{address}/v3/ethereum/account/transaction/{address} This endpoint is deprecated. Do not use it. 20 credit per API call. Get Ethereum transactions by address. This includes incoming and outgoing transactions for the address.Path ParamsaddressstringrequiredAccount address you want to get balance ofQuery ParamspageSizenumberrequired1 to 50Max number of items per page is 50.offsetnumberOffset to obtain next page of the data.fromnumber≥ 1Transactions from this block onwards will be included.tonumber≥ 1Transactions up to this block will be included.sortstringenumDefaults to DESCSorting of the data. ASC - oldest first, DESC - newest first.ASCDESCAllowed:ASCDESCHeadersx-testnet-typestringenumDefaults to ethereum-sepoliaType of Ethereum testnet. Defaults to ethereum-sepolia.ethereum-sepoliaAllowed:ethereum-sepoliaResponses 200OK 400Bad Request 401Unauthorized. Not valid or inactive subscription key present in the HTTP Header. 500Internal server error. There was an error on the server during the processing of the request.Updated 4 months ago