- Docs
- Api%2Freference%2Fexplorer%2FGetBatch
Retrieve a specific batch
Retrieve detailed information about a specific transaction batch by its unique identifier. This endpoint returns comprehensive batch data including status, signatures, actions, and processing details for blockchain transaction management.
Path Parameters
batchId*string
Unique identifier of the transaction batch
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/batches/string"{
"id": "string",
"sequence": 0,
"hash": "string",
"prev_hash": "string",
"integrity_root": "string",
"prev_integrity_root": "string",
"sender": "string",
"l2_tx_hash": "string",
"l2_finalization_tx_hash": "string",
"commitment": "string",
"actions_hash": "string",
"affected_actions": [
{
"id": "string",
"hash": "string",
"name": "string",
"alias": "string"
}
],
"actions_count": 0,
"total_fee": "string",
"total_fee_wei": "string",
"version": 0,
"ipfs_url": "string",
"status": "building",
"proof": {
"type": "string",
"value": "string",
"public_values": "string",
"vkey": "string",
"message": "string"
},
"proof_id": "string",
"error": "string",
"challenge_window_end": "2019-08-24T14:15:22Z",
"when_completed": "2019-08-24T14:15:22Z",
"when_modified": "2019-08-24T14:15:22Z",
"when_created": "2019-08-24T14:15:22Z"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}