SV node internal API (CIP-0104, subject to change)
GET
SV node internal API (CIP-0104, subject to change). Returns the contents of a reward batch identified by its hash. The response is either a list of child batch hashes (for internal nodes) or a list of minting allowances (for leaf nodes).
Protocol Details
Inputs
Path parameters
number
required
OpenAPI type:
integer (int64).string
required
Outputs
200
application/json
GetRewardAccountingBatchResponse
required
404
application/json
string
required
History
Changed
0.6.5The operation moved from GET /v0/reward-accounting-process/rounds/{round_number}/batches/{batch_hash} to GET /v0/internal/reward-accounting-process/rounds/{round_number}/batches/{batch_hash}.
Introduced
0.6.0