![Pump.fun New Token Transactions Monitor avatar](https://images.apifyusercontent.com/1tMrHQqgAcK7soqNuNyAcyAl_ihQfo0yZ7xemus6wwA/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vSElNQUNaaE9uN1lKNzFkVHUtYWN0b3ItU2I2WndkbjFxMHFwVk5ocHMtVkRKUkN5Rmc1ei1sb2dvLXBsYXRlZm9ybWUtUHVtcC1GdW4ucG5n.webp)
Pump.fun New Token Transactions Monitor
3 days trial then $29.99/month - No credit card required now
![Pump.fun New Token Transactions Monitor](https://images.apifyusercontent.com/1tMrHQqgAcK7soqNuNyAcyAl_ihQfo0yZ7xemus6wwA/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vSElNQUNaaE9uN1lKNzFkVHUtYWN0b3ItU2I2WndkbjFxMHFwVk5ocHMtVkRKUkN5Rmc1ei1sb2dvLXBsYXRlZm9ybWUtUHVtcC1GdW4ucG5n.webp)
Pump.fun New Token Transactions Monitor
3 days trial then $29.99/month - No credit card required now
Real-time monitoring tool for tracking new token creations and their subsequent transactions on Pump.fun Solana platform. Captures token launches, tracks buy/sell operations, and records market data including price, volume, and reserves. Ideal for traders and analysts seeking instant market insights
Pump.fun New Token Transactions Monitor
An Apify actor that records information about newly created meme tokens and all transaction operations on the Solana blockchain at Pump.fun. Track market movements instantly!
Overview
This tool monitors and records Solana-based token transactions on the Pump.fun platform in real-time. It tracks every new token creation and buy/sell transactions of existing tokens instantly. It is ideal for traders, analysts, and developers to monitor market movements.
Key Features
- Real-Time Transaction Monitoring: Instant tracking of token buy/sell transactions
- Detailed Data Collection:
- Transaction Details (Buy/Sell, Amount, Price)
- Token Information (Name, Symbol, Description)
- Market Data (Market Cap, Reserves)
- Bonding Curve Information
- Creator Information
- Customizable Settings:
- Flexible Monitoring Duration
- Automated Data Collection: All data automatically stored in Apify dataset
Usage
- Run the actor in the Apify console
- Provide the following input parameters:
- monitoringDuration: Monitoring duration (minutes, 0=unlimited)
Example Input
1{ 2 "monitoringDuration": 3 3}
Output
The collected data is saved to the Apify dataset. The output data includes the following fields:
New Token Details
timestamp
: Transaction date (UTC)token_details
:signature
: Token creation transaction signaturemint
: Token mint addresstraderPublicKey
: Creator addresstxType
: Transaction type ("create")initialBuy
: Initial buy amountsolAmount
: SOL amountbondingCurveKey
: Bonding curve addressvTokensInBondingCurve
: Token reservevSolInBondingCurve
: SOL reservemarketCapSol
: Market value (SOL)name
: Token namesymbol
: Token symboluri
: Token metadata URI
Transaction Details
signature
: Transaction signaturemint_address
: Token mint addresstrader_public_key
: Trader addressis_buy
: Buy/Sell statustoken_amount
: Token amountsol_amount
: SOL amountnew_token_balance
: New token balancebonding_curve_key
: Bonding curve addressvirtual_sol_reserves
: Virtual SOL reservesvirtual_token_reserves
: Virtual token reservesmarket_cap_sol
: Market value (SOL)timestamp_utc
: Transaction date (UTC)
Data Storage Structure
Default Dataset
New token creation transactions are recorded in the default Apify dataset. Each new token record includes:
- Token name and symbol
- Mint address
- Initial creator address
- Initial reserves
- Bonding curve information
- Market value
- Metadata URI
Token-Based Datasets
A separate dataset is automatically created for each token using the mint address (e.g., token-62wxnt9trxwmqkxjqqunwv43eblzw75qtpecr
). These datasets record:
- Buy/sell transactions
- Transaction amounts
- Reserve changes
- Market value changes
- User balances
and all other token-specific transaction data.
Example Output
1. Default Dataset (New Token Record)
1{ 2 "timestamp": "2025-02-08 19:49:34 UTC", 3 "token_details": { 4 "signature": "4b3gUjdvYpfieUUBxbcSASymXowffnLojNibronxeyDt4fNL8WMsbUzVtMmhWR94bzwXofmMJW2x2b97jK1voEvr", 5 "mint": "DHSsYznX4KebawyyEP4aCNnjaq3bBaaDTzzXHhzCpump", 6 "traderPublicKey": "8BvKowtWUhNoEyMbihtk1tzwCnhEfrFqxeKg5D5bCxGV", 7 "txType": "create", 8 "initialBuy": 27870129.870129, 9 "solAmount": 0.8, 10 "bondingCurveKey": "8xcQQFha9yUCHKzPs2EiQGVKPNaQei6MeHuqMnzpYFaN", 11 "vTokensInBondingCurve": 1045129870.129871, 12 "vSolInBondingCurve": 30.799999999999972, 13 "marketCapSol": 29.470021745883763, 14 "name": "Smol Monk", 15 "symbol": "MONK", 16 "uri": "https://ipfs.io/ipfs/QmZvdN3GAmkL4B87mbURff65EMUsUn8hG768SLH8PbFBta" 17 } 18}
2. Token-Based Dataset (Transaction Record)
1{ 2 "bonding_curve_key": "8xcQQFha9yUCHKzPs2EiQGVKPNaQei6MeHuqMnzpYFaN", 3 "is_buy": true, 4 "market_cap_sol": 29.49020269279827, 5 "mint_address": "DHSsYznX4KebawyyEP4aCNnjaq3bBaaDTzzXHhzCpump", 6 "new_token_balance": 357666.583211, 7 "signature": "4FNxjxs8ZT8jAW39oeRKbekkLyrHD736Mm1XAfpPRSfikTiBre2E1hmKmo8guKdRsFyxTLSDTmM18TNjcUC4ToUP", 8 "sol_amount": 0.01054405, 9 "timestamp_utc": "2025-02-08 19:49:36 UTC", 10 "token_amount": 357666.583211, 11 "trader_public_key": "8h8C783QE93nY5TDBqMtu1ysGgynzPEjraRV1avav78V", 12 "virtual_sol_reserves": 30.810544050392494, 13 "virtual_token_reserves": 1044772203.54666 14}
This example output shows the structured data of a single cryptocurrency. The actual output will be a list of similar objects for all processed cryptocurrencies.
Notes
- If the monitoring duration is set to 0, monitoring is done indefinitely.
🔗 Related Actors
Pump.fun Token Scraper & Monitor
A powerful Apify actor that monitors and analyzes Solana (SOL) tokens on the Pump.fun platform in real-time. Track market capitalization, new token listings, trading volume, and King of the Hill tokens with comprehensive monitoring features. Don't miss opportunities in the Solana ecosystem!
🚀 Key Features:
- Real-Time Token Monitoring: Track instant token movements and market changes
- Advanced Sorting Options:
- Latest Trading Activity
- New Token Listings
- Market Cap Rankings
- King of the Hill Tokens
- Community Engagement
- Customizable Filtering:
- NSFW Content Filter
- Flexible Monitoring Duration
- Automated Data Collection and Analysis
🔍 Click for Detailed Information and Usage Guide
Pump.fun Real-Time Trade Monitor
An advanced Apify actor that monitors and records real-time trade transactions of Solana (SOL) tokens on the Pump.fun platform. Track buy/sell transactions, trade volumes, and market movements instantly!
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 3 days ago