Block and transaction
Block information
Last updated
Block information
Last updated
GET /block/ HTTP/1.1
Host: rest.metacoin.network:20923
Accept: */*
textGET /block/{block} HTTP/1.1
Host: rest.metacoin.network:20923
Accept: */*
{
"sn": 1,
"id": "text",
"timestamp": 1,
"transaction": [
{
"id": "text",
"timestamp": 1
}
]
}GET /transaction/{transaction_id} HTTP/1.1
Host: rest.metacoin.network:20923
Accept: */*
{
"address": "text",
"db_id": "text",
"db_sn": "text",
"id": "text",
"parameters": [
"text"
],
"timestamp": 1,
"token": 1,
"type": "Chaincode Install or Update",
"validationCode": "text",
"values": {
"addinfo": "text",
"balance": [
{
"token": "text",
"balance": "text",
"unlockdate": 1
}
],
"password": "text",
"pending": [
{}
],
"regdate": 1
}
}