curl --location --request GET 'https://dash.ryzehosting.com/api/v2/server/prices' \
--header 'Authorization: Bearer <token>'{
"response": "Successfully fetched server prices",
"state": "success",
"code": 200,
"data": {
"customer_type": "b2c_new",
"volume_tier": null,
"prices": {
"xeon": {
"vcore": 0.5,
"ram_per_gb": 0.3,
"nvme_per_gb": 0.02,
"hdd_per_gb": 0,
"ipv4": 1,
"ipv6": 0,
"traffic_per_gbps": 0
},
"ryzen": {
"vcore": 1.4,
"ram_per_gb": 0.7,
"nvme_per_gb": 0.02,
"hdd_per_gb": 0,
"ipv4": 1,
"ipv6": 0,
"traffic_per_gbps": 0
}
},
"currency": "EUR",
"unit": "monthly"
}
}