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

Path Parameters

symbol
string
required

Response

Successful Response