---
updatedAt: 2026-05-20T06:41:19.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Get a Stream of Statuses

Returns 0 or more status objects in a streaming fashion using `ndjson`.

# OpenAPI definition

```json
{
  "openapi": "3.0.3",
  "info": {
    "version": "1.0.0",
    "title": "Staking Reporting API",
    "description": "### Protocols \nThe following protocols are currently supported:\n* Cardano\n* Cosmos\n* Ethereum\n* NEAR\n* Polkadot\n* Polygon \n* Solana \n",
    "contact": {
      "name": "Blockdaemon",
      "email": "support@blockdaemon.com",
      "url": "https://blockdaemon.com"
    },
    "x-logo": {
      "url": "logo.png"
    }
  },
  "servers": [
    {
      "url": "https://svc.blockdaemon.com/reporting/staking",
      "description": "Production server"
    }
  ],
  "security": [
    {
      "apiKeyAuthHeader": []
    },
    {
      "bearerAuth": []
    }
  ],
  "paths": {
    "/v2/polygon/{network}/{type}/status": {
      "post": {
        "summary": "Get a Stream of Statuses",
        "description": "Returns 0 or more status objects in a streaming fashion using `ndjson`.",
        "tags": [
          "Polygon Staking Reporting"
        ],
        "operationId": "getStatuses",
        "parameters": [
          {
            "in": "path",
            "name": "network",
            "required": true,
            "description": "The network to look up against.",
            "schema": {
              "type": "string",
              "default": "mainnet"
            }
          },
          {
            "in": "path",
            "name": "type",
            "required": true,
            "schema": {
              "$ref": "#/components/schemas/PolygonV2Type"
            }
          },
          {
            "in": "query",
            "name": "validatorId",
            "required": false,
            "schema": {
              "type": "string"
            },
            "description": "The validator id to check against when looking up a delegator status - required only for delegator types."
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "example": [
                  "0xAB30eF276ADC2bE22CE58d75B4F4009173A73676",
                  "0x6ae6c540c7b110d5c01cb9bc23297a013f9f4982"
                ],
                "default": [
                  "0xAB30eF276ADC2bE22CE58d75B4F4009173A73676",
                  "0x6ae6c540c7b110d5c01cb9bc23297a013f9f4982"
                ]
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/x-ndjson": {
                "schema": {
                  "$ref": "#/components/schemas/PolygonV2StatusResponse"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PolygonV2ErrorResponse"
                }
              }
            }
          },
          "422": {
            "description": "Validation Error",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PolygonV2ErrorResponse"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "apiKeyAuthHeader": {
        "type": "apiKey",
        "in": "header",
        "name": "X-API-Key",
        "description": "Unlock higher TPS - Create your own API key in the [Blockdaemon App](https://app.blockdaemon.com).\n",
        "x-default": "2go1YqUcuAr4WZ2-3WgSD3c7qpatZqQuNWhTVBldKZnTSUtw"
      },
      "bearerAuth": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "Opaque",
        "description": "[Legacy Auth] Unlock higher TPS - Create your own API key in the [Blockdaemon App](https://app.blockdaemon.com).\n",
        "x-default": "2go1YqUcuAr4WZ2-3WgSD3c7qpatZqQuNWhTVBldKZnTSUtw"
      }
    },
    "schemas": {
      "PolygonV2StatusResponse": {
        "properties": {
          "address": {
            "description": "The address the status is for.",
            "type": "string",
            "example": "15MdAHnkxt9TMC2Rj595hsg8Hnv693pPBB"
          },
          "status": {
            "description": "The status.",
            "type": "string",
            "enum": [
              "UNKNOWN",
              "ACTIVE",
              "INACTIVE",
              "LOCKED"
            ]
          },
          "timestamp": {
            "description": "The epoch second timestamp that the status was recorded at.",
            "type": "number",
            "example": 1708612182
          },
          "metadata": {
            "oneOf": [
              {
                "$ref": "#/components/schemas/PolygonValidatorStatusMetadata"
              },
              {
                "$ref": "#/components/schemas/PolygonDelegatorStatusMetadata"
              }
            ]
          }
        }
      },
      "PolygonValidatorStatusMetadata": {
        "title": "Validator Status Metadata",
        "properties": {
          "validatorId": {
            "description": "Unique identifier for the validator.",
            "type": "string",
            "example": 87
          },
          "validatorContract": {
            "description": "Address of the validator's contract.",
            "type": "string",
            "format": "string",
            "example": 1.05709370126874e+48
          },
          "type": {
            "description": "Indicates the type of the entity is a validator.",
            "type": "string",
            "example": "validator"
          },
          "owner": {
            "description": "Address of the owner associated with this validator.",
            "type": "string",
            "example": 6.102993762668248e+47
          }
        }
      },
      "PolygonDelegatorStatusMetadata": {
        "title": "Delegator Status Metadata",
        "properties": {
          "validatorId": {
            "description": "Unique identifier for the validator.",
            "type": "string",
            "example": 87
          },
          "validatorContract": {
            "description": "Address of the validator's contract.",
            "type": "string",
            "format": "string",
            "example": 1.05709370126874e+48
          },
          "type": {
            "description": "Indicates the type of the entity is a delegator.",
            "type": "string",
            "example": "delegator"
          }
        }
      },
      "PolygonV2ErrorResponse": {
        "properties": {
          "timestamp": {
            "description": "The timestamp of the error in ISO-8601 format.",
            "type": "string"
          },
          "path": {
            "description": "The path called when the error occurred.",
            "type": "string",
            "example": "/v2/polygon/mainnet/delegator"
          },
          "status": {
            "description": "The http status code",
            "type": "number",
            "example": 400
          },
          "error": {
            "description": "A useful description of the error that occurred.",
            "type": "string",
            "example": "[endTime should be in unix epoch seconds]"
          }
        }
      },
      "PolygonV2Type": {
        "description": "The type of request.",
        "type": "string",
        "enum": [
          "validator",
          "delegator"
        ]
      }
    }
  },
  "x-readme": {
    "samples-languages": [
      "curl",
      "go",
      "javascript",
      "python",
      "node"
    ],
    "explorer-enabled": false
  }
}
```