GET
/
technical
/
{contractAddress}
/
patterns
curl --request GET \
  --url https://api.quantpilot.ai/technical/{contractAddress}/patterns
{
  "patterns": [
    {
      "name": "double bottom",
      "confidence": 0.92,
      "completionPercent": 85,
      "projectedMovement": 0.15,
      "startIndex": 14,
      "endIndex": 28
    }
  ],
  "recommendedAction": "bullish"
}

Path Parameters

contractAddress
string
required

Token contract address

Query Parameters

timeframe
enum<string>
default:1d
Available options:
1h,
4h,
1d,
1w

Response

200 - application/json
Detected chart patterns
patterns
object[]

Recommended action based on the detected patterns