mirrored listing x402 eip155:8453

Quick Signal TA v3

Quick Signal TA v3.1.0 — Crypto technical analysis. Ten indicators with natural-language assessments. Query params: token (required), timeframe, bollinger_period, rsi_period.

Do you run signal.quickai.build? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
7
calls / 30d
4
unique payers
2026-09-09
updated

Provider

signal.quickai.build · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x85557C90027354eAeFFe9Ee4B4f4014818d8D3e1",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "timeframe": "1d",
          "token": "BTC"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "cached": false,
          "cached_at": null,
          "chain": "ethereum",
          "change_24h_pct": 1.2,
          "data_source": "coingecko",
          "indicators": {
            "atr": {
              "assessment": "Normal volatility",
              "value": 2500.5
            },
            "bollinger": {
              "assessment": "Price above middle band (1.0%) - mild bullish bias",
              "lower": 100000,
              "middle": 104000,
              "upper": 108000
            },
            "ema": {
              "ema_20": 104800,
              "ema_200": 96000,
              "ema_50": 102500,
              "trend": "Bullish (above short EMA)"
            },
            "fractals": {
              "assessment": "Fractal analysis requires more context",
              "bearish": false,
              "bullish": false
            },
            "macd": {
              "histogram": 25.3,
              "macd": 120.5,
              "signal": 95.2,
              "trend": "Bullish momentum"
            },
            "rsi": {
              "assessment": "neutral momentum",
              "value": 58.5,
              "zone": "Neutral"
            },
            "sma": {
              "sma_20": 104500,
              "sma_200": 95000,
              "sma_50": 102000,
              "trend": "Bullish (above short MA)"
            },
            "stochastic": {
              "assessment": "Neutral",
              "percent_k": 65.2
            },
            "volume": {
              "assessment": "Volume data present",
              "latest": 45000000000
            },
            "vwma": {
              "comparison": "volume-weighted price above SMA - bullish confirmation",
              "vwma_20": 104200
            }
          },
          "market_cap": 2100000000000,
          "notes": [],
          "price": 105000.12,
          "resolved_name": "Bitcoin",
          "timeframe": "1d",
          "timestamp": "2026-06-02T12:00:00.000Z",
          "token": "BTC",
          "volume_24h": 45000000000
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": false,
              "properties": {
                "bollinger_period": {
                  "default": 20,
                  "maximum": 100,
                  "minimum": 5,
                  "type": "integer"
                },
                "rsi_period": {
                  "default": 14,
                  "maximum": 50,
                  "minimum": 2,
                  "type": "integer"
                },
                "timeframe": {
                  "default": "1d",
                  "enum": [
                    "5m",
                    "15m",
                    "1h",
                    "4h",
                    "1d",
                    "1w"
                  ],
                  "type": "string"
                },
                "token": {
                  "description": "Token symbol, name, or contract address",
                  "type": "string"
                }
              },
              "required": [
                "token"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "cached": {
                  "type": "boolean"
                },
                "cached_at": {
                  "format": "date-time",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "chain": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "change_24h_pct": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "data_source": {
                  "type": "string"
                },
                "indicators": {
                  "additionalProperties": false,
                  "properties": {
                    "atr": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "value": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "value",
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "bollinger": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "lower": {
                          "type": "number"
                        },
                        "middle": {
                          "type": "number"
                        },
                        "upper": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "upper",
                        "middle",
                        "lower",
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "ema": {
                      "additionalProperties": false,
                      "properties": {
                        "ema_20": {
                          "type": "number"
                        },
                        "ema_200": {
                          "type": "number"
                        },
                        "ema_50": {
                          "type": "number"
                        },
                        "trend": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "ema_20",
                        "ema_50",
                        "ema_200",
                        "trend"
                      ],
                      "type": "object"
                    },
                    "fractals": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "bearish": {
                          "type": "boolean"
                        },
                        "bullish": {
                          "type": "boolean"
                        }
                      },
                      "required": [
                        "bullish",
                        "bearish",
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "macd": {
                      "additionalProperties": false,
                      "properties": {
                        "histogram": {
                          "type": "number"
                        },
                        "macd": {
                          "type": "number"
                        },
                        "signal": {
                          "type": "number"
                        },
                        "trend": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "macd",
                        "signal",
                        "histogram",
                        "trend"
                      ],
                      "type": "object"
                    },
                    "rsi": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "value": {
                          "type": "number"
                        },
                        "zone": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "value",
                        "zone",
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "sma": {
                      "additionalProperties": false,
                      "properties": {
                        "sma_20": {
                          "type": "number"
                        },
                        "sma_200": {
                          "type": "number"
                        },
                        "sma_50": {
                          "type": "number"
                        },
                        "trend": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "sma_20",
                        "sma_50",
                        "sma_200",
                        "trend"
                      ],
                      "type": "object"
                    },
                    "stochastic": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "percent_k": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "percent_k",
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "volume": {
                      "additionalProperties": false,
                      "properties": {
                        "assessment": {
                          "type": "string"
                        },
                        "latest": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "assessment"
                      ],
                      "type": "object"
                    },
                    "vwma": {
                      "additionalProperties": false,
                      "properties": {
                        "comparison": {
                          "type": "string"
                        },
                        "vwma_20": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "vwma_20",
                        "comparison"
                      ],
                      "type": "object"
                    }
                  },
                  "required": [
                    "bollinger",
                    "sma",
                    "ema",
                    "vwma",
                    "rsi",
                    "macd",
                    "atr",
                    "stochastic",
                    "fractals",
                    "volume"
                  ],
                  "type": "object"
                },
                "market_cap": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "notes": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "price": {
                  "type": "number"
                },
                "resolved_name": {
                  "type": "string"
                },
                "timeframe": {
                  "enum": [
                    "5m",
                    "15m",
                    "1h",
                    "4h",
                    "1d",
                    "1w"
                  ],
                  "type": "string"
                },
                "timestamp": {
                  "format": "date-time",
                  "type": "string"
                },
                "token": {
                  "type": "string"
                },
                "volume_24h": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "required": [
                "token",
                "resolved_name",
                "timestamp",
                "price",
                "timeframe",
                "indicators",
                "data_source",
                "notes",
                "cached"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://signal.quickai.build/signal"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://signal.quickai.build/signal");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://signal.quickai.build/signal")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3154.json, and this resource appears in /discovery/resources and /discovery/search.