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

Path Parameters

symbol
string
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response