Перейти к основному содержанию
GET
/
v0
/
hosts
Hosts list
curl --request GET \
  --url https://api.qudata.ai/v0/hosts \
  --header 'X-Api-Key: <api-key>'
{
  "ok": true,
  "data": [
    {
      "id": "<string>",
      "user": "<string>",
      "offer": "<string>",
      "agent_id": "<string>",
      "status": "inactive",
      "status_reason": "<string>",
      "address": "<string>",
      "agent_port": 123,
      "fingerprint": "<string>"
    }
  ],
  "total_items": 0
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

start
integer
default:0
limit
integer
default:10
currency
enum<string>
Available options:
USD,
RUB,
QOIN
locale
enum<string>
Available options:
ru,
en

Response

Successful Response

ok
boolean
default:true
data
HostResponse · object[] | null
total_items
integer
default:0
I