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 Supported blockchain chains
sol, eth, bsc A list of wallet addresses in string separated by commas (,). Maximum 100 address addresses allowed
Successful response
{
"3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": {
"balanceChange": "0",
"blockNumber": 398645949,
"blockTime": 1717292678000,
"decimals": 9,
"tokenAddress": "11111111111111111111111111111111",
"txHash": "5rG9igZk95gbS8ZG66upvRfbcaaDpokQYg4ny3WQ3DrA..."
}
}