Wallet
钱包 - 首次入金交易
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.
授权
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
响应
200 - application/json
Successful response
Map of wallet addresses to first transaction info
示例:
{
"3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": {
"balanceChange": "0",
"blockNumber": 398645949,
"blockTime": 1717292678000,
"decimals": 9,
"tokenAddress": "11111111111111111111111111111111",
"txHash": "5rG9igZk95gbS8ZG66upvRfbcaaDpokQYg4ny3WQ3DrA..."
}
}Wallet - First Tx Funded

