Login
Register
  • Русский
  • English
Login
Register
  • Русский
  • English
  • GET STARTED
  • GITHUB
    • 🐘 SDK PHP
    • 👨‍💻 SDK GOLANG
    • ✳️ SDK NODE JS
  • AUTHENTICATION
    • 👨‍💼 User authentication
    • 👨‍💼 User registration
    • 🔐 Password recovery
  • INFORMATION
    • 🆕 Adding a new address
    • 🆎 Getting information at the address
    • 🔍 Search for supported cryptocurrencies at
    • 💰 Available currencies
  • RISK CHECK
    • 📑 Getting a list of quick checks
    • 🆕 Adding a new quick check
    • 📊 Getting information on quick verification
    • 🔄 Launching a quick check
  • INVESTIGATION
    • 📝 Getting a list of investigations
    • 🕵️‍♂️ Creating an investigation
    • 📋 Receiving information on the investigation
    • 📊 Getting data on the investigation graph
    • 🧐 In-depth investigation within the framework of the investigation
    • 🔄 Investigation launch
  • BALANCES
    • 💰 Getting user`s balance
    • 📜 Creating a payment invoice
    • 💵 Currencies allowed for replenishment

🧐 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

NameInTypeRequiredDescription
idpathintegertrueID расследования
bodybodyobjecttruenone
» addressbodystringfalseАдрес, который нужно дополнительно исследовать

Example responses

200 Response

{
  "success": true
}

🔁 Responses

StatusMeaningDescriptionSchema
200OKУспешная операцияInline
402Payment RequiredНедостаточно балансаInline
404Not FoundРасследование или адрес не найденInline
409ConflictКонфликт (адрес уже проверен или расследование нельзя запустить)Inline

📋 Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
» successbooleanfalsenoneФлаг успешного запроса

Status Code 402

NameTypeRequiredRestrictionsDescription
» statusbooleanfalsenonenone
» messagestringfalsenonenone

Status Code 404

NameTypeRequiredRestrictionsDescription
» successbooleanfalsenonenone

Status Code 409

NameTypeRequiredRestrictionsDescription
» statusbooleanfalsenonenone
» messagestringfalsenonenone
This operation does not require authentication
Prev
📊 Getting data on the investigation graph
Next
🔄 Investigation launch