New Tokens
WebSocket for newly deployed Token-2022 and SPL tokens on Solana DEXs like Pump.fun, Raydium and more. Get mint address, metadata, pool data live.
The new tokens WebSocket stream emits a real-time event whenever a new SPL token is created, providing its source ID (DEX / launchpad program) and name, token name and token Uri, mint address, mint authority, freeze authority, decimals, max supply, signature, creation timestamp, and slot number.
Filters
Example filter configuration message:
{
"type": "configure",
"filters": {
"newToken": [
{
"source": "LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj",
"tokenNameContains": "a"
}
]
}
} Response
Example response message:
{
"sourceId": "LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj",
"sourceName": "Raydium LaunchLab",
"tokenMint": "3q3rooTjwgeoyGm1RB8mMn3mExShWrWUVgHcSw48bonk",
"mintAuthority": "WLHv2UAZm6z4KyaaELi5pjdbJh6RESMva1Rnn8pJVVh",
"freezeAuthority": null,
"decimals": 6,
"tokenName": "just a chill fresh cut slidrzz",
"tokenSymbol": "slidrzz",
"tokenUri": "https://ipfs.io/ipfs/QmUMWQpcqHTHZ8pk9x7qPM8tyHcn6512NzuoxbWwtPGNwx",
"maxSupply": "1000000000.000000",
"signature": "RjQGB58L4vwMjyFoXGV5V4GTWfdK2CCWtYKxmXQAJ39hojmJdBEeSJg4HtCNeiih86EES18RPKy5sdDr8R226bk",
"slot": 354876929,
"timestamp": 1753141855
} Updated 5 months ago
Did this page help you?
