Count

Get tickets count

get

Returns a total number of tickets.

Query parameters
idone of | nullableOptional

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

ticketerone of | nullableOptional

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

rawTypeone of | nullableOptional

Filter by ticket content type in Micheline format.
Click on the parameter to expand more details.

rawContentone of | nullableOptional

Filter by ticket content in Micheline format.
Click on the parameter to expand more details.

contentone of | nullableOptional

Filter by ticket content in JSON format.
Note, this parameter supports the following format: content{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?content.color.in=red,green).
Click on the parameter to expand more details.

typeHashone of | nullableOptional

Filter by 32-bit hash of ticket content type.
Click on the parameter to expand more details.

contentHashone of | nullableOptional

Filter by 32-bit hash of ticket content.
Click on the parameter to expand more details.

firstMinterone of | nullableOptional

Filter by address of the first minter.
Click on the parameter to expand more details.

firstLevelone of | nullableOptional

Filter by level of the block where the ticket was first seen.
Click on the parameter to expand more details.

firstTimeone of | nullableOptional

Filter by timestamp (ISO 8601) of the block where the ticket was first seen.
Click on the parameter to expand more details.

lastLevelone of | nullableOptional

Filter by level of the block where the ticket was last seen.
Click on the parameter to expand more details.

lastTimeone of | nullableOptional

Filter by timestamp (ISO 8601) of the block where the ticket was last seen.
Click on the parameter to expand more details.

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