Skip to main content
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).

Path parameters

number
required
OpenAPI type: integer (int64).
string
required
Hex-encoded batch hash

Responses

200

ok
application/json
GetRewardAccountingBatchResponse
required

404

not found
application/json
string
required

History

Updated0.6.5

The 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}.

Added0.6.0