Count

Get smart rollup refute count

get

Returns a total number of smart rollup refute operations.

Query parameters
anyofone of | nullableOptional

Filter by any of the specified fields (sender, initiator, or opponent). Example: anyof.initiator.opponent=tz1... will return operations where initiator OR opponent is equal to the specified value. This parameter is useful when you need to get all operations somehow related to the account in a single request.
Click on the parameter to expand more details.

game.idone of | nullableOptional

Filter by internal TzKT id.
Click on the parameter to expand more details.

game.initiatorone of | nullableOptional

Filter by initiator (who found a wrong commitment and started the refutation game).
Click on the parameter to expand more details.

game.initiatorCommitment.idone of | nullableOptional

Filter by internal TzKT id.
Click on the parameter to expand more details.

game.initiatorCommitment.hashone of | nullableOptional

Filter by commitment hash.
Click on the parameter to expand more details.

game.opponentone of | nullableOptional

Filter by opponent (who was accused in publishing a wrong commitment).
Click on the parameter to expand more details.

game.opponentCommitment.idone of | nullableOptional

Filter by internal TzKT id.
Click on the parameter to expand more details.

game.opponentCommitment.hashone of | nullableOptional

Filter by commitment hash.
Click on the parameter to expand more details.

moveone of | nullableOptional

Filter by refutation game move (start, dissection, proof, or timeout).
Click on the parameter to expand more details.

gameStatusone of | nullableOptional

Filter by refutation game status (none, ongoing, loser, or draw).
Click on the parameter to expand more details.

rollupone of | nullableOptional

Filter by rollup address.
Click on the parameter to expand more details.

idone of | nullableOptional

Filter by internal TzKT id.
Click on the parameter to expand more details.

hashone of | nullableOptional

Filter by operation hash.
Click on the parameter to expand more details.

counterone of | nullableOptional

Filter by operation counter.
Click on the parameter to expand more details.

levelone of | nullableOptional

Filter by the domain level.
Click on the parameter to expand more details.

timestampone of | nullableOptional

Filter by timestamp (ISO 8601) of the operation.
Click on the parameter to expand more details.

statusone of | nullableOptional

Filter by operation status (applied, failed, backtracked, skipped).
Click on the parameter to expand more details.

senderone of | nullableOptional

Filter by operation sender address.
Click on the parameter to expand more details.

Responses
200Success
application/json
Responseinteger · int32
get
GET /v1/operations/sr_refute/count HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
1