# Get application specifications USD price Get the USD price for application specifications and resource usage. Endpoint: GET /apps/getappspecsusdprice Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.fluxUsdPrice` (number) Current Flux price in USD - `data.cpuPricePerMonth` (number) CPU price per month in USD - `data.ramPricePerMonth` (number) RAM price per GB per month in USD - `data.hddPricePerMonth` (number) Storage price per GB per month in USD