API Documentation
Public API for accessing GPU price index history.
GET /api/gpu/:gpuName/index-history
Base URL
https://api.ornnai.com
Path parameter
gpuName — GPU model identifier (e.g. H100 SXM, H200)
Example response
{
"success": true,
"gpu_type": "H100 SXM",
"data": [
{ "timestamp": "2025-11-24T21:00:00.000Z", "index_value": 1.85 },
{ "timestamp": "2025-11-25T21:00:00.000Z", "index_value": 1.86 },
...
]
}Supported GPUs
- H100 SXM
- H200
- B200
- A100 SXM4
- RTX 5090