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

Authorizations

X-Api-Key
string
header
required

Query Parameters

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

Response

Successful Response

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