Solana Trading Bots – Sniper & Market Data Infrastructure
Overview
A collection of Solana blockchain trading automation tools built in TypeScript. Includes a token sniper bot designed for rapid new-token acquisition on Solana DEXs and a Moralis API-integrated market data sniper for real-time on-chain analytics and automated trade execution.
What I Built
Solana Sniper Bot
- Automated token sniping on Solana DEXs — detects new token listings and executes buy transactions within milliseconds
- Transaction construction and signing using Solana Web3.js
- Configurable parameters for slippage tolerance, gas priority, and position sizing
- Real-time monitoring of Solana mempool and DEX activity
Moralis API Market Data Sniper
- Integration with Moralis API for real-time Solana on-chain data retrieval
- Token metadata, holder analysis, and liquidity monitoring
- Automated trade execution based on configurable market signals
- Data pipeline processing on-chain events into actionable trading signals
Key Highlights
- Low-latency trade execution on Solana blockchain
- Moralis API integration for comprehensive on-chain analytics
- Configurable trading strategies with risk management parameters
- TypeScript codebase with clean architecture for extensibility
Repositories
- Sniper Bot: Solana-Sniper-Bot
- Moralis API Sniper: Solana-sniper-moralis-api