curl --request POST \
--url https://api.qudata.ai/v0/market/search \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"currency": "RUB",
"query": {
"location": [
"<string>"
],
"price_gt": 123,
"price_lt": 123,
"gpu_translit_name": [
"<string>"
],
"in_stock": true,
"score_gt": 123,
"gpu_amount": 123,
"provider": "<string>",
"vram_gt": 123,
"vram_lt": 123,
"ram_gt": 123,
"ram_lt": 123,
"disk_gt": 123,
"disk_lt": 123,
"cpu_name": "<string>",
"vcpu_gt": 123,
"vcpu_lt": 123,
"cpu_cores_gt": 123,
"cpu_cores_lt": 123,
"cpu_freq_gt": 123,
"cpu_freq_lt": 123,
"memory_speed_gt": 123,
"memory_speed_lt": 123,
"ethernet_in_gt": 123,
"ethernet_in_lt": 123,
"ethernet_out_gt": 123,
"ethernet_out_lt": 123,
"capacity_gt": 123,
"capacity_lt": 123,
"rentable": true
},
"sort_by": "price_asc"
}
'