Skip to main content
GET
/
v1
/
scan
/
support-resistance
Get Support & Resistance Levels
curl --request GET \
  --url https://api.aries.com/v1/scan/support-resistance \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "levels": [
      189.8112030029297,
      199.2606964111328,
      216.22999572753906,
      244,
      288.6199951171875
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

resolution
string
required

(Required) Chart resolution

Response

Successful response

data
object

Support and resistance data wrapper