---
title: "POST /get_producers"
method: POST
path: "/get_producers"
---

# POST /get_producers

`POST /get_producers`

Retrieves producers list

## Request body

- object
  - `limit` string, required — total number of producers to retrieve
  - `lower_bound` string, required — In conjunction with limit can be used to paginate through the results. For example, limit=10 and lower_bound=10 would be page 2
  - `json` boolean — return result in JSON format

## Response `200`

OK

- object
  - `rows` Producer[], nullable
    - `owner` string — The name of the producer.
    - `producer_authority` object[] — Array that has as first element the version of the authority json objects and then the objects themselves.
      - `threshold` integer — The threshold value for the producer's authority.
      - `keys` object[] — An array of producers keys definition.
        - `key` string — The public key associated with the producer.
        - `weight` integer — The weight of the key in the producer's authority.
    - `url` string — The URL of the producer.
    - `total_votes` string — The total number of votes this producer has.
    - `producer_key` string — The producer public key registered with the EOS blockchain.
  - `total_producer_vote_weight` string — The sum of all producer votes.
  - `more` string — If not all producers were returned with the first request, more contains the lower bound to use for the next request.

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/chain-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/chain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/chain-api/versions/5bfa22186461/schema)
