Skip to main content

get_producers

Retrieves producers list

Request Body
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

Responses
200

OK

Schema
active object[] REQUIRED
version integer REQUIRED
producers object[] REQUIRED
producer_name Name REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of basic Inery name type, must be between 3 and 12 characters and contain only a-z and 1-5 and dot(.), but not at the end of the string.

block_signing_key PublicKey REQUIRED

Possible values: Value must match regular expression ^(INE|PUB_([RK]1|WA)_)[1-9A-HJ-NP-Za-km-z]+$

Base58 encoded Inery public key

pending object[] REQUIRED
version integer REQUIRED
producers object[] REQUIRED
producer_name Name REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of basic Inery name type, must be between 3 and 12 characters and contain only a-z and 1-5 and dot(.), but not at the end of the string.

block_signing_key PublicKey REQUIRED

Possible values: Value must match regular expression ^(INE|PUB_([RK]1|WA)_)[1-9A-HJ-NP-Za-km-z]+$

Base58 encoded Inery public key

proposed object[] REQUIRED
version integer REQUIRED
producers object[] REQUIRED
producer_name Name REQUIRED

Possible values: Value must match regular expression ^[a-z]{1}[a-z1-5.]{1,10}[a-z1-5]{1}$

String representation of basic Inery name type, must be between 3 and 12 characters and contain only a-z and 1-5 and dot(.), but not at the end of the string.

block_signing_key PublicKey REQUIRED

Possible values: Value must match regular expression ^(INE|PUB_([RK]1|WA)_)[1-9A-HJ-NP-Za-km-z]+$

Base58 encoded Inery public key