PumpApi🦁
50 subscribers
12 photos
26 links
Fastest and most affordable API for trading meme coins on pump, meteora, raydium.
Group: https://t.me/pumpapi_devs
Website: pumpapi.io
Download Telegram
πŸ”₯ Dynamic Priority Fees Are Live! πŸ”₯

We’ve added auto-adjusting priorityFee - just set 'priorityFee': 'auto', and your tx will land ~95% of the time.
PumpAPI automatically picks the optimal fee based on the last minute of network data.

You can even choose your confirmation probability:

β€’ 'auto' / 'auto-95' β†’ ~95% success (~0.015 SOL β‰ˆ $3-4)
β€’ 'auto-75' β†’ ~75% success (~0.00113 SOL β‰ˆ $0.2-0.3)
β€’ 'auto-50' β†’ ~50% success (~0.00022 SOL β‰ˆ $0.04)

⚠️ Note: During heavy network congestion, fees for ~75/95% success can rise significantly β€” even $10 per transaction.

πŸ’‘ Don’t want to overspend?
Use minimal fee 0.00001 SOL + 'guaranteedDelivery': 'true' - we’ll retry your tx up to 5 times within 10 seconds.

⚑️ Also new: optional 'jitoTip' parameter (e.g. jitoTip: 0.01).
Min 0.01 SOL required to join Jito auctions.
When set, your priorityFee goes fully to priorityFee and the jitoTip gives your tx a serious boost in validator queues.

πŸ“˜ Docs have been updated
πŸ’¬ Community & support

🦁 Enjoy
πŸ”₯7
πŸ”₯ Datastream Just Got Better: Mayhem Mode + SPL Token 2022

Big news! Pump.fun and Pump AMM will roll out major updates - and we've upgraded our Datastream so you can jump in immediately.

πŸš€ What's new on Pump.fun?

β€’ New tokens can be minted using the SPL Token 2022 standard
β€’ Mayhem mode

πŸ›  What's new in PumpAPI Datastream?

We've enriched our stream with powerful new fields to help you trade smarter and safer:

β€’ mayhemMode - see if Mayhem is enabled (only pump and pump-amm pools)
β€’ mintAuthority - see if token supply can be manipulated
β€’ freezeAuthority - check if tokens can be frozen
β€’ tokenProgram - identify the token standard being used
β€’ tokenExtensions - spot hidden fees and other traps

πŸ›‘ Why this matters: Scam Detection Made Easy

These fields let you filter out scam tokens on Raydium/Pump AMM before you buy.

