Skip to main content
GET

Scan API

SV node internal API (CIP-0104, subject to change)

OpenAPISince 0.6.0Changed 0.6.5
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

Operation IDgetRewardAccountingBatch
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Path parameters

number
required
OpenAPI type: integer (int64).
string
required

Outputs

200

application/json
GetRewardAccountingBatchResponse
required

404

application/json
string
required

History

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

Introduced0.6.0