API reference
Get basket price
GET/baskets/{basket_id}/price
Current price plus the latest per-underlyer snapshot.
120 requests / minute per key (read tier). Returns the {success, message, data} envelope.
Authorizations
Authorizationstringheaderrequired
Bearer token - an ito_* key (from Settings) holding the baskets:read scope.
Path parameters
basket_idstringrequired
Basket identifier
Request
curl "https://itomarkets.com/api/v1/baskets/ai-frontier/price" \ -H "Authorization: Bearer $ITO_API_KEY"ResponseJSON
{ "success": true, "message": "Success", "data": { "basket_id": "ai-frontier", "current_price": 42.5, "last_updated": "2026-06-09T14:02:11+00:00", "underlyer_prices": { "will-x-happen": 0.61 } }}