For AI agents: visit https://docs.blockberry.one/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Blockberry API
GuidesAPI ReferenceChangelog
Public Beta

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

Beta v.1.10 Changelog

almost 2 years 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.