API Documentation
CashKey REST API Reference
Comprehensive RESTful API guide for interacting with the CashKey platform programmatically.
π Authentication
Obtaining API Key
POST /api/v1/auth/login
Content-Type: application/json
{
"telegram_id": "123456789",
"username": "user123"
}Headers
Authorization: Bearer <your_jwt_token>
Content-Type: application/jsonπ Keys API
Submit Keys
Retrieve Keys
Check Key Status
π€ User API
Profile Information
Points History
π Analytics API
Dashboard Data
Trend Information
π Webhooks
Evaluation Complete Notification
π Response Formats
Success Response
Error Response
π¦ Rate Limits
Free Tier: 100 requests/hour
Premium: 1,000 requests/hour
Enterprise: 10,000 requests/hour
π§ SDKs: Python, JavaScript, Go SDKs coming soon
Last updated