Support/Resistance
Get support and resistance levels for a symbol.
Query parameters
Symbol
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
Example response
{
"levels": [
0.8008282,
0.8008282
]
}Changes
Changed in 3 of the 35 revisions of this API.213
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the optional property
levelsto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
removed the optional property
levelsfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
Defaultremovedapi-tag-removed
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