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"
}| Field | Type | Description |
|---|---|---|
specialStatuses | null | No special status was present in the capture; populated semantics are not yet confirmed. |
time | integer | Returned timestamp field; its semantics are not yet confirmed. |
{
"specialStatuses": null,
"time": 1788312923270
}