Skip to main content

PumpSwap DEX Support Added to Solana API

ยท One min read

Changelog: PumpSwap DEX Supportโ€‹

Release Date: March 25, 2025โ€‹

Moralis now supports PumpSwap DEX on Solana, enabling developers to access swap data from PumpSwap. ๐Ÿš€


With this update, you can:

  • Access Swap Data by Pair Address: Retrieve all swap-related transactions (buy, sell, add liquidity, and remove liquidity) for a specific pair address on PumpSwap. Method Documentation

  • Access Swap Data by Token Address: Fetch all swap-related transactions for a specific token address, enabling detailed analysis of token activity on PumpSwap. Method Documentation

  • Access Swap Data by Wallet Address: Obtain all swap-related transactions associated with a specific wallet address, allowing for comprehensive tracking of user activity on PumpSwap. Method Documentation

For a complete list of supported DEXs on Solana, including PumpSwap, please refer to our Supported DEXs documentation.

Additionally, Moralis now provides APIs to interact with Pump.fun's token ecosystem:

These additions empower developers to build more robust and feature-rich applications on the Solana network. Happy coding!