Count

Get transactions count

get

Returns the total number of transaction operations.

Query parameters
anyofone of | nullableOptional

Filters transactions by any of the specified fields. Example: anyof.sender.target=tz1... will return operations where sender OR target is equal to the specified value. This parameter is useful when you need to retrieve all transactions associated with a specified account.

initiatorone of | nullableOptional

Filters transactions by initiator. Allowed fields for .eqx mode: target.

senderone of | nullableOptional

Filters transactions by sender. Allowed fields for .eqx mode: target.

targetone of | nullableOptional

Filters transactions by target. Allowed fields for .eqx mode: sender, initiator.

amountone of | nullableOptional

Filters transactions by amount (micro tez).

levelone of | nullableOptional

Filters transactions by level.

timestampone of | nullableOptional

Filters transactions by timestamp.

entrypointone of | nullableOptional

Filters transactions by entrypoint called on the target contract.

parameterone of | nullableOptional

Filters transactions by parameter value. Note, this query parameter supports the following format: ?parameter{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?parameter.token_id=... or ?parameter.sigs.0.ne=.... Also, note that .value part must be omitted in the path, so, for example, filtering by parameter.value.foo must be specified as ?parameter.foo=....

statusone of | nullableOptional

Filters transactions by operation status (applied, failed, backtracked, skipped).

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