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

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker symbol

Example:

"AAPL"

resolution
string
required

Chart resolution (e.g. 1, 5, 15, 30, 60, D, W, M)

Example:

"D"

Response

Successful response

data
object