ToolAssay

Retrieve a seven-day USD-denominated report of Tether bridge flows on Ethereum

Retrieve a seven-day USD-denominated report of Tether bridge flows on Ethereum. This is a bounded onchain stablecoin intelligence product backed by The Tie's data API.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-stablecoin-data-demo.ryan-ee4.workers.dev/v1/reports/stablecoin-bridge-flows

CategoryCommerce and shopping
Provider hostx402-stablecoin-data-demo.ryan-ee4.workers.dev
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days22 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "chain_uid": "ethereum",
    "coin_uid": "tether",
    "currency": "usd",
    "flow_type": "bridge",
    "timeframe": "7d"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "chain_uid": {
              "default": "ethereum",
              "description": "Blockchain network identifier; only Ethereum is supported.",
              "enum": [
                "ethereum"
              ],
              "type": "string"
            },
            "coin_uid": {
              "default": "tether",
              "description": "Stablecoin identifier; only Tether is supported.",
              "enum": [
                "tether"
              ],
              "type": "string"
            },
            "currency": {
              "default": "usd",
              "description": "Currency used to denominate report values; only USD is supported.",
              "enum": [
                "usd"
              ],
              "type": "string"
            },
            "flow_type": {
              "default": "bridge",
              "description": "Stablecoin flow category; only bridge flows are supported.",
              "enum": [
                "bridge"
              ],
              "type": "string"
            },
            "timeframe": {
              "default": "7d",
              "description": "Fixed report lookback window of seven days.",
              "enum": [
                "7d"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "data": {},
            "generatedAt": {
              "description": "ISO 8601 generation timestamp.",
              "type": "string"
            },
            "product": {
              "additionalProperties": false,
              "properties": {
                "chainUid": {
                  "enum": [
                    "ethereum"
                  ],
                  "type": "string"
                },
                "coinUid": {
                  "enum": [
                    "tether"
                  ],
                  "type": "string"
                },
                "currency": {
                  "enum": [
                    "usd"
                  ],
                  "type": "string"
                },
                "flowType": {
                  "enum": [
                    "bridge"
                  ],
                  "type": "string"
                },
                "id": {
                  "enum": [
                    "ethereum-tether-bridge-flows-7d"
                  ],
                  "type": "string"
                },
                "name": {
                  "enum": [
                    "Ethereum Tether Bridge Flows \u2014 7 Days"
                  ],
                  "type": "string"
                },
                "timeframe": {
                  "enum": [
                    "7d"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "id",
                "name",
                "chainUid",
                "timeframe",
                "currency",
                "flowType",
                "coinUid"
              ],
              "type": "object"
            }
          },
          "required": [
            "product",
            "generatedAt",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON