Skip to content
Alchemy Logo

Exchange status

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

Returns the node's exchange-wide status payload.

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

POST /{apiKey}/info

| Parameter | Type | Required | Description | | --- | --- | --- | | type | string | Yes | Selects exchangeStatus. |

{
  "type": "exchangeStatus"
}

FieldTypeDescription
specialStatusesnullNo special status was present in the capture; populated semantics are not yet confirmed.
timeintegerReturned timestamp field; its semantics are not yet confirmed.

{
  "specialStatuses": null,
  "time": 1788312923270
}
Was this page helpful?