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