Safe token checklist:
βœ… mintAuthority = None (no unlimited minting)
βœ… freezeAuthority = None (your funds can't be frozen)
βœ… tokenExtensions = metadata only or empty (no hidden fees)

If a token passes these checks, the only risk is price manipulation - no wallet locks, no surprise taxes.

πŸ“˜ We wrote a full guide for you: https://pumpapi.io/tutorials/detect_scam ‼️

πŸ› Bug Fix: traderPublicKey for Pump.fun tokens now always shows the actual transaction signer


πŸ“˜ Docs have been updated
πŸ’¬ Community & support
🐦 Follow us on X

🦁 Stay safe and trade smart! Enjoy!
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7❀1
πŸ†• MASSIVE UPDATE - Please Read Carefully πŸ†•

This is our biggest update ever. It affects everyone and includes breaking changes.

⚑️ New Event Types

β€’ Transfer events are here! Built with copy-traders in mind. We group all transfers in a transaction and send them in one convenient message. No trader can hide from you anymore! If you had your own implementation before - you can simplify your code now.
β€’ createPool events for custom pools on Pump AMM / Raydium CPMM
β€’ add/remove liquidity events

πŸ”“ All Pools Unlocked

We now stream ALL events from Pump AMM, Raydium CPMM and Raydium Launchpad - including non-standard pairs like Token-USDC (without SOL).

πŸ’° Trading API Improvements

β€’ Minimum jitoTip reduced 5x β†’ now just 0.0002 SOL
β€’ Auto-split to Jito kicks in at 0.00023 SOL for manual fees
β€’ New maxPriorityFee parameter - set a ceiling for auto-95 and other auto modes
β€’ Smart pool selection - we automatically find the best and largest pool for any token. Need a specific pool? Just pass poolId
β€’ Trade non-standard pairs using quoteMint

πŸ›‘ Scam Detection Fields

β€’ poolCreatedBy - replaces mintMethod. Check if it equals pump or raydium-launchpad (safe) vs custom (risky). This is your main filter now.
β€’ burnedLiquidity - shows % of liquidity that's permanently locked. Higher = safer. Pump.fun tokens burn 100% after migration, so no rug pulls possible.
β€’ poolId added to every trade event. Use it for arbitrage or track SOL price from Gf7sXMoP8iRw4iiXmJ1nq4vxcRycbGXy5RL8a8LnTd3v (large SOL-USDC pool) - no external API needed.

πŸ“ Naming Changes (Breaking)

β€’ traderPublicKey β†’ txSigner (just the fee payer address)
β€’ tradersInvolved added to every event - shows actual accounts that sent/received funds. Use this for copy-trading, not txSigner!
β€’ Bonk β†’ raydium-launchpad (Bonk is just one config of Raydium Launchpad)
β€’ denominatedInSol β†’ denominatedInQuote
β€’ tokenExtensions now returns a dict instead of list

πŸ”§ Other Changes

β€’ Added platform field for raydium-launchpad events: bonk, raydium-launchlab or custom
β€’ Added decimals to create events and getTokenInfo
β€’ Many bug fixes including missing migration events

❗️ New Endpoints❗️

Since this update has breaking changes, we released it on separate endpoints:
β€£ Datastream β†’ wss://test.stream.pumpapi.io/
β€£ Trade API β†’ https://test.api.pumpapi.io

Just add "test." to any our URL you're using.

⏰ December 29th - this update goes live on the main server. You have 4 days to prepare using new links.

πŸ“– Must Read: New tutorial on detecting scam pools

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy!
Please open Telegram to view this post
VIEW IN TELEGRAM
❀6😍5
PumpApi🦁
πŸ†• MASSIVE UPDATE - Please Read Carefully πŸ†• This is our biggest update ever. It affects everyone and includes breaking changes. ⚑️ New Event Types β€’ Transfer events are here! Built with copy-traders in mind. We group all transfers in a transaction and send…
Reminder: On December 29 (tomorrow), if you do not migrate to the new Datastream version, your code may stop working due to several breaking changes.
You can prepare for the update using the following links:
β€£ Datastream β†’ wss://test.stream.pumpapi.io/
β€£ Trade API β†’ https://test.api.pumpapi.io
πŸ‘6πŸ”₯2
We’ve released an update to the main endpoints:
β€£ Datastream β†’ wss://stream.pumpapi.io/
β€£ Trade API β†’ https://api.pumpapi.io
If you were using the "test." endpoints, please switch back to the standard ones.
πŸ”₯5❀3⚑2
⚑️ Datastream & Trade API update

Latency is now 5x lower β€” 40 ms faster.
This is our fastest performance ever.

🦁 Enjoy
❀‍πŸ”₯8
πŸ’° Meteora Launchpad Support β€” Datastream + Trade API πŸ’°

You can now trade on Bags.FM, Moonshot, and other launchpads that are configs of Meteora Launchpad β€” directly via PumpAPI.

What is Meteora Launchpad?
Meteora Launchpad is a launchpad constructor (similar to Raydium Launchpad).
Its official name is Meteora Dynamic Bonding Curve.
A large share of trading volume is happening there right now.

⚠️ Mandatory: Track `lockedLiquidityAfterMigration`
If lockedLiquidityAfterMigration is less than 100%, the creator will gain control over the unlocked part of liquidity after migration.

New field: `launchpadConfig`
We added launchpadConfig so you can easily detect which launchpad config a token belongs to and build better strategy filters.

πŸ”œ Coming soon
Support for the pools that tokens migrate into from Meteora Launchpad will be added soon.

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy!
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5😍3❀2
β˜„οΈMeteora DAMM V1 β€” Datastream + Trade API

We’re continuing to roll out support for AMMs that tokens can migrate into from Meteora Launchpad β€” and today we’re adding Meteora DAMM V1.

This is an older AMM, but still widely used. It supports two curve modes.

New field: `curveType` (for DAMM V1 pools)
β€’ ConstantProduct β€” classic mode (price = y_reserves / x_reserves)
β€’ StableSwap β€” used in stablecoin–stablecoin pools to keep the price close to 1:1 even when reserves differ

πŸ‘‰ You don’t need to calculate prices manually β€” just use the price field.

⚠️ Important: poolCreatedBy
May be either custom or meteora-launchpad.
This does not guarantee safety.
Unlike Raydium Launchpad, Meteora Launchpad allows creators to choose how much liquidity they keep after migration.

πŸ’‘ Quick scam check
Check burnedLiquidity:
β€’ If it’s < 100%,
β€’ And the pool is not popular,
β†’ the pool is likely a scam.

Pool name in Datastream: `meteora-damm-v1`

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy!
πŸ”₯7πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
β˜„οΈ Meteora DAMM V2 β€” Datastream + Trade API

Today we’re shipping the final piece of Meteora Launchpad support: Meteora DAMM V2.
This market is hot β€” up to ~90 tx/sec.

⚠️ New fields (Meteora Launchpad / DAMM V1 / DAMM V2)

β€’ poolFeeRate
β€” current pool fee (decimal 0 β†’ 1)
Example: 0.01 = 1%
⚠️ Meteora pools can be created with fees up to 99% β†’ track this to avoid scams

Launchpad-only:
β€’ poolFeeRateAfterMigration β€” fee after migration (max 0.1)

DAMM V2-only:
β€’ minPrice / maxPrice β€” min / max possible price in the pool

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy!
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7
πŸ’° Cashback Is Live for pump.fun & PumpSwap Traders πŸ’°

Now, when you trade through us on pump.fun and PumpSwap, you automatically accumulate trading fees in pools where cashbackEnabled = True.

We’ve also added the cashbackEnabled field to the Datastream so you can easily track eligible pools (only pump & pump-amm).

At the end of the day, simply call claimCashback β€” and you’ll automatically receive all accumulated cashback.

⚑️ Why this matters

This function is relevant for everyone who has ever traded on pump.fun / PumpSwap.

When you trade through these platforms for the first time, they create additional accounts for you. Many users don’t even realize that small amounts of SOL remain there.

By calling claimCashback now, you can get back ~0.04 SOL β€” basically for free.
(Keep in mind: if you trade again later, the rent fee will be reserved again.)

πŸŒ€ If you frequently rotate wallets:
Before fully clearing or abandoning an account, always call claimCashback to collect what’s yours.

πŸ“˜ Documentation
πŸ’¬ Community & support

🦁 Don’t leave SOL behind.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯5
We've added "migrationThreshholds" to the data stream for Meteora Launchpad & Raydium Launchpad, so you can now track the bonding curve progress for these pools.
Here’s an example:
"migrationThreshholds": {
"quote": 85.0
}


For pump.fun this is not required, since the migration threshold is fixed at 85 SOL.

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy!
πŸ”₯6
A small update.
The number of transfer events slightly increased, because we now classify certain token-account closures as transfers β€” but only in cases where the closure is clearly used to send funds to another address.

In such transfers, you’ll see:
"type": "token_account_closure"

πŸ’¬ Community & support

🦁 With us, nothing slips past you.
πŸ”₯8
A small update following the previous one.
We now send withdrawals from nonce accounts as transfers (but only when the withdrawal is used to move funds to a completely different address).

In such transfers, you’ll see:
"type": "withdraw_from_nonce"

πŸ’¬ Community & support

🦁 Enjoy
πŸ”₯7
A small update again!

All pump.fun / pumpSwap events now include creatorFeeAddress β€” the address that receives the creator’s fees when cashbackEnabled is False. Typically, this address matches the actual token creator’s address, but its owner can grant access to other wallets, so the address may change over time (we track it too).

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy
πŸ”₯8❀3πŸŽ‰3
🀝 Partnerships are live!

You asked β€” we delivered.

If you have your own clients, you can now earn directly from their trades:
β€’ Add partnerAddress to your client’s requests
β€’ We’ll charge your partner commission automatically

Two ways to monetize:

βœ… Percentage fee
Set partnerFeeRatio β€” a percent of each trade
Example: 0.005 = 0.5%

βœ… Fixed fee
Set partnerFeeFixed β€” a fixed amount per trade
Example: 0.0001

You can combine them or use them separately.

Even if
you’re not interested in this, it’s still super useful
It lets you perform transfers inside the same transaction where you buy, sell, claim cashback, or burn β€” enabling more powerful strategies.

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Let’s earn together!
πŸ”₯7
Small but important update!

The poolFeeRate field is now included in all events β€”
pump, pump-amm, raydium-launchpad, raydium-cpmm, and everywhere else.
Previously, this field existed only in Meteora pools.

poolFeeRate shows the exact pool fee in decimal form.

Example:
"poolFeeRate": 0.0125 β†’ pool fee is 1.25%

This makes fee tracking consistent across every supported AMM and launchpad.

πŸ“˜ Docs updated
πŸ’¬ Community & support

🦁 Enjoy
❀5πŸ”₯3
Breaking changes⚠️

Tomorrow we will release a very cool update. More details soon.

The runtime error "The program expected this account to be already initialized" when selling by percentage will be replaced. Instead, you will see "No tokens to sell". If you track errors, please replace it when the update goes live.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4πŸ‘Œ3
🌸 Introducing Actions! 🌸

You can now combine everything we support into one single transaction.

β€’ buy + buy + buy
β€’ sell + burn
β€’ buy + sell
or absolutely any other combination you need

In other words β€” you can now build much more flexible and aggressive strategies with ease. ⚑️

Using it is simple.
Just pass a list of actions like this:
{
"actions": [
{your_request1},
{your_request2}
]
}


β€’ priorityFee values are summed across actions, since transaction complexity grows
β€’ But you can also set one global priorityFee above the actions block
β€’ You can even change the txSigner for the whole transaction β€” just provide the public/private key in the block above actions

πŸ”₯ Also new: percentage-based sells can now execute even just 0.1 ms after a buy.

We wrote a separate on-chain program for this.
This is especially useful for strategies where you need to exit extremely fast β€” even before the first buy appears in the datastream. All % sales already go through it.

Program address:
pumpapii17v9uhRiokHwhG3yWYtB6hgJRmsSC5p5bb2

And one more thing:

πŸš€ We’ve significantly improved landing rate β€” it is now around 97%.

πŸ“˜ Actions
πŸ’¬ Community & support
🌐 our X

🦁 Enjoy
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯6⚑2πŸŽ‰1
πŸ”₯ Create Tokens on pump.fun β€” Now Live! πŸ”₯

You can now create tokens directly through our API β€” no extra tools, no hassle.

Just pass:
- "action": "create"
- name + symbol

And optionally: imageURL, description, website, x, telegram, amount

No need to worry about vanity addresses β€” all tokens end with pump by default.
Want a custom address? Just pass mintPrivateKey.

πŸš€ Don't forget β€” you can combine token creation with Actions and build truly powerful multi-step strategies.

πŸ“˜ Token Creation Docs πŸ‘ˆ
πŸ’¬ Community & support
🌐 our X

🦁 Enjoy
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7
PumpApi🦁
πŸ’° Cashback Is Live for pump.fun & PumpSwap Traders πŸ’° Now, when you trade through us on pump.fun and PumpSwap, you automatically accumulate trading fees in pools where cashbackEnabled = True. We’ve also added the cashbackEnabled field to the Datastream so…
claimCashback now also collects creator fees when available.

This means that if you created a token with cashbackToTradersEnabled = False (the default, no need to pass it when creating a token) and people traded it, you accumulated creator fees. You can claim them using the claimCashback method.

In other words, claimCashback now covers both trade cashback and creator fee claims.

🦁 Enjoy
πŸ‘5