# FuelSignal Energy M&A Deal Log

> FuelSignal Energy M&A Deal Log is a paid API for AI agents from api.fuelsignal.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns an evergreen archive of energy-sector M&A transactions including acquirer, target, disclosed deal value, sub-sector, and deal status.

## Facts

- Endpoint: GET https://api.fuelsignal.ai/v1/deals
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fuelsignal-energy-m-a-deal-log-a8f955e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FwdY-K4xyTWsnFQ5n-Jsu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fuelsignal-energy-m-a-deal-log-a8f955e8
```

Example prompt: Pull me the latest energy M&A deals from FuelSignal — I want to see acquirer, target, disclosed value, sub-sector, and deal status for recent transactions in the oil and gas space.

## When to prefer this

Choose this endpoint when you need structured, historical or current M&A deal data specifically within the energy sector, including sub-sector breakdowns and deal status. Prefer this over general financial databases when energy-specific granularity (sub-sector tagging, deal status lifecycle) is required and when pairing with FuelSignal's live commodity price series for holistic energy market analysis.

## Known failure modes

- Payment not processed — 402 response if x402 payment header is missing or invalid
- No results returned if query parameters produce an empty filter match
- Rate limiting or authentication errors if API key is invalid
- Stale data if the evergreen archive has not been recently updated for a niche sub-sector

## How this service works

Energy-sector M&A deal log: acquirer, target, disclosed value, sub-sector, status. Evergreen archive.

## Output

A structured log of energy-sector M&A transactions, each record containing the acquirer name, target company name, disclosed deal value (where available), energy sub-sector classification (e.g. upstream oil, renewables, midstream), and current deal status (e.g. announced, pending, completed).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fuelsignal-energy-m-a-deal-log-a8f955e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fuelsignal.ai](https://www.zero.xyz/host/api.fuelsignal.ai/llms.txt)
