ZkApps
getZkAppTransactionsByBlockStateHash
Get a list of all zkApp transactions contained in the queried block. ZkApp transactions are transactions run via zkApps - equivalents to dApps on Mina that are based on the zero knowledge proof technology.
get/v1/zkapps/blocks/{stateHash}/txs
Path parameters
stateHashstring required
Queried block hash.
Queried block hash.
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'AGE' required
Select sorting parameter.
Select sorting parameter.
Response
OK