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

🆕 Adding a new quick check

Code samples

PUT /api/fast-check

Body parameter

address: TUebrU7t87ZBonfseZLah2RQ56L2ECaXPj
currency: USDT
network: trx

🛠️ Parameters

NameInTypeRequiredDescription
bodybodyobjectfalsenone
» addressbodystringfalseАдрес
» currencybodystringfalseВалюта
» networkbodystringfalseБазвая сеть

Example responses

200 Response

{
  "id": 0,
  "user_id": 0,
  "crypto_address_id": 0,
  "created_at": "string",
  "updated_at": "string"
}

🔁 Responses

StatusMeaningDescriptionSchema
200OKSuccessful operationInline

📋 Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
» idintegerfalsenonenone
» user_idintegerfalsenonenone
» crypto_address_idintegerfalsenonenone
» created_atstringfalsenonenone
» updated_atstringfalsenonenone
This operation does not require authentication
Prev
📑 Getting a list of quick checks
Next
📊 Getting information on quick verification