Sora Buy/Sell Transaction Tracking API for Photon
1. Introduction
The Sora API is designed to track real-time buy and sell transactions on Photon using Solana WebSockets and structured APIs. This system provides wallet activity insights, token transaction history, liquidity tracking, and whale monitoring to enhance on-chain transparency. With Sora, traders can gain deeper insights into market movements and react quickly to liquidity changes.
2. API Overview
Endpoint
Description
Method
/transactions/latest
Retrieve the latest 100 buy/sell transactions
GET
/transactions/{wallet}
Retrieve all transactions for a specific wallet
GET
/transactions/{token}
Retrieve all transactions for a specific token
GET
/transactions/top-buyers
Get the top 20 buyers for a token
GET
/transactions/top-sellers
Get the top 20 sellers for a token
GET
/transactions/live
WebSocket feed for real-time buy/sell tracking
WS
/transactions/whales
Fetch transactions exceeding a set threshold
GET
/transactions/liquidity
Monitor liquidity inflows/outflows for a token
GET
/transactions/history/{wallet}
Get historical transactions for a wallet
GET
/transactions/alerts
Set alerts for whale trades and liquidity shifts
POST
3. Real-Time Transaction Tracking – Solana WebSocket
Sora listens for real-time buy/sell transactions on Solana, extracting relevant trade details, such as the wallet address, token traded, amount, and type of transaction. This enables users to track market movements without relying on third-party blockchain explorers.
4. API Endpoints Implementation
Fetching Processed Transactions
These endpoints allow users to fetch, filter, and analyze transaction history based on wallet address, token, and transaction type.
5. Whale Tracking and Liquidity Monitoring
Sora includes advanced whale detection, allowing users to track large trades and liquidity movements in real-time. Users can set alerts when significant transactions occur.
6. Setting Up Alerts for Whale Trades and Liquidity Shifts
Users can configure webhook-based alerts for large transactions and liquidity movements. Notifications can be sent via Telegram, Discord, or email.
7. Roadmap for Future Enhancements
Integration with cross-chain tracking (Ethereum, BSC support).
Machine learning-based trading signals.
Improved visualization and analytics dashboards.
Expansion into multi-wallet tracking.
Liquidity monitoring enhancements with AI-based predictions.
Last updated