Skip to main content
POST
/
api
/
internal
/
price-push
Receive Price Push
curl --request POST \
  --url https://staging-api.polysimulator.com/api/internal/price-push \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Body

application/json

The body is of type Body · object.

Response

Successful Response