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
  ]
}

Changes

Changed in 3 of the 35 revisions of this API.213

    • api tag Default added

      api-tag-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 26499f908d7811See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • added the optional property levels to the response with the 200 status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c5b8e420b78c111See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property levels from the response with the 200 status

      response-optional-property-removed

    • api tag Default removed

      api-tag-removed

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog