GET /kPrice
Price map in USD.
Authentication
No authentication is required.
Parameters
No parameters.
Example
curl "https://api.altindex.com/kPrice"Response Shape
{
"status": 200,
"price": {
"kTSLA": { "USD": 245.12, "updated": "2026-01-27T12:00:00PST" }
}
}