{
  "x402Version": 2,
  "id": 196,
  "slug": "196",
  "resource": "https://x402.ottoai.services/earnings-flash",
  "description": "Agent-native earnings facts: when a company reports, get the numbers that move the stock — total & segment revenue, EPS and gross margin (GAAP and non-GAAP, always labeled), next-quarter guidance — each with its source line. Figures go live from the wire within minutes of the release; the SEC 8-K exhibit version supersedes them, and every response names its source document. Refuses honestly until the release is out; never advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "NVDA"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "analysisStatus": "ok",
              "company": {
                "cik": "0000000000",
                "name": "EXAMPLE CORP (SYNTHETIC)"
              },
              "context": {
                "street": null,
                "wire": null
              },
              "degradeReason": null,
              "facts": [
                {
                  "deltaQoQPct": null,
                  "deltaYoYPct": 12,
                  "gaapBasis": "n/a",
                  "label": "Total revenue",
                  "precision": "rounded",
                  "prior": null,
                  "sourceCaption": null,
                  "sourceKind": "prose",
                  "sourceSpan": "EXAMPLE: Revenue of $12.3 billion, up 12% from a year ago",
                  "spanFigure": "$12.3 billion",
                  "unit": "USD",
                  "value": 12300000000,
                  "vsGuidance": null,
                  "yoySpanFigure": "12%"
                }
              ],
              "generatedAt": "2000-01-01T21:00:41.000Z",
              "guidance": {
                "grossMarginPct": 12.5,
                "marginSpanFigure": "12.5%",
                "nextPeriodLabel": "Q2 FY2000",
                "revenueMidpointUsd": 12500000000,
                "revenueSpanFigure": "$12.5 billion",
                "sourceSpan": "EXAMPLE: revenue is expected to be $12.5 billion. Non-GAAP gross margin is expected to be 12.5%."
              },
              "headline": "EXAMPLE (synthetic figures): EXMPL Q1 FY2000 revenue $12.3B (+12% YoY), non-GAAP gross margin 12.3%. Q2 guide: $12.5B.",
              "licensing": "public-domain",
              "period": {
                "fiscalLabel": "Q1 FY2000",
                "quarterEnd": "2000-01-01",
                "quarterEndAttested": true,
                "reportedAt": "2000-01-01T21:00:00Z"
              },
              "release": {
                "accession": "0000000000-00-000000",
                "exhibitUrl": "https://www.sec.gov/Archives/edgar/data/0000000000/example-synthetic.htm",
                "filedAt": "2000-01-01",
                "form": "8-K",
                "sourceType": "8-K-EX-99.1"
              },
              "rulesetVersion": "2026-09-03",
              "ticker": "EXMPL",
              "tweetDraft": "EXAMPLE (synthetic): $EXMPL Q1 FY00 revenue $12.3B (+12% YoY). Non-GAAP gross margin 12.3%. Figures, not advice.",
              "verification": "guard-c-verify-record"
            },
            "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": {
                  "ticker": {
                    "description": "US-listed stock ticker (POC: NVDA).",
                    "type": "string"
                  }
                },
                "required": [
                  "ticker"
                ],
                "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": "50000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/earnings-flash",
              "scheme": "exact",
              "validUntil": 1788525299,
              "version": 1
            },
            "signature": "0xc0bc4325456c7a6d55b51fd9bb3d5822f3e6c3d9e246475e96ded402d41301902f57a85ee24d803ab9ccb52c79c4369d8e8b922bf7ffe63ff3cd75fd47e519da1c"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "50000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/earnings-flash",
              "scheme": "exact",
              "validUntil": 1788525299,
              "version": 1
            },
            "signature": "0x2e19bd16a7ddefbf1e9981da189ca1e466a6b5240fe0421c9309e9f6fba1f99f5e95e060021491587b12e3a26a7dbba13b103efdc7ac1a2f257f869dd50750c41c"
          }
        ]
      },
      "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-04T12:29:59.66Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-04T12:29:59.357Z"
  },
  "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"
  }
}