x402 List

x402 Protocol Service Directory

Stelar Digital

Data

Live crypto grid-trading telemetry, market-regime classification, sentiment scoring, and price data from a real production trading operation. Built by one human + one AI.

Pay from $0.005 to $2.50 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-28 · no on-chain settlement recorded yet

BASE URL https://api.stelardigital.com WEBSITE https://stelardigital.com ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-28 MONITORED SINCE 2026-07-28

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
217ms
avg response
171ms
total checks
24
compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 to $2.50 (p40 in Data)
price (min)
$0.005
price (max)
$2.50
category percentile (min)
p40 in Data
category percentile (max)
p97 in Data
endpoints / prices
8 / 6
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
91d
registrar
Cloudflare, Inc.
hosting
custom
domain created
2026-04-27

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
$0
max settlement 30d
$0
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides crypto market data and AI signals through various endpoints for trading insights and analysis.

category
crypto-signals
in
query params
auth
none
cryptomarket-dataaitradingsignalsanalysis

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /bundle/deep-signal $2.50 Base USDC
GET /bundle/market-brief $1.00 Base USDC
GET /gridparams $0.05 Base USDC
GET /pricecheck $0.005 Base USDC
GET /regime $0.03 Base USDC
GET /risk $0.02 Base USDC
GET /sentiment $0.005 Base USDC
GET /telemetry $0.005 Base USDC
8 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /bundle/deep-signal returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.stelardigital.com/bundle/deep-signal'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/telemetry",
      "tags": [
        "crypto",
        "trading",
        "telemetry",
        "grid-bot",
        "pnl"
      ],
      "mimeType": "application/json",
      "description": "Live profit-and-loss telemetry for a real production crypto grid-trading bot — exchange-ledger reconciled, fee-inclusive, updated continuously. Returns total P&L in USD plus a per-bot breakdown. For agents monitoring live automated-trading performance or benchmarking a strategy against real fills. Real money, not a simulation. Optional ?depth=N (up to 1000, $0.05) adds up to N historical equity datapoints.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "depth": 1000
            }
          },
          "output": {
            "type": "json",
            "example": {
              "bots": {
                "BTC": 261.67,
                "SOL": 340.12,
                "XLM": 210.55
              },
              "source": "Stelar Digital production grid bot — exchange-ledger reconciled, fee-inclusive",
              "updated_at": 1720400000,
              "total_pnl_usd": 812.34
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {
                    "depth": {
                      "type": "integer",
                      "maximum": 1000,
                      "minimum": 1,
                      "description": "Optional. Return up to N historical equity datapoints; upgrades price to $0.05."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/gridparams",
      "tags": [
        "crypto",
        "trading",
        "grid-bot",
        "strategy",
        "parameters"
      ],
      "mimeType": "application/json",
      "description": "Grid-trading parameter recommendation for a crypto pair and capital amount — grid count, spacing percent, price band, and per-grid USD allocation, derived from live 24h market structure using the same spacing bounds as a production grid engine. For agents configuring, sizing, or backtesting a grid bot before deployment.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "asset": "SOL",
              "capital": 1000
            }
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": 1720400000,
              "asset": "SOL",
              "symbol": "SOLUSDT",
              "last_price": 172.4,
              "day_range_pct": 4.8,
              "recommendation": {
                "grids": 32,
                "band_low": 165.1,
                "band_high": 178.9,
                "spacing_pct": 0.5,
                "per_grid_usd": 31.25,
                "buy_side_bias": "contrarian — grids buy weakness, sell strength"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "asset"
                  ],
                  "properties": {
                    "asset": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    },
                    "capital": {
                      "type": "number",
                      "maximum": 1000000,
                      "minimum": 100,
                      "description": "Capital to allocate in USD"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/regime",
      "tags": [
        "crypto",
        "trading",
        "market-regime",
        "volatility",
        "signal"
      ],
      "mimeType": "application/json",
      "description": "Crypto market regime classification (choppy / uptrend / downtrend / high-volatility) for SOL, BTC, ETH, XRP, DOGE, LTC, ADA, or XLM, plus a grid-trading suitability verdict. Computed from 1h klines, a 30-day volatility baseline, and EMA trend detection — the same classifier that steers a live production grid bot. For agents deciding whether a pair is grid-tradeable right now.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "asset": "SOL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": 1720400000,
              "asset": "SOL",
              "regime": "chop",
              "symbol": "SOLUSDT",
              "features": {
                "atr_pct": 2.1,
                "atr_pct_p80_30d": 3.4,
                "ema12_48_spread_pct": 0.4
              },
              "grid_suitability": {
                "note": "Range-bound market: grids harvest oscillation — the ideal regime.",
                "verdict": "excellent"
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "asset"
                  ],
                  "properties": {
                    "asset": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/sentiment",
      "tags": [
        "ai",
        "sentiment",
        "signal",
        "crypto"
      ],
      "mimeType": "application/json",
      "description": "Sentiment score (-1 bearish to +1 bullish) and label for arbitrary text, or for a crypto asset based on its recent price action, via Claude Haiku. For agents gauging market mood or scoring news, social posts, or free text.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "asset": "SOL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "input": "SOL",
              "label": "bullish",
              "sentiment": 0.42
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "text": {
                      "type": "string",
                      "description": "Text to score (or use asset)"
                    },
                    "asset": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL (or use text)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/pricecheck",
      "tags": [
        "crypto",
        "price",
        "signal"
      ],
      "mimeType": "application/json",
      "description": "Current price, 24h and 7d percent change, and a bullish/bearish/neutral signal for a crypto asset (SOL, BTC, ETH, XRP, DOGE, LTC, ADA, XLM). For agents needing a fast price-and-momentum check before a trade decision. Optional ?candles=N (up to 30, $0.05) adds N closed daily OHLC candles.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "asset": "SOL",
              "candles": 30
            }
          },
          "output": {
            "type": "json",
            "example": {
              "as_of": 1720400000,
              "asset": "SOL",
              "price": 172.4,
              "chg_7d": 4.2,
              "signal": "bullish",
              "chg_24h": 1.8
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "asset"
                  ],
                  "properties": {
                    "asset": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    },
                    "candles": {
                      "type": "integer",
                      "maximum": 30,
                      "minimum": 1,
                      "description": "Optional. Return up to N closed daily OHLC candles; upgrades price to $0.05."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/risk",
      "tags": [
        "crypto",
        "risk",
        "volatility",
        "signal"
      ],
      "mimeType": "application/json",
      "description": "Volatility and drawdown risk regime for a crypto asset — current ATR percent versus its 30-day p80 baseline, labeled low/med/high, extending the same classifier behind /regime. For agents sizing positions or deciding whether to widen stops given current volatility.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "asset": "SOL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "note": "Volatility below its typical range — calmer conditions.",
              "as_of": 1720400000,
              "asset": "SOL",
              "symbol": "SOLUSDT",
              "volatility": 2.1,
              "atr_p80_30d": 3.4,
              "drawdown_risk": "low"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "asset"
                  ],
                  "properties": {
                    "asset": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "1000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/bundle/market-brief",
      "tags": [
        "crypto",
        "trading",
        "bundle",
        "market-regime",
        "sentiment",
        "signal"
      ],
      "mimeType": "application/json",
      "description": "Complete market brief for one crypto asset in a single $1 call — trend regime, AI sentiment, live price with 24h/7d change, and volatility risk, combined from Stelar Digital's production classifiers. For agents needing full context before a trade decision without stitching together 4 separate calls. Input: ?symbol=SOL. Output: {symbol, regime, sentiment, price, risk, generated_at, disclaimer}.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "symbol": "SOL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "risk": {
                "note": "Volatility below its typical range — calmer conditions.",
                "volatility": 2.1,
                "atr_p80_30d": 3.4,
                "drawdown_risk": "low"
              },
              "price": {
                "price": 172.4,
                "chg_7d": 4.2,
                "signal": "bullish",
                "chg_24h": 1.8
              },
              "regime": {
                "regime": "chop",
                "features": {
                  "atr_pct": 2.1,
                  "atr_pct_p80_30d": 3.4,
                  "ema12_48_spread_pct": 0.4
                },
                "grid_suitability": {
                  "note": "Range-bound market: grids harvest oscillation — the ideal regime.",
                  "verdict": "excellent"
                }
              },
              "symbol": "SOL",
              "sentiment": {
                "label": "bullish",
                "sentiment": 0.42
              },
              "disclaimer": "Educational, not financial advice.",
              "generated_at": 1720400000
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "symbol"
                  ],
                  "properties": {
                    "symbol": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x32d711C66dD1AD0c42D0cFe48e58ee5f2dE7c243",
        "amount": "2500000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.stelardigital.com/bundle/deep-signal",
      "tags": [
        "crypto",
        "trading",
        "bundle",
        "market-regime",
        "sentiment",
        "signal",
        "ai"
      ],
      "mimeType": "application/json",
      "description": "Everything in /bundle/market-brief (regime, sentiment, price, risk) plus an AI-generated synthesis connecting the signals and naming the single biggest risk factor — grounded only in the real data returned, never fabricated. For agents wanting one $2.50 call instead of a market brief plus a manual read. Input: ?symbol=SOL. Output: {symbol, regime, sentiment, price, risk, generated_at, disclaimer, analysis: {synthesis, key_risk}}.",
      "serviceName": "Stelar Digital"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "symbol": "SOL"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "risk": {
                "note": "Volatility below its typical range — calmer conditions.",
                "volatility": 2.1,
                "atr_p80_30d": 3.4,
                "drawdown_risk": "low"
              },
              "price": {
                "price": 172.4,
                "chg_7d": 4.2,
                "signal": "bullish",
                "chg_24h": 1.8
              },
              "regime": {
                "regime": "chop",
                "features": {
                  "atr_pct": 2.1,
                  "atr_pct_p80_30d": 3.4,
                  "ema12_48_spread_pct": 0.4
                },
                "grid_suitability": {
                  "note": "Range-bound market: grids harvest oscillation — the ideal regime.",
                  "verdict": "excellent"
                }
              },
              "symbol": "SOL",
              "analysis": {
                "key_risk": "A break of the 30-day volatility baseline could invalidate the range-bound read.",
                "synthesis": "SOL is range-bound with mild bullish sentiment and calmer-than-usual volatility, consistent with a grid-friendly regime."
              },
              "sentiment": {
                "label": "bullish",
                "sentiment": 0.42
              },
              "disclaimer": "Educational, not financial advice.",
              "generated_at": 1720400000
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "symbol"
                  ],
                  "properties": {
                    "symbol": {
                      "enum": [
                        "ADA",
                        "BTC",
                        "DOGE",
                        "ETH",
                        "LTC",
                        "SOL",
                        "XLM",
                        "XRP"
                      ],
                      "type": "string",
                      "description": "Asset symbol, e.g. SOL"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/stelar-digital/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-28 · uptime 100.0% · 162ms avg07-2807-28
30d UPTIME 100%
RESPONSE TIME
07-28 · 162ms avg07-28 · 162ms avg07-2807-28
AVG RESP 163ms
PRICE (captured 402, USD)
building price history ($0.03)

Median across 8 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) · click to expand
TIME STATUS RESP
● OK 171ms
● OK 168ms
● OK 159ms
● OK 142ms
● OK 176ms
● OK 174ms
● OK 126ms
● OK 137ms
● OK 176ms
● OK 167ms
● OK 138ms
● OK 98ms
● OK 136ms
● OK 153ms
● OK 137ms
● OK 177ms
● OK 137ms
● OK 166ms

EMBED THIS BADGE

Show that Stelar Digital is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Stelar Digital listed on x402-list
status
Stelar Digital uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/stelar-digital?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/stelar-digital.svg" alt="Stelar Digital listed on x402-list" height="28">
</a>
// Markdown
[![Stelar Digital on x402-list](https://x402-list.com/badge/stelar-digital.svg)](https://x402-list.com/services/stelar-digital?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/stelar-digital?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/stelar-digital.svg?data=uptime" alt="Stelar Digital uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]