Agara
Prices

Pinned price at a past second

The price for an agara security + provider as of a past instant, served from the tiered cache (memory → our tick store → provider API). Every provider fetch is written through to the shared tick store. 422 = no such feed; 503 = the second is not yet available upstream (retry).

GET
/api/v1/prices/point

Query Parameters

symbol
Required
string

agara_securities.symbol, e.g. BTC-USD.

provider
Required
string

agara_data_providers.slug, e.g. pyth-pro.

at
Required
integer

Pinned instant, unix seconds.

Minimum: 0Maximum: 4102444800
curl -X GET "https://app.agara.xyz/api/v1/prices/point?symbol=string&provider=string&at=4102444800"

Success

{
  "value": 0,
  "mantissa": "string",
  "expo": 0,
  "publish_time_micros": 0
}