Snarks
getSnarkers
Get a list of all snarkers (snark workers) on the Mina Blockchain. Snarkers are accounts that create snark jobs needed to validate transactions. Each snark job contains 2 snark works.
get/v1/snarkers
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
sortBy'FEE' | 'TOTAL_SNARK_JOBS' | 'FIRST_SEEN' | 'TOTAL_SNARK_JOBS' | 'FEE' | 'FIRST_SEEN' required
Select sorting parameter.
Response
OK