API REST for analyzing Solana transactions with historical price data
A TypeScript/Express API that decodes and analyzes Solana transactions in real time, with BirdEye integration for price data.
🔄 ACTIVE DEVELOPMENT
This project is currently under active development. All features are a work in progress and subject to change.
- 🔄 Solana transaction decoding
- 🔄 BirdEye API integration
- 🔄 Advanced performance analytics
- 🔄 Rate-limit optimization
- 🔄 Automated tests
- 🔄 Full documentation
- 🔄 Additional endpoints
- The project is in its alpha/beta phase
- APIs may change without notice
- Some features may be unstable
- Tests are being implemented
- 🔍 Automatic decoding of Solana transactions
- 💰 Price analysis with the BirdEye API
- 📊 Multi-protocol support: Pump.fun, Jupiter, Raydium, Orca, Meteora, Whirlpool
- 🎯 Performance computation: gains/losses, ATH, buy price vs current
- 🛡️ Security: Helmet, CORS, input validation
# Clone the project
git clone <your-repo>
cd sendo-api
# Install dependencies
npm install
# Configure environment variables
cp env-sample .env
# Edit .env with your API keysCreate a .env file with:
PORT=4000
HELIUS_API_KEY=<your_helius_key>
BIRDEYE_API_KEY=<your_birdeye_key># Development (hot-reload)
npm run dev
# Production
npm run build
npm start| Endpoint | Description |
|---|---|
GET /api/v1/signatures/:address |
Address signatures |
GET /api/v1/tokens/:address |
Held tokens |
GET /api/v1/transactions/:address |
Decoded transactions |
GET /api/v1/trades/:address |
Trades with price analysis |
GET /api/v1/nfts/:address |
Held NFTs |
GET /api/v1/global/:address |
Overview |
GET /health |
API status |
Hey! 👋 This project is under development and we need you!
Awesome! It’s simple:
- Fork the project on GitHub
- Clone your fork locally
- Create a branch for your idea
- Code your feature
- Open a Pull Request
No worries! 😅
- Open an Issue on GitHub
- Tell us what’s wrong
- We’ll look into it together!
Great! 🎉
- Share your ideas in Issues
- Tell us how you use the API
- Help us improve the docs
No need to be a Solana expert to contribute! 😊
🔄 ACTIVE DEVELOPMENT — Built with ❤️ for the Solana ecosystem