Skip to main content
GET
/
price-outages
List Price Outages
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/price-outages
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

symbol
string | null
limit
integer
default:50
Required range: x <= 500

Response

Successful Response