v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-29295183.8 KB

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.