{
  "x402Version": 2,
  "id": 7070,
  "slug": "7070",
  "resource": "https://agentservices.to/v1/indicators/eth/",
  "description": "Technical indicators: RSI, Bollinger Bands, ATR, Support/Resistance",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9863aB6242663FCc84c33632741711dB78f8Fd15",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "description": "Technical indicators: RSI, Bollinger Bands, ATR, Support/Resistance",
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "symbol": "BTC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "atr": 1200,
            "bollinger_bands": {
              "lower": 65500,
              "middle": 67000,
              "upper": 68500
            },
            "rsi": 45.2,
            "symbol": "BTC"
          },
          "type": "json"
        },
        "routeTemplate": "/v1/indicators/:symbol"
      },
      "name": "AgentServices",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "DELETE",
                  "GET",
                  "HEAD"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "symbol": {
                    "type": "string"
                  }
                },
                "required": [
                  "symbol"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "routeTemplate": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agentservices.to",
  "lastUpdated": "2026-09-06T14:54:30.774Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T14:54:30.62Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentservices.to",
    "manifest_name": "agentservices.to",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}