🆕 Добавление новой быстрой проверки
Code samples
PUT /api/fast-check
Body parameter
address: TUebrU7t87ZBonfseZLah2RQ56L2ECaXPj
currency: USDT
network: trx
🛠️ Параметры
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| body | body | object | false | none |
| » address | body | string | false | Адрес |
| » currency | body | string | false | Валюта |
| » network | body | string | false | Базвая сеть |
Example responses
200 Response
{
"id": 0,
"user_id": 0,
"crypto_address_id": 0,
"created_at": "string",
"updated_at": "string"
}
🔁 Ответы
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful operation | Inline |
📋 Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| » id | integer | false | none | none |
| » user_id | integer | false | none | none |
| » crypto_address_id | integer | false | none | none |
| » created_at | string | false | none | none |
| » updated_at | string | false | none | none |