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

📊 Getting data on the investigation graph

Code samples

GET /api/investigations/{id}/graph

Returns the graph structure for the specified investigation. You can specify the “item” parameter (address ID) to get a specific element of the graph.

🛠️ Parameters

NameInTypeRequiredDescription
idpathintegertrueКод расследования
itemqueryintegerfalseID адреса для построения графа. Если не указан, используется основной адрес расследования.

Example responses

200 Response

{
  "data": {},
  "success": true,
  "isMain": true,
  "needDeep": true
}

🔁 Responses

StatusMeaningDescriptionSchema
200OKУспешная операцияInline
404Not FoundРасследование не найденоNone

📋 Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
» dataobjectfalsenoneДанные об узле графа и связанных транзакциях
» successbooleanfalsenoneФлаг успешного ответа
» isMainbooleanfalsenoneФлаг, показывающий, является ли адрес основным
» needDeepbooleanfalsenoneФлаг, показывающий, нужно ли углублённое исследование
This operation does not require authentication
Prev
📋 Receiving information on the investigation
Next
🧐 In-depth investigation within the framework of the investigation