Skip to main content
GET
/
v0
/
internal
/
reward-accounting-process
/
rounds
/
{round_number}
/
batches
/
{batch_hash}
/v0/internal/reward-accounting-process/rounds/{round_number}/batches/{batch_hash}
curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/internal/reward-accounting-process/rounds/{round_number}/batches/{batch_hash}
{
  "batch_type": "<string>",
  "child_hashes": [
    "<string>"
  ]
}

Path Parameters

round_number
integer<int64>
required
batch_hash
string
required

Hex-encoded batch hash

Response

ok

batch_type
string
required

The type of batch. BatchOfBatches: Contains child batch hashes. BatchOfMintingAllowances: Contains party + amount pairs.

child_hashes
string[]
required

Hex-encoded child batch hashes