Accumulated weight data of a transaction
GET/transaction_acc_weight
Returns the accumulated weight and confirmation level of a transaction
Request
Query Parameters
id stringrequired
Hash in hex of the transaction/block
Responses
- 200
Success
- application/json
- Schema
- success
- error
Schema
any
Success
{
"accumulated_weight": 15.4,
"confirmation_level": 0.88,
"stop_value": 14.5,
"accumulated_bigger": true,
"success": true
}
Transaction not found
{
"success": false,
"message": "Transaction not found"
}
Loading...