You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2024. It is now read-only.
txlistinternal method returns transactions that does not related to specified hash
Package version:
10.0.5
Code to reproduce:
constapi=require('etherscan-api').init('YourApiKeyToken');consthash='0x40eb908387324f2b575b4879cd9d7188f69c8fc9d87c901b9e2daaea4b442170';constinternal=api.account.txlistinternal(hash);console.log(internal);// returns list of 10k transactions
Default values of parameters startblock and endblock are added to request, but they are not designed to be used in conjunction with the txhash parameter