🧐 In-depth investigation as part of the investigation
Code samples
POST /api/investigations/{id}/deep
Launches an additional analysis of the specified address (deep) as part of an existing investigation. Requires specifying the investigation ID in the path and the address in the request body.
Body parameter
address: TUebrU7t87ZBonfseZLah2RQ56L2ECaXPj
🛠️ Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | integer | true | ID расследования |
body | body | object | true | none |
» address | body | string | false | Адрес, который нужно дополнительно исследовать |
Example responses
200 Response
{
"success": true
}
🔁 Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Успешная операция | Inline |
402 | Payment Required | Недостаточно баланса | Inline |
404 | Not Found | Расследование или адрес не найден | Inline |
409 | Conflict | Конфликт (адрес уже проверен или расследование нельзя запустить) | Inline |
📋 Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» success | boolean | false | none | Флаг успешного запроса |
Status Code 402
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» status | boolean | false | none | none |
» message | string | false | none | none |
Status Code 404
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» success | boolean | false | none | none |
Status Code 409
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» status | boolean | false | none | none |
» message | string | false | none | none |