mirrored listing x402 eip155:8453

SYNTHORA stablecoin-supply: circulating USD supply, price and peg deviation in basis point

SYNTHORA stablecoin-supply: circulating USD supply, price and peg deviation in basis points for the top stablecoins (USDT, USDC, DAI...), with a depeg alert flag above 50 bps. Optional symbol filter. Free source: stablecoins.llama.fi (DefiLlama), no API key, timestamped.

Do you run api.hergertsynthora.com? 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
10000 (raw units)
price
7
calls / 30d
5
unique payers
2026-09-10
updated

Provider

api.hergertsynthora.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "input": "USDC"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "niche": "stablecoin_supply",
          "ok": true,
          "receipt": {
            "alg": "ed25519"
          },
          "result": {}
        },
        "schema": {
          "properties": {
            "error": {
              "type": "string"
            },
            "niche": {
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "receipt": {
              "type": "object"
            },
            "result": {
              "properties": {
                "as_of_utc": {
                  "type": "string"
                },
                "fuente": {
                  "type": "string"
                },
                "latencia_s": {
                  "type": "number"
                },
                "stablecoins": {
                  "type": "array"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "ok",
            "niche"
          ],
          "type": "object"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "input": {
                  "description": "SYNTHORA stablecoin-supply: circulating USD supply, price and peg deviation in basis points for the top stablecoins (USDT, USDC, DAI...), with a depeg alert flag above 50 bps. Optional symbol filter. ",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "niche": {
                "type": "string"
              },
              "ok": {
                "type": "boolean"
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "delivery": {
    "behaviour": "if the service FAILS (invalid input, timeout, stale cache, withdrawn product, malformed output) you receive 402 and are NOT charged",
    "note": "unlike the signature -- which you verify BEFORE paying -- this one is checked afterwards, on-chain, from your own wallet",
    "order": "compute -> failure gate -> verify -> settle -> deliver",
    "policy": "no-charge-on-service-failure",
    "scope": "this covers service FAILURE, not verdict quality",
    "verify": "after a request of yours FAILS, check your own wallet on Base: no USDC settlement to our payTo will exist for it. If we had charged you, the transfer would be public and permanent"
  },
  "signature": {
    "alg": "ed25519",
    "canon": "json:sort_keys+separators(,:)+ensure_ascii+utf8",
    "envelope": "{result, attestation:{alg,pubkey,sig,canon}}",
    "jwksUrl": "https://api.hergertsynthora.com/.well-known/jwks.json",
    "publicKeyUrl": "https://api.hergertsynthora.com/pubkey",
    "sigEncoding": "hex(64B raw)",
    "verify": "recompute canon from envelope.result, then VerifyKey(bytes.fromhex(pubkey)).verify(canon, bytes.fromhex(sig)) -- no name to trust, verify the signature yourself"
  }
}

Use it

curl

curl "https://api.hergertsynthora.com/v1/stablecoin-supply"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.hergertsynthora.com/v1/stablecoin-supply");
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://api.hergertsynthora.com/v1/stablecoin-supply")
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/905.json, and this resource appears in /discovery/resources and /discovery/search.