Multiples
Private v1ApiPrivateV1TransactionsId

Single deal with full participants

GET
/api/private/v1/transactions/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Send your API key as a bearer token in the Authorization header: Authorization: Bearer mpl_live_.... A single key grants access to all endpoints in this API. Contact your account manager to obtain or rotate a key.

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

fields?string

Comma-separated allowlist of response fields. Default is all fields.

Response Body

application/json

curl -X GET "https://example.com/api/private/v1/transactions/497f6eca-6276-4993-bfeb-53cbbbba6f08"

{  "data": {    "id": "f5079d76-2560-49d1-a094-58755b7911e3",    "deal_date": "2026-05-27",    "deal_type": "Growth",    "deal_subtype": "Series H",    "deal_synopsis": "Anthropic has closed a $65 billion Series H round at a $965 billion post-money valuation. The financing was led by Altimeter Capital, Dragoneer, Greenoaks, and Sequoia Capital, and co-led by Capital Group, Coatue, D1 Capital Partners, GIC, ICONIQ, and XN. The proceeds are earmarked for safety and interpretability research, additional compute to meet demand for Claude, and continued investment in the products and partnerships the company's customers depend on.\nThe round drew a broad investor base, including AMP PBC, Baillie Gifford, Blackstone, Brookfield, D.E. Shaw Ventures, DST Global, Fidelity Management & Research Company, General Catalyst, Insight Partners, Jane Street, Lightspeed Venture Partners, MGX, NTTVC, NX1 Capital, Situational Awareness LP, T. Rowe Price Associates, T. Rowe Price Investment Management, and Temasek. It also incorporates $15 billion of previously committed investment from hyperscalers, $5 billion of which comes from Amazon. Strategic infrastructure partners Micron, Samsung, and SK hynix—key suppliers of memory, storage, and logic chips—also joined. The company reports that adoption has continued to expand across enterprise customers since its Series G in February, with run-rate revenue passing $47 billion earlier this month.\nAlongside the raise, Anthropic has expanded its compute footprint through several agreements: up to five gigawatts of new capacity with Amazon, five gigawatts of next-generation TPU capacity with Google and Broadcom, and access to GPU capacity in Colossus 1 and Colossus 2 with SpaceX. Claude is now available on all three major cloud platforms—Amazon Web Services, Google Cloud, and Microsoft Azure—with AWS remaining the company's primary cloud provider and training partner.",    "deal_valuation": 965000,    "deal_raised": 65000,    "deal_revenue": 47000,    "deal_ebitda": null,    "deal_multiples": {      "ev_revenue": 20.53191489361702,      "ev_ebitda": null    },    "target": {      "id": "75bdc421-b56b-4624-9c1f-6aa931f7dfcb",      "name": "Anthropic",      "short_name": "Anthropic",      "website": "https://www.anthropic.com",      "country": "USA",      "region": "North America",      "city": "San Francisco, CA",      "founded": 1905,      "verticals": [        "Pure-Play AI Software",        "Artificial Intelligence",        "AI Conglomerates",        "Developer Tools"      ],      "themes": [        "Generative AI",        "B2B SaaS",        "Horizontal SaaS"      ],      "client_focus": [        "B2C",        "B2B"      ],      "revenue_model": [        "Subscription",        "Usage-based"      ],      "company_type": [        "Private company"      ]    },    "buyers": [],    "lead_investors": [      {        "id": "7a80d476-dd57-4b80-93fe-c92f04419fe7",        "name": "Altimeter Capital",        "country": "USA",        "website": "http://www.altimeter.com",        "short_name": "Altimeter Capital"      },      {        "id": "0ab023f8-8c07-413b-9f4f-7a790df5ed3d",        "name": "Dragoneer",        "country": "USA",        "website": "https://www.dragoneer.com",        "short_name": "Dragoneer"      },      {        "id": "096dbe57-57bd-444a-a67b-168a74cb9def",        "name": "Greenoaks",        "country": "USA",        "website": "https://www.greenoaks.com",        "short_name": "Greenoaks"      },      {        "id": "9918f9bb-0d74-434d-9029-a44cbee87637",        "name": "Sequoia Capital",        "country": "USA",        "website": "http://www.sequoiacap.com",        "short_name": "Sequoia Capital"      }    ],    "investors": [      {        "id": "00e687b3-f738-4c97-9a54-4f9b56b29edd",        "name": "Temasek Holdings",        "country": "SGP",        "website": "http://www.temasek.com.sg",        "short_name": "Temasek Holdings"      },      {        "id": "067819ef-795d-47c8-b3ba-ef3fc168b089",        "name": "General Catalyst",        "country": "USA",        "website": "http://www.generalcatalyst.com",        "short_name": "General Catalyst"      },      {        "id": "096dbe57-57bd-444a-a67b-168a74cb9def",        "name": "Greenoaks",        "country": "USA",        "website": "https://www.greenoaks.com",        "short_name": "Greenoaks"      },      {        "id": "0ab023f8-8c07-413b-9f4f-7a790df5ed3d",        "name": "Dragoneer",        "country": "USA",        "website": "https://www.dragoneer.com",        "short_name": "Dragoneer"      },      {        "id": "30dfe78d-42ac-4359-90b3-a74fa16672ab",        "name": "Fidelity",        "country": "USA",        "website": "https://www.fidelity.com",        "short_name": "Fidelity"      }    ],    "created_at": "2026-06-04T17:15:56.814376+00:00",    "updated_at": "2026-06-04T17:15:56.814376+00:00",    "deleted": false  }}