Sorry, we don't support your browser.  Install a modern browser

Missing internal transactions#62

D

There’s an internal transfer here https://snowtrace.io/tx/0x217a5d8fa648461a531f4b3e06d55d57254b3f2f424f21f9a157d77741db2465?chainId=43114#internal

0.0028 AVAX
0x3a23F943181408EAC424116Af7b7790c94Cb97a5 -> 0x399cf1CA9b8dcc369ee3BB2A6516144DE43e506D

It is the exact difference between balances at blocks 32330491 and 32330492

curl -sLG "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api?module=account&action=balancehistory&address=0x399cf1ca9b8dcc369ee3bb2a6516144de43e506d&blockno=32330491&apikey=YourApiKeyToken"
{"status":"1","message":"OK","result":"982900975528157693"}
curl -sLG "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api?module=account&action=balancehistory&address=0x399cf1ca9b8dcc369ee3bb2a6516144de43e506d&blockno=32330492&apikey=YourApiKeyToken"
{"status":"1","message":"OK","result":"982900975528157693"}
985700975528157693 - 982900975528157693 = 2800000000000000

It’s missing here

$ curl -Ls 'https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api?module=account&action=txlistinternal&address=0x399cf1ca9b8dcc369ee3bb2a6516144de43e506d&startblock=32330490&endblock=32330493&page=1&offset=10000&sort=asc&apikey=nokey' | jq -CS .
{
  "message": "No transactions found",
  "result": [],
  "status": "0"
}

It looks there are way more similarly missing internal txs totaling about 0.9 AVAX.

5 months ago
R
Changed the status to
Investigating
5 months ago

Hi there, is there an ETA on when this is resolved. Fan of the API, but can’t really use if txns are missing.

4 months ago
G

0xec2644ce77960c98b3910e4629ad6850c6ba51c40bb120382a8b7aeec295fc90
ETH longing not credited for trade

4 months ago
R
Changed the status to
In Progress
2 months ago