MoonPump API Documentation
MoonPump is a decentralized platform on the Solana blockchain for fair launches of meme coins. Developers and users can access MoonPump's functionalities through the API to interact with token launches, trading, and market data. This documentation provides details for integrating MoonPump's APIs using TypeScript, Go, and Rust.
Getting Started
Base URL
The API is accessible at the following endpoint:
https://api.moonpump.ai/api/
MoonPump Contract Address
Mainnet-Beta:2Poh8gF6PJhjNAa5bxPZHZgpYZbFvD8JQwyUyE48Q5cL
Devnet:5MkGC4Dyk5euSWSEpp3zMHuRkuLujQQG71HR19AnbVhj
Supported Languages
- TypeScript: Compatible with Node.js environment.
- Go: Go modules are provided.
- Rust: Libraries and examples are available.
Examples
Updated about 2 months ago