Block APIs
Get Block And Uncle Rewards by block number
URI
network
uri
Mainnet
GET https://explorerapi.wemix.com/v1/blocks/{block_number}
Testnet
GET https://explorerapi.test.wemix.com/v1/blocks/{block_number}
REQUEST PARAMETER
HEADER
key
value
required
api-key
api-key
true
REQUEST SAMPLE
RESPONSE PARAMETER
key
type
value
status
String
Status value of request
message
String
Message of request
results
Json
Result of request
results.data
List<Object>
List of data
results. data.timestamp
String
UTC time when the transaction occurred
results.data.miner
String
Address of block's miner
result.data.reward
String
Reward of block
results.data.fees
String
Fee used when block was created
results.data.block_number
Integer
Number of the block containing the transaction
results.data.mining_reward
String
Rewards specified when blocks are created (pmr)