Jump to Content
Blockberry API
GuidesAPI ReferenceChangelog
v1.0

Log InBlockberry API
Changelog
Log In
Public BetaGuidesAPI ReferenceChangelog
Back to All
added

Beta v.1.10 Changelog

11 months ago by Dzmitry Sakalou

Mina API endpoint updates: 43 Mainnet endpoints are available now on Devnet. Read more➡️

43 Mina API Endpoints are now on Devnet:

  1. Accounts:
  • getAccounts,
  • getAccountByHash,
  • getAccountBalance,
  • getAccountDelegatee,
  • getAccountTransactions,
  • isSnarkerExist,
  • isValidatorExist,
  • getAccountTimingInfo,
  • getTopValidator,
  • getValidators,
  • getValidatorByAddress.
  1. Analytics:
  • getDashboardInfo,
  • getLatestTransactions,
  • getLatestZkAppTransactions.
  1. Block:
  • getBlocks,
  • getLatestBlockStateHash,
  • getBlockByHash.
  1. Snarks:
  • getSnarkers,
  • getSnarkJobsByProverAddress,
  • getSnarkerByAddress,
  • getSnarkJobsByBlockStateHash.
  1. Time Locks:
  • getTimeLocksAll,
  • getTimeLocksDay,
  • getTimeLocksMonth,
  • getTimeLocksYear.
  1. Transactions:
  • getBlockConfirmationByTransactionHash,
  • getTransaction,
  • getInternalCommands,
  • getPendingTransactions,
  • getTransactionByHash.
  1. ZkApps:
  • getZkAppTransactionsByAccountAddress,
  • getZkAppTransactionsByBlockStateHash,
  • getZkAppTransactions,
  • getZkAppTransactionBalanceChangeByTxHash,
  • getZkAppTxRawDataByHash,
  • getZkAppTransactionByTxHash,
  • getZkAppByAddress.