Check completion

Проверка успешности выполнения задания

Check if the exchange has been completed

post
Body
taskIdstringRequiredExample: qwertyuio....asdfghjk
Responses
200
OK
application/json
post
POST /v1/exchange/check HTTP/1.1
Host: api.taddy.pro
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "taskId": "qwertyuio....asdfghjk"
}
{
  "result": true
}

Last updated