Transactions
getInternalCommands
Get a list of all internal commands. On the Mina Blockchain, transactions come as user transactions that accounts execute, internal commands that are run internally within the blockchain, and zkApp transactions that are run via zkApps - equivalents to dApps on Mina that are based on the zero knowledge technology.
post/v1/transactions/internal
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).
searchStrstring
Enter part or full prover (validator) address, internal command hash or block height to get the queried internal command.
sortBy'AGE' | 'HEIGHT' | 'AMOUNT' required
Select sorting parameter.
Select sorting parameter.
Request body
Response
OK