v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Pattern Recognition

Run pattern recognition algorithm on a symbol. Support double top/bottom, triple top/bottom, head and shoulders, triangle, wedge, channel, flag, and candlestick patterns.

get/scan/pattern

Query parameters

symbolstring required

Symbol

resolutionstring required

Supported resolution includes <code>1, 5, 15, 30, 60, D, W, M </code>.Some timeframes might not be available depending on the exchange.

Response

successful operation

pointsScanPattern[]

Array of patterns.

Example response

{
  "points": [
    null,
    null
  ]
}