Snarks
getSnarkJobsByProverAddress
Get a list of all snark jobs that the queried prover (snark worker) produced. On Mina, a snark job is required to prove that a transaction is valid. Each snark job contains 2 snark works.
get/v1/snarks/jobs/{address}
Path parameters
addressstring required
Prover address
Prover address
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' | 'TIMESTAMP' | 'HEIGHT' | 'TIMESTAMP' | 'FEE' | 'HEIGHT' required
Select sorting parameter.
Response
OK