Skip to content
Alchemy Logo

Web data 2

This API is in private preview. Target October 2026; timing is subject to change.

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

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

POST /{apiKey}/info

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

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

FieldTypeDescription
clearinghouseStateobjectCaptured top-level account-state member. The remaining aggregate response contract is not yet confirmed.

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

Was this page helpful?