---
title: "Get a List of Statuses for Multiple Nominators"
method: POST
path: "/v1/polkadot/mainnet/nominator/status"
tags: ["Polkadot Staking Reporting"]
---

# Get a List of Statuses for Multiple Nominators

`POST /v1/polkadot/mainnet/nominator/status`

Returns the current status by a user-defined list of nominator addresses.

## Request body

- StakingAddresses2
  - `addresses` string[] — A list of addresses.

## Response `200`

List of Statuses for Multiple Nominators

- StakingStatus2[]
  - `address` string, required — The user-defined address.
  - `status` string, required — The staking status of the user-defined address.
  - `commission` integer, required — The validator commission rate. It refers to the percentage of staking rewards that validators are allowed to charge for their services, it varies across validators. Validators have the freedom to choose their commission rate based on various factors, such as their operational costs, infrastructure requirements, and the value they provide to the network.
  - `activationDate` string, date, required — The activation date.

## Other responses

- `400` — Invalid value for: body
- `401` — Invalid or expired token
- `404` — Not Found
- `405` — Method Not Allowed
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
