5.API & Integrations
Connecting builders, tools, and partners to the OPPAD ecosystem.
OPPAD offers a flexible and secure API layer that allows external applications, dashboards, and partners to interact with key platform data. This enables real-time integrations with analytics tools, audit partners, aggregators, and project management systems — while preserving the decentralized nature of launch execution.
📡 Available API Endpoints
OPPAD’s RESTful API provides public and protected access to core datasets:
Endpoint
Description
/projects/live
Returns all ongoing launches with metadata
/projects/:id
Returns a single project by ID
/projects/:id/audit
Returns AegisAI™ and Sentinel audit results
/vesting/:project_id
Fetch vesting schedule for a given token
/badges/:project_id
Returns badge states (KYC, Audit, Lock, Trusted)
/analytics/global
Platform stats: TVL, active users, revenue
/referrals/:wallet
Fetch referral status and history for a user wallet
/wallets/:address/stake
Returns staking status, tier, and lock info
[!INFO] Public APIs are read-only. Protected/admin APIs require a project token or admin key.
🔧 Integration Use Cases
Launch Aggregators (e.g., DEXTools, GemPad trackers) Pull live project data, audit scores, and vesting timelines.
KYC Providers Verify real-time badge status and push updated team metadata.
On-chain Explorers Visualize OPPAD badge states, lock durations, and launch logic directly in explorer overlays.
Wallet Dashboards Enable staking, farming, or claim visibility inside Web3 wallets and portfolio apps.
Telegram/Discord Bots Send live alerts when launches go live, hit milestones, or change risk score.
[!TIP] OPPAD APIs are optimized for caching, with real-time updates synced every 30–60 seconds to prevent overload.
🛠️ Webhooks & Notifications
Partners and advanced builders can use webhooks to subscribe to:
Project listing status
Audit score updates
Token cap reached
Vesting milestone triggered
New farming pools created
[!WARNING] Webhooks are only available to verified partners and require registration to avoid abuse.
Last updated