Misc

Somes endpoints that are utils.

Check site-key restrictions

GET https://node00.nikolahellatrigger.solutions/api/misc/check/sitekey

Headers

Name
Type
Description

content-type*

String

application/json

user-agent*

String

crapsolver-py or crapsolver-go

{
    "data": {
        "MinSubmitTime": 3200,
        "MaxSubmitTime": 13000,
        "Domain": "discord.com",
        "AlwaysText": true,
        "OneclickOnly": false,
        "Enabled": true,
        "Rate": 0
    },
    "success": true
}

Check api-key informations

GET https://node00.nikolahellatrigger.solutions/api/user/user:id

Headers

Name
Type
Description

content-type

String

application/json

user-agent

String

crapsolver-py or crapsolver-go

{
    "data": {
        "balance": 106431,
        "bypass_restricted_sites": true,
        "id": "user:somesid",
        "solved_hcaptcha": 9569,
        "thread_max_hcaptcha": 100,
        "thread_used_hcaptcha": 0
    },
    "success": true
}

Last updated