Retrieves producers list

post/get_producers

Request body

limitstring required

total number of producers to retrieve

lower_boundstring 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

jsonboolean

return result in JSON format

Response

OK

total_producer_vote_weightstring

The sum of all producer votes.

morestring

If not all producers were returned with the first request, more contains the lower bound to use for the next request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.