Transactions
getTransactions
Get a list of all user transactions on the Mina Blockchain.
post/v1/transactions
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' | 'HEIGHT' required
Select sorting parameter.
Select sorting parameter.
stateHashstring
Block hash.
blockHeightinteger
Block height.
Request body
Response
OK