TokenSniped
HomeDashboardDocs
HomeDashboardDocs
TokenSniped
  1. Schemas
  • Introduction
  • Quick Start
  • Frequently Asked Questions
  • Code Examples
  • Error Handling
  • Best Practices
  • Captcha Solving
    • Solve Geetest v4
      POST
    • Solve Cloudflare Turnstile
      POST
    • Solve WAF/Interstitial Challenge
      POST
  • Status & History
    • Get solve request status
    • Get solve history
  • Real-Time (SSE)
    • Stream solve status
    • Stream dashboard updates
    • Stream live solves
  • API Keys
    • List API keys
    • Create API key
    • Update API key
    • Delete API key
  • Billing
    • Get credit balance
    • Claim daily free credits
    • Get transaction history
    • Create Stripe checkout
    • Create crypto payment
    • List crypto currencies
  • Health check
    GET
  • Schemas
    • Schemas
      • GeetestRequest
      • TurnstileRequest
      • InterstitialRequest
      • CreateApiKeyRequest
      • UpdateApiKeyRequest
      • GeetestSuccessResponse
      • TurnstileSuccessResponse
      • InterstitialSuccessResponse
      • SolveErrorResponse
      • SolveStatusResponse
      • SolveHistoryItem
      • ApiKey
      • ApiKeyCreatedResponse
      • BalanceResponse
      • Transaction
      • StripeCheckoutResponse
      • CryptoCheckoutResponse
      • ErrorResponse
    • Response
      • ValidationError
      • Unauthorized
      • Forbidden
      • NotFound
      • InsufficientCredits
      • RateLimited
      • SolverError
HomeDashboardDocs
HomeDashboardDocs
TokenSniped
  1. Schemas

SolveHistoryItem

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "status": "pending",
    "solverType": "geetest",
    "costCredits": 0,
    "solveTimeMs": 0,
    "errorMessage": "string",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "completedAt": "2019-08-24T14:15:22.123Z"
}
Built with