Sora Tracker
HomeAboutRoadmapTelegramTwitterWebsite
  • Welcome to Sora Tracker
  • Overview
    • Introduction
    • Technical Architecture
  • Future plan
    • Roadmap and Future Enhancements
  • solutions
    • Automation and Predictive Analytics – AI-Driven Insights
    • Enhancing Market Integrity and Transparency
    • Final Thoughts: The Impact of Sora on Photon
  • Economy
    • Sora Buy/Sell Transaction Tracking API for Photon
    • Sora Tracker Public API
    • $S0RA Token
  • community
    • Twitter
Powered by GitBook
On this page
  • 1. Introduction
  • 2. API Overview
  • 3. Real-Time Transaction Tracking – Solana WebSocket
  • 4. API Endpoints Implementation
  • 5. Whale Tracking and Liquidity Monitoring
  • 6. Setting Up Alerts for Whale Trades and Liquidity Shifts
  • 7. Roadmap for Future Enhancements
  1. Economy

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

  1. Integration with cross-chain tracking (Ethereum, BSC support).

  2. Machine learning-based trading signals.

  3. Improved visualization and analytics dashboards.

  4. Expansion into multi-wallet tracking.

  5. Liquidity monitoring enhancements with AI-based predictions.

PreviousFinal Thoughts: The Impact of Sora on PhotonNextSora Tracker Public API

Last updated 4 months ago