API Overview
Predinex provides a comprehensive REST API for accessing pool data, analytics, and platform statistics.
🚀 Getting Started​
Base URL​
Production: https://api.predinex.io
Testnet: https://api-testnet.predinex.io
Rate Limits​
- Public endpoints: 100 requests/minute
- Authenticated: 1000 requests/minute
- Premium users: 5000 requests/minute
📊 Core Endpoints​
Pool Information​
Get Pool Details​
GET /api/pools/{poolId}
Get Pool Participants​
GET /api/pools/{poolId}/participants
Analytics​
Global Platform Stats​
GET /api/analytics/global
Volume History​
GET /api/analytics/volume?period=30d
Our API is designed to be developer-friendly with comprehensive documentation.