Block
Body
skipnumberOptionalDefault:
Page count for skip according to limit value.
0limitnumber ยท max: 100OptionalDefault:
Record count for per page
10Responses
200
OK
application/json; charset=utf-8
countinteger ยท int32Required
Total number of blocks in the network
post
/getBlocksWithTransactionCount200
OK
Body
limitnumber ยท max: 100OptionalDefault:
Record count for per page
10blockHeightnumber ยท max: 100OptionalDefault:
Block Height (Block Count) to start.
5Responses
200
OK
application/json; charset=utf-8
countinteger ยท int32Required
Total number of blocks in the network
post
/getLastBlocksWithBlockHeight200
OK
Body
skipnumberOptionalDefault:
Page count for skip according to limit value.
0limitnumber ยท max: 100OptionalDefault:
Record count for per page
10Responses
200
OK
application/json; charset=utf-8
countinteger ยท int32Required
Total number of blocks in the network
post
/getBlocksDesc200
OK
Body
skipnumberOptionalDefault:
Page count for skip according to limit value.
0limitnumber ยท max: 100OptionalDefault:
Record count for per page
10Responses
200
OK
application/json; charset=utf-8
countinteger ยท int32Required
Total number of blocks in the network
post
/getOnlyBlocks200
OK
Body
blockNumbernumberRequired
Block Number
Responses
200
OK
application/json; charset=utf-8
confirmedbooleanRequired
Block confirmation status
_idstringRequired
Block ID
producerAddressstringRequired
Block producer address
totalFeenumberRequired
Total transaction fees
blockHeightinteger ยท int32Required
Block height
previousHashstringRequired
Previous block hash
hashstringRequired
Block hash
checkSumstringRequired
Block checksum
timeStampinteger ยท int64Required
Block timestamp
__vinteger ยท int32Required
Version key
confirmCountinteger ยท int32Required
Confirmation count
lastBlockinteger ยท int32Required
Last block height
post
/getBlock200
OK
Last updated