Get price history for charting.
Returns the last N price points for the given symbol.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/prices/history/{symbol}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
1 <= x <= 500
Successful Response
Was this page helpful?