# Trigger-order snapshot

> HyperCore private-preview documentation.

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

<Callout intent="info">
  This API is in private preview. Target October 2026; timing is subject to change.
</Callout>


# Trigger-order snapshot

Alchemy-original read for a trigger-order snapshot.


<Note>

  **Coming with HyperCore.** This read is documented but is not yet callable.

</Note>

## Request

`POST /{apiKey}/info`

| Parameter | Type   | Required | Description                     |
| --------- | ------ | -------- | ------------------------------- |
| `type`    | string | Yes      | Selects `triggerOrderSnapshot`. |

```json
{
  "type": "triggerOrderSnapshot"
}
```

## Response fields

| Field      | Type   | Description                                              |
| ---------- | ------ | -------------------------------------------------------- |
| `Response` | object | Trigger-order snapshot payload.                          |
| `<fields>` | object | The response contract requires engineering confirmation. |

## Response example

Use this Alchemy-original read when a client needs a REST checkpoint rather than an in-band stream snapshot. Its response contract requires engineering confirmation, so no unverified field names or example are published.