LegalStack

Анти-бот

Anti-bot проверки (ALTCHA).

Выдать proof-of-work challenge

GET
/api/v1/security/altcha/challenge

Тело ответа

application/json

curl -X GET "https://loading/api/v1/security/altcha/challenge"
{
  "parameters": {
    "algorithm": "string",
    "cost": 0,
    "keyLength": 0,
    "keyPrefix": "string",
    "nonce": "string",
    "salt": "string",
    "property1": null,
    "property2": null
  },
  "signature": "string",
  "property1": null,
  "property2": null
}