Skip to main content
GET
/
prices
/
at
/
{symbol}
Get Price At Timestamp
curl --request GET \
  --url https://staging-api.polysimulator.com/prices/at/{symbol}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

symbol
string
required

Query Parameters

timestamp
string
required

ISO timestamp to get price at (e.g. 2025-04-01T00:09:00Z)

Response

Successful Response