Skip to main content
POST
/
trading
/
signals
Scan Signals
curl --request POST \
  --url https://api.miteos.com/trading/signals \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "symbols": [
    "<string>"
  ],
  "factors": [
    "<string>"
  ],
  "timeframe": "1d"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
symbols
string[]
factors
string[]
timeframe
string
default:1d

Response

Successful Response