api.syntalic.com

https://api.syntalic.com/v1/analyst/inflation

Shares a payout wallet with 21 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

Provides analyst insights or forecasts related to inflation metrics and economic indicators.

25
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

0.0% avg
0% 50% 100% Sat 12 AMMon 1 AMWed 1 AMFri 1 AM

Response time

0ms 50ms 100ms Sat 12 AMMon 1 AMWed 1 AMFri 1 AM
Data table
Reliability history per time bucket over the last 7 days (hourly).
Bucket Uptime Probes Response time
8/15/2026, 12:00:00 AM 0% 1
8/16/2026, 12:00:00 AM 0% 1
8/17/2026, 1:00:00 AM 0% 1
8/18/2026, 1:00:00 AM 0% 1
8/19/2026, 1:00:00 AM 0% 1
8/20/2026, 1:00:00 AM 0% 1
8/21/2026, 1:00:00 AM 0% 1
25
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
0

How often it was reachable when we probed it (weight 35%).

Latency
not yet measured

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
43

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
2

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

615
payments (30d)
7.57
USD volume (30d)
11
paying wallets (30d)

Payments per day

last payment 8/20/2026
0 250 500 Jul 28Aug 4Aug 14Aug 20
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/28/2026 8 0.11 1
7/29/2026 6 0.07 2
7/30/2026 2 0.02 1
8/4/2026 56 0.67 4
8/5/2026 27 0.31 2
8/11/2026 404 4.97 1
8/13/2026 65 0.8 1
8/14/2026 15 0.19 2
8/16/2026 26 0.34 2
8/18/2026 5 0.08 2
8/20/2026 1 0.01 1

This payout wallet is shared: figures cover all 21 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Response schema
{
  "properties": {
    "category": {
      "nullable": true,
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "department": {
      "nullable": true,
      "type": "string"
    },
    "granularity": {
      "enum": [
        "daily",
        "weekly",
        "monthly"
      ],
      "type": "string"
    },
    "meta": {
      "additionalProperties": true,
      "properties": {
        "computed_at": {
          "format": "date-time",
          "type": "string"
        },
        "freshness_seconds": {
          "type": "number"
        },
        "price_observed_at_max": {
          "format": "date-time",
          "nullable": true,
          "type": "string"
        },
        "price_observed_at_min": {
          "format": "date-time",
          "nullable": true,
          "type": "string"
        },
        "schema_version": {
          "type": "string"
        },
        "served_from": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "method": {
      "enum": [
        "matched",
        "naive",
        "mixed"
      ],
      "nullable": true,
      "type": "string"
    },
    "overall_change_pct": {
      "nullable": true,
      "type": "number"
    },
    "resolved": {
      "additionalProperties": true,
      "properties": {
        "alternates": {
          "items": {
            "additionalProperties": true,
            "type": "object"
          },
          "type": "array"
        },
        "category_path": {
          "nullable": true,
          "type": "string"
        },
        "department": {
          "nullable": true,
          "type": "string"
        },
        "input": {
          "type": "string"
        },
        "match_confidence": {
          "nullable": true,
          "type": "number"
        },
        "match_source": {
          "nullable": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "time_series": {
      "items": {
        "additionalProperties": true,
        "properties": {
          "avg_price": {
            "nullable": true,
            "type": "number"
          },
          "category_avg_price": {
            "nullable": true,
            "type": "number"
          },
          "change_pct": {
            "nullable": true,
            "type": "number"
          },
          "date": {
            "format": "date",
            "type": "string"
          },
          "in_stock_count": {
            "type": "integer"
          },
          "insufficient_sample": {
            "description": "True when product_count is below sample_threshold — treat the point as anecdote, not trend.",
            "type": "boolean"
          },
          "matched_basket_size": {
            "type": "integer"
          },
          "max_price": {
            "nullable": true,
            "type": "number"
          },
          "median_price": {
            "nullable": true,
            "type": "number"
          },
          "method": {
            "nullable": true,
            "type": "string"
          },
          "min_price": {
            "nullable": true,
            "type": "number"
          },
          "observation_count": {
            "type": "integer"
          },
          "period": {
            "type": "string"
          },
          "price_index": {
            "nullable": true,
            "type": "number"
          },
          "product_count": {
            "type": "integer"
          },
          "promo_count": {
            "type": "integer"
          },
          "retailer_avg_price": {
            "nullable": true,
            "type": "number"
          },
          "sample_threshold": {
            "type": "integer"
          },
          "stable_avg_price": {
            "description": "Average over only the stable basket (products priced in EVERY period of the series) — immune to basket-composition shifts. Null when no product spans the whole series.",
            "nullable": true,
            "type": "number"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "window": {
      "additionalProperties": true,
      "properties": {
        "comparison_from": {
          "format": "date",
          "nullable": true,
          "type": "string"
        },
        "comparison_to": {
          "format": "date",
          "nullable": true,
          "type": "string"
        },
        "from": {
          "format": "date",
          "type": "string"
        },
        "granularity": {
          "nullable": true,
          "type": "string"
        },
        "preset": {
          "type": "string"
        },
        "timezone": {
          "example": "UTC",
          "type": "string"
        },
        "to": {
          "format": "date",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}