/
BL
blockberry
/
Sui mainnet API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
blockberry
Sui mainnet API
get
getBlockByHash
3e4cb73940b7
latest
OpenAPI 3.0.1
Apache 2.0
2026-07-26
142
209
237.7 KB
Accounts
33
Analytics
21
Blobs
3
Blocks
3
get
getBlocks
get
getLatestBlockStateHash
get
getBlockByHash
ChainInfo
2
Coins
9
DEFI
8
Mips
4
NFTs
15
Objects
6
Security
2
Snarks
4
Time Locks
4
Tokens
6
Transaction Blocks
8
Transactions
5
ZkApps
9
Blocks
getBlockByHash
Get block details by block state hash.
get
/v1/blocks/{stateHash}
Path parameters
stateHash
string
required
Block hash.
Block hash.
Response
OK
BlockViewDto
required
timestamp
integer
blockHeight
integer
transactionsCount
integer
isCanonical
integer
snarkersFee
number
transactionsFee
number
stateHash
string
parentHash
string
stagedLedgerHash
string
snarkedLedgerHash
string
globalSlot
integer
globalSlotSinceGenesis
integer
accountAddress
string
accountName
string
accountImg
string
coinbase
number
coinbaseReceiver
string
coinbaseReceiverName
string
coinbaseReceiverImg
string
winnerAddress
string
winnerName
string
winnerImg
string