{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "polynews-news-api-v1-morning-briefing",
  "title": "Polynews \u00b7 Morning Briefing",
  "url": "https://polynews.news/api/v1/morning-briefing",
  "category": "finance",
  "summary": "Polynews \u00b7 Morning Briefing \u2014 x402-protected finance API. Pay $0.080 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Polynews \u00b7 Morning Briefing \u2014 x402 finance API \u00b7 $0.080 per call",
    "description": "Polynews \u00b7 Morning Briefing \u2014 x402-protected finance API. Pay $0.080 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6ee49a7872844397fb52870cc07b308ffadc9427",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "80000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Grok-powered daily market briefing: headline, key developments, sentiment analysis across watchlist",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "markets": [
              {
                "id": "69317",
                "odds": "Yes: 72%",
                "question": "Democratic Presidential Nominee 2028"
              }
            ]
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "briefing": {
                  "type": "string"
                },
                "headline": {
                  "type": "string"
                },
                "sentiment": {
                  "type": "string"
                },
                "marketUpdates": {
                  "type": "array"
                }
              }
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "polynews-news",
    "host": "polynews.news",
    "url": "https://polynews.news"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/polynews-news-api-v1-morning-briefing",
    "url": "https://x402all.com/resource/polynews-news-api-v1-morning-briefing",
    "name": "Polynews \u00b7 Morning Briefing",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/polynews-news-api-v1-morning-briefing",
      "@type": "Offer",
      "price": "0.08",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.080000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://polynews.news/api/v1/morning-briefing",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/polynews-news",
      "url": "https://polynews.news",
      "name": "polynews.news",
      "@type": "Organization"
    },
    "identifier": "polynews-news-api-v1-morning-briefing",
    "description": "Polynews \u00b7 Morning Briefing \u2014 x402-protected finance API. Pay $0.080 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=polynews-news-api-v1-morning-briefing",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=polynews-news-api-v1-morning-briefing",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:32:50.918327+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/api/v1/morning-briefing",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "required": [
        "markets"
      ],
      "properties": {
        "markets": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "question",
              "id"
            ],
            "properties": {
              "id": {
                "type": "string"
              },
              "odds": {
                "type": "string",
                "description": "Current odds string e.g. 'Yes: 72%'"
              },
              "question": {
                "type": "string"
              }
            }
          },
          "description": "Markets to include in the briefing"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "properties": {
        "markets": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "question": {
                "type": "string"
              },
              "sentiment": {
                "type": "string"
              },
              "keyDevelopment": {
                "type": "string"
              }
            }
          }
        },
        "summary": {
          "type": "string"
        },
        "headline": {
          "type": "string"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "6080c9efe61b4caebd56e7cf65618d18c7868a3acab75b920b3af68b5b9f65d2"
  }
}