Перейти к основному содержанию
GET
/
v0
/
market
/
gpus
Список GPU
curl --request GET \
  --url https://api.qudata.ai/v0/market/gpus \
  --header 'X-Api-Key: <api-key>'
{
  "ok": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "translit_name": "<string>",
      "interface": "<string>",
      "best_price": 123,
      "currency": "<string>",
      "features": [],
      "configuration": [],
      "benchmarks": []
    }
  ],
  "total_items": 0
}

Авторизации

X-Api-Key
string
header
обязательно

Параметры запроса

provider_translit_name
string | null
start
integer
по умолчанию:0
limit
integer
по умолчанию:10
locale
enum<string> | null
по умолчанию:ru
Доступные опции:
ru,
en
currency
enum<string> | null
по умолчанию:RUB
Доступные опции:
USD,
RUB,
QOIN

Ответ

Successful Response

ok
boolean
по умолчанию:true
data
GPUResponse · object[] | null
total_items
integer
по умолчанию:0