# Web data 2

> 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>


# Web data 2

Returns the node's aggregate account payload for a user.

<Note>

  **Available now.** This read is served at the interim endpoint today.

</Note>

## Request

`POST /{apiKey}/info`

| Parameter | Type | Required | Description |
| --- | --- | --- |
| `type` | string | Yes | Selects `webData2`. |
| `user` | string | Yes | Account address whose aggregate payload is requested. |

```json
{
  "type": "webData2",
  "user": "0x1111111111111111111111111111111111111111"
}
```

## Response fields

| Field | Type | Description |
| --- | --- | --- |
| `clearinghouseState` | object | Captured top-level account-state member. The remaining aggregate response contract is not yet confirmed. |

## Response example

The captured response is a large aggregate payload beginning with `clearinghouseState`. No additional field names are published until their contract is confirmed.