The OPSource API provides programmatic access to blockchain analytics and machine learning capabilities.
All API endpoints require authentication using an API key. You can obtain your API key from the dashboard.
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
GET /api/v1/analytics/transaction/{tx_hash}
GET /api/v1/analytics/wallet/{wallet_address}
POST /api/v1/ml/predict
POST /api/v1/ml/train
- Free tier: 1000 requests per day
- Pro tier: 10000 requests per day
- Enterprise tier: Custom limits
- 200: Success
- 400: Bad Request
- 401: Unauthorized
- 403: Forbidden
- 429: Too Many Requests
- 500: Internal Server Error
For API support, please contact:
- Email: [email protected]
- Discord: OPSource Discord