{
 "openapi": "3.0.3",
 "info": {
  "title": "Monexus Terminal API",
  "version": "2026-08-06",
  "description": "Live geopolitical/markets wire + SADC retail deals + podcast corpus + funding/agentpay/capex/modelwatch intel. Pay-per-request in USDC on Solana via x402 (HTTP 402). No API keys, no signup. Discovery: https://terminal.themonexus.com/.well-known/x402 \u00b7 llms.txt: https://terminal.themonexus.com/llms.txt"
 },
 "servers": [
  {
   "url": "https://terminal.themonexus.com"
  }
 ],
 "paths": {
  "/api/v1/wire": {
   "get": {
    "summary": "Latest wire items. Params: category, q, limit (<=100).",
    "description": "Price: $0.001 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"id\": 19402113, \"category\": \"geopolitics\", \"title\": \"Wire item headline\", \"ts\": \"2026-07-11T06:51:00Z\", \"source\": \"wire\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/threads": {
   "get": {
    "summary": "Live event threads (clustered wire).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"threads\": [{\"id\": \"thr_8f2\", \"title\": \"Event thread title\", \"items\": 14, \"updated\": \"2026-07-11T06:51:00Z\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/thread": {
   "get": {
    "summary": "One thread with its items: /api/v1/thread/{id}.",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"id\": \"thr_8f2\", \"title\": \"Event thread title\", \"items\": [{\"id\": 19402113, \"title\": \"Wire item headline\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/context": {
   "get": {
    "summary": "Full context brief: /api/v1/thread/{id}/context.",
    "description": "Price: $0.005 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"id\": \"thr_8f2\", \"brief\": \"Multi-paragraph context brief for the thread\\u2026\", \"sources\": 12}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/categories": {
   "get": {
    "summary": "Beat/category scoreboard. Free.",
    "description": "Price: $0.000 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"categories\": [{\"name\": \"geopolitics\", \"items\": 6402}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/articles": {
   "get": {
    "summary": "Production-gated Monexus article index. Legacy, withdrawn and unverified items are excluded. Params: category, limit (<=50), before (YYYY-MM-DD).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"articles\": [{\"slug\": \"2026-07-11-example-dispatch\", \"title\": \"Article headline\", \"date\": \"2026-07-11\", \"category\": \"geopolitics\"}], \"total\": 55000}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/article": {
   "get": {
    "summary": "One production-gated Monexus article by slug (markdown + evidence metadata).",
    "description": "Price: $0.010 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"slug\": \"2026-07-11-example-dispatch\", \"title\": \"Article headline\", \"author\": \"Monexus Staff Writer\", \"body_markdown\": \"Full licensed article text\\u2026\"}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/feed": {
   "get": {
    "summary": "Licensed wire feed: /api/v1/feed/{beat}. Params: format=rss|json (default json), limit (<=100).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"beat\": \"geopolitics\", \"items\": [{\"id\": \"19402113\", \"title\": \"Wire item headline\", \"publishedAt\": \"2026-07-11T06:51:00Z\", \"source\": \"wire\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/dump": {
   "get": {
    "summary": "One UTC day of the wire archive as JSONL. Params: day=YYYY-MM-DD. $0.30 flat.",
    "description": "Price: $0.300 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"day\": \"2026-07-10\", \"lines\": 4200, \"format\": \"application/x-ndjson\"}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/deals": {
   "get": {
    "summary": "Live in-date SADC deals from the PriceMate catalogue corpus. Params: category, limit (<=100).",
    "description": "Price: $0.003 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"id\": 45449125, \"name\": \"Example product name\", \"brand\": \"Brand\", \"price\": 7499.0, \"currency\": \"BWP\", \"retailer_slug\": \"furnmart\", \"old_price\": 8598.0, \"valid_to_ts\": 1788575501.1}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/deals_search": {
   "get": {
    "summary": "Search in-date SADC products by name/brand. Params: q (>=2 chars), limit (<=50).",
    "description": "Price: $0.005 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"id\": 45449125, \"name\": \"Example matching product\", \"price\": 7499.0, \"currency\": \"BWP\", \"retailer_slug\": \"furnmart\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/deals_hot": {
   "get": {
    "summary": "Biggest absolute price drops among in-date SADC products. limit (<=20).",
    "description": "Price: $0.001 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"id\": 45448793, \"name\": \"APPLE IPHONE 15 128GB\", \"price\": 13999.0, \"old_price\": 16999.0, \"currency\": \"BWP\", \"retailer_slug\": \"furnmart\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/catalogues": {
   "get": {
    "summary": "In-date retailer catalogues (PriceMate corpus). limit (<=50).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"cat_id\": 7683357, \"retailer_slug\": \"maserumall-ls\", \"title\": \"Maserumall Lesotho specials\", \"valid_to\": \"2099-08-19\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/product": {
   "get": {
    "summary": "One PriceMate product by id (full detail incl. barcode).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"id\": 45449125, \"name\": \"Example product\", \"price\": 7499.0, \"currency\": \"BWP\", \"retailer_slug\": \"furnmart\", \"barcode\": \"6001234567890\"}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/sample": {
   "get": {
    "summary": "Free sample: the latest 5 wire items. No payment needed.",
    "description": "Price: $0.000 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/transcripts_search": {
   "get": {
    "summary": "Search 368 episodes of business/finance podcast corpus (FTS5). Params: q (>=3 chars), limit (<=20).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"query\": \"stablecoin\", \"items\": [{\"episode\": \"AE82Wa0DBbc\", \"date\": \"2026-08-05\", \"start\": 1234.5, \"snippet\": \"\\u2026matching transcript text\\u2026\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/transcripts_context": {
   "get": {
    "summary": "Windowed context around a transcript segment. Params: episode, start (seconds).",
    "description": "Price: $0.005 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"episode\": \"AE82Wa0DBbc\", \"start\": 1234.5, \"segments\": [{\"start\": 1230.0, \"text\": \"\\u2026\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/transcripts_episode": {
   "get": {
    "summary": "One podcast episode: metadata, segment count, opening.",
    "description": "Price: $0.010 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"id\": \"AE82Wa0DBbc\", \"date\": \"2026-08-05\", \"segments\": 3215}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/transcripts_sentiment": {
   "get": {
    "summary": "Lexicon sentiment over top matching segments. Params: q, limit (<=20).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"query\": \"x402\", \"net\": 0.5, \"pos_hits\": 3, \"neg_hits\": 1}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/funding": {
   "get": {
    "summary": "Funding/IPO events mined from the podcast corpus. Params: limit (<=50).",
    "description": "Price: $0.005 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/funding_latest": {
   "get": {
    "summary": "The single most recent funding/IPO event.",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/funding_search": {
   "get": {
    "summary": "Funding events by company name. Params: company, limit (<=20).",
    "description": "Price: $0.003 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/agentpay": {
   "get": {
    "summary": "Agentic-payments ecosystem brief: x402/MPP/USDC events with episode citations. Params: limit (<=50).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"date\": \"2026-08-05\", \"source\": \"Circle CEO\", \"detail\": \"x402 + MPP named as THE agent-payment protocols\", \"episode\": \"AE82Wa0DBbc\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/agentpay_latest": {
   "get": {
    "summary": "The single most recent agentic-payments event.",
    "description": "Price: $0.001 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"date\": \"2026-08-05\", \"source\": \"Circle CEO\", \"detail\": \"x402 + MPP named as THE agent-payment protocols\", \"episode\": \"AE82Wa0DBbc\"}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/capex": {
   "get": {
    "summary": "AI-capex / model-economy metrics (raises, cloud growth, memory prices, token costs). Params: metric, limit (<=50).",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"items\": [{\"date\": \"2026-07-23\", \"metric\": \"cloud_growth\", \"value\": 82, \"unit\": \"percent\", \"detail\": \"Google Cloud +82%\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/capex_summary": {
   "get": {
    "summary": "Metric families present in the capex tracker.",
    "description": "Price: $0.001 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {\"metrics\": [{\"metric\": \"cloud_growth\", \"n\": 3, \"latest\": \"2026-07-23\"}]}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/verticals": {
   "get": {
    "summary": "Agent-commerce & messy-middle vertical intel (Shopify/Ambrook/super.com datapoints). Params: limit (<=50).",
    "description": "Price: $0.010 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/verticals_latest": {
   "get": {
    "summary": "The single most recent vertical-intel datapoint.",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/modelwatch": {
   "get": {
    "summary": "Model-card watch: launches, silent downgrades, safeguards, policy events by lab. Params: limit (<=50).",
    "description": "Price: $0.005 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/modelwatch_latest": {
   "get": {
    "summary": "The most recent model-economy event.",
    "description": "Price: $0.002 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  },
  "/api/v1/modelwatch_search": {
   "get": {
    "summary": "Model-watch events by lab name. Params: lab, limit (<=20).",
    "description": "Price: $0.003 USDC (Solana) via x402. Requests over the free tier receive HTTP 402 with x402 payment requirements.",
    "responses": {
     "200": {
      "description": "Success. Example: {}"
     },
     "402": {
      "description": "x402 payment required (USDC on Solana, payai facilitator)"
     }
    }
   }
  }
 }
}