Get the first funded transaction for one or more wallets
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A chain name listed in supported networks
sol, bsc, eth A list of wallet addresses in string separated by commas (,)
"3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx,FrxXcJ1uUHa9A5jxgNFBxT4bHBnFVQZbxJa2Je3gjotP"
First transaction signature/hash
{
"3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": {
"txHash": "5rG9igZk95gbS8ZG66upvRfbcaaDpokQYg4ny3WQ3DrA...",
"blockTime": 1717292678000,
"blockNumber": 398645949,
"balanceChange": "0",
"tokenAddress": "11111111111111111111111111111111",
"decimals": 9
}
}