Fresh Wallets Feed
Real-time tracking of significant transactions from newly activated wallets across the network.
Basic
Premium
Enterprise
Credit Cost
❌
✅
✅
0
Subscribe / Unsubscribe
// Subscribe
{
"type": "subscribe",
"payload": {
"stream": "fresh-wallet-feed"
}
}
// Unsubscribe
{
"type": "unsubscribe",
"payload": {
"stream": "fresh-wallet-feed"
}
}
Incoming message structure
{
"type": "stream_data",
"stream": "fresh-wallet-feed",
"data": {
"platform": "jupiter",
"type": "buy",
"timestamp": "2025-06-12T05:27:04.000Z",
"wallet": "59679Z6RZFXSjuXZeiV9mG4n41tVt8PZ5NPRVWJvSgsU",
"wallet_age": "2025-06-12T05:26:07.000Z",
"wallet_first_activity": "2025-06-12T05:26:07.000Z",
"wallet_transactions_count": 1,
"wallet_funding_mint": "So11111111111111111111111111111111111111112",
"wallet_funding_amount": 31.999,
"wallet_funding_source": "exchange",
"wallet_funding_source_wallet": "ASTyfSima4LLAdDgoFGkgqoKowG1LZFDr9fAQrg7iaJZ",
"wallet_funding_source_name": "MEXC",
"sol_amount": 29.97,
"usd_amount": 4787.66838808128,
"token_in": {
"mint": "So11111111111111111111111111111111111111112",
"symbol": "SOL",
"name": "Wrapped SOL",
"decimals": 9,
"logo": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png",
"amount": 29.97,
"amount_string": "29.97",
"amount_usd": 4787.66838808128,
"price": 159.74869496434033
},
"token_out": {
"mint": "5miFyenAa2wZj6xmu1i6qdMD8Aa9F4Bv94BdojDbpump",
"symbol": "fineshyt",
"name": "fineshyt",
"decimals": 6,
"logo": "https://ipfs.io/ipfs/QmS7htYmsPqWfU2jmRKnS6uG7xt6oS7uvLeptHmsP4rFrm",
"amount": 13923589.215368,
"amount_string": "13923589.215368",
"amount_usd": 4787.66838808128,
"price": 0.00034385303344032487
},
"signature": "R5z9Q5crKJ34Lpous23L8SjVTL3LYQgkDhmcTjW9WaZgvYq3qv3a1t4bLSjZQHygXsmxd7Wpk8Hae8gQYdwDXg1"
},
"timestamp": 1749706024888
}
Last updated