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

🔄 Launching a quick check

Code samples

GET /api/fast-check/{id}/run

🛠️ Parameters

NameInTypeRequiredDescription
idpathintegertrueКод быстрой проверки

Example responses

200 Response

{
  "status": "run"
}

🔁 Responses

StatusMeaningDescriptionSchema
200OKSuccessful operationInline

📋 Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
» statusstringfalsenoneСтатус запуска
This operation does not require authentication
Prev
📊 Getting information on quick verification