Wallet
Wallet - First Tx Funded
Get the first funded transaction for one or more wallets
GET
Wallet - First Tx Funded
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A chain name listed in supported networks Supported blockchain chains
Available options:
sol, eth, bsc Query Parameters
A list of wallet addresses in string separated by commas (,). Maximum 100 address addresses allowed
Response
200 - application/json
Successful response
Map of wallet addresses to first transaction info
Example:
{
"3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": {
"balanceChange": "0",
"blockNumber": 398645949,
"blockTime": 1717292678000,
"decimals": 9,
"tokenAddress": "11111111111111111111111111111111",
"txHash": "5rG9igZk95gbS8ZG66upvRfbcaaDpokQYg4ny3WQ3DrA..."
}
}
Wallet - First Tx Funded

