Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/internal/reward-accounting-process/rounds/{round_number}/batches/{batch_hash}

GET
/
v0
/
internal
/
reward-accounting-process
/
rounds
/
{round_number}
/
batches
/
{batch_hash}
Try it
/v0/internal/reward-accounting-process/rounds/{round_number}/batches/{batch_hash}

cURL

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}
200
404
{
  "batch_type": "<string>",
  "child_hashes": [
    "<string>"
  ]
}

Path Parameters

round_number
integer<int64>
required
batch_hash
string
required

Hex-encoded batch hash

Response

200
application/json

ok

  • Option 1
  • Option 2
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