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