{
  "x402Version": 2,
  "id": 186,
  "slug": "186",
  "resource": "https://x402.ottoai.services/tokenized-stock-movers",
  "description": "Day movers for tokenized US stocks on TWO rails in one call: Robinhood Chain (chainId 4663, ~95 names) and Base B20 (13 Coinbase-issued tokens, keyed by token address). Gainers and losers by REAL day-over-day change of the UNDERLYING stock vs the prior NYSE session close (Finnhub quotes), with per-rail coverage counts and named exclusions. Off-hours values freeze; a tokenized share can trade at a premium/discount. Refreshed every 15 minutes.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "caveat": "Day change of the UN...",
              "changeWindowHours": 24,
              "degraded": false,
              "generatedAt": "2026-08-30T10:03:16....",
              "product": "tokenized-stock-move...",
              "rails": {
                "base_b20": {
                  "chainId": 8453,
                  "comparableCount": 12,
                  "coveredCount": 12,
                  "currentAt": "2026-08-28T20:00:00....",
                  "deadCount": 0,
                  "excluded": [
                    {
                      "address": "0xb20000000000000000...",
                      "b20Symbol": "SPCXc",
                      "reason": "reference asset (Spa..."
                    }
                  ],
                  "flatCount": 0,
                  "gainers": [
                    {
                      "address": "0xb20000000000000000...",
                      "b20Symbol": "AAPLc",
                      "changePct": 1.63,
                      "priorPriceUsd": 314.58,
                      "referencePriceUsd": 319.7,
                      "underlying": "AAPL"
                    }
                  ],
                  "losers": [
                    {
                      "address": "0xB20000000000000000...",
                      "b20Symbol": "INTCc",
                      "changePct": -2.84,
                      "priorPriceUsd": 92.09,
                      "referencePriceUsd": 89.47,
                      "underlying": "INTC"
                    }
                  ],
                  "noPrevCloseCount": 0,
                  "pinAsOf": "2026-08-26",
                  "quotableCount": 12,
                  "registry": "0x3f3E8cf41cdd3b1D11...",
                  "staleCount": 0,
                  "tokens": [
                    {
                      "address": "0xb20000000000000000...",
                      "b20Symbol": "AAPLc",
                      "changePct": 1.63,
                      "priorPriceUsd": 314.58,
                      "referencePriceUsd": 319.7,
                      "underlying": "AAPL"
                    }
                  ],
                  "topN": 5,
                  "uncoveredCount": 0,
                  "universeSize": 13
                },
                "robinhood": {
                  "chain": "robinhood",
                  "chainId": 4663,
                  "changeState": "ok",
                  "changeWindowHours": 24,
                  "comparableCount": 94,
                  "currentSnapshotAt": "2026-08-28T20:00:00....",
                  "disclaimer": "Informational only —...",
                  "flatCount": 1,
                  "gainers": [
                    {
                      "changePct": 5.76,
                      "marketCapUsd": null,
                      "name": "Workday",
                      "priorPriceUsd": 220.21,
                      "referencePriceUsd": 232.9,
                      "roundTripCostPct": null,
                      "symbol": "WDAY",
                      "volumeUsd": null
                    }
                  ],
                  "generatedAt": "2026-08-30T10:03:16....",
                  "losers": [
                    {
                      "changePct": -12.53,
                      "marketCapUsd": null,
                      "name": "IREN Limited",
                      "priorPriceUsd": 40.53,
                      "referencePriceUsd": 35.45,
                      "roundTripCostPct": null,
                      "symbol": "IREN",
                      "volumeUsd": null
                    }
                  ],
                  "noPrevCloseCount": 0,
                  "priorSnapshotAt": "2026-08-27T20:00:00....",
                  "pythCoveredCount": 95,
                  "pythDeadFeedCount": 0,
                  "referencePricedCount": 95,
                  "source": "finnhub-quote",
                  "staleFeedCount": 1,
                  "targetWindowHours": 24,
                  "topN": 5,
                  "uncoveredCount": 0,
                  "universeSize": 95,
                  "warmingReason": null
                }
              },
              "source": "finnhub-quote",
              "targetWindowHours": 24
            },
            "meta": {
              "degraded": false,
              "generatedAt": "",
              "stalenessSec": 0,
              "validUntil": ""
            },
            "status": "success"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {},
                  "meta": {
                    "type": "object"
                  },
                  "reason": {
                    "description": "status=unavailable only; every >=400 is UNCHARGED",
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "success",
                      "unavailable"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "status"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_hc2dhq09"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "3000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/tokenized-stock-movers",
              "scheme": "exact",
              "validUntil": 1789710093,
              "version": 1
            },
            "signature": "0x19f17d78b2c9889a2c52bb1188f0d0cd40777bba1c9b7fe6ff702807a75f60e9583a7107315bfc4eb882a57b0f9a38c499596be6bc086d3bcd284d2fd51aa0e61b"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "3000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/tokenized-stock-movers",
              "scheme": "exact",
              "validUntil": 1789710093,
              "version": 1
            },
            "signature": "0xcd67ccb1a573bcd2f7a33d802796f6c8a4b06de2a4a5c547543557720ebc33e9643a26dad4a2b652be63fa25daf96f662ccfe7ec3389850afb87310d918846771c"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "otto-content-receipt": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "offer-receipt",
    "otto-content-receipt"
  ],
  "sourceHost": "x402.ottoai.services",
  "lastUpdated": "2026-09-18T05:36:33.893Z",
  "quality": {
    "calls30d": 25,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-18T05:36:33.413Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.ottoai.services",
    "manifest_name": "x402.ottoai.services",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}