v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Support/Resistance

Get support and resistance levels for a symbol.

get/scan/support-resistance

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

levelsnumber[]

Array of support and resistance levels.

Example response

{
  "levels": [
    0.8008282,
    0.8008282
  ]
}