GET
/
technical
/
{contractAddress}
/
trendline
curl --request GET \
  --url https://api.quantpilot.ai/technical/{contractAddress}/trendline
{
  "trendlines": [
    {
      "slope": 0.15,
      "intercept": 1250.34,
      "r2": 0.87,
      "type": "support",
      "strength": "strong"
    },
    {
      "slope": 0.22,
      "intercept": 1450.45,
      "r2": 0.82,
      "type": "resistance",
      "strength": "medium"
    }
  ],
  "trend": "upward",
  "confidence": 0.78
}

Path Parameters

contractAddress
string
required

Token contract address

Query Parameters

period
integer
default:14

Number of periods to analyze

Response

200 - application/json
Trendline analysis results
trendlines
object[]
trend
string

Overall trend of the token

confidence
number

Confidence level in the trend analysis