Home

TzKT API

v1.13.3
Base URL
https://xtz-index.nownodes.io

Authentication

api-keyAuthapiKey

API Key: api-key in header

Indexer

Accounts

Get accounts

GET
https://xtz-index.nownodes.io/v1/accounts

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of accounts.

Parameters

idInt32Parameter | nullquery

Filters by internal id.

addressAddressParameter | nullquery

Filters by address.

typeAccountTypeParameter | nullquery

Filters accounts by type (user, delegate, contract, rollup, smart_rollup, ghost).

kindContractKindParameter | nullquery

Filters accounts by contract kind (delegator_contract or smart_contract)

delegateAccountParameter | nullquery

Filters accounts by delegate. Allowed fields for .eqx mode: none.

balanceInt64Parameter | nullquery

Filters accounts by balance

stakedBoolParameter | nullquery

Filters accounts by participation in staking

lastActivityInt32Parameter | nullquery

Filters accounts by last activity level (where the account was updated)

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), balance, rollupBonds, firstActivity, lastActivity, numTransactions, numContracts.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get accounts count

GET
https://xtz-index.nownodes.io/v1/accounts/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of accounts.

Parameters

typeAccountTypeParameter | nullquery

Filters accounts by type (user, delegate, contract, rollup, smart_rollup, ghost).

kindContractKindParameter | nullquery

Filters accounts by contract kind (delegator_contract or smart_contract)

balanceInt64Parameter | nullquery

Filters accounts by balance

stakedBoolParameter | nullquery

Filters accounts by participation in staking

firstActivityInt32Parameter | nullquery

Filters accounts by first activity level (where the account was created)

Response

200OK

Get account by address

GET
https://xtz-index.nownodes.io/v1/accounts/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an account with the specified address.

Parameters

addressstringrequiredpath

Account address

legacybooleantruequery

If true (by default), the metadata field will contain tzkt profile info, or TZIP-16 metadata otherwise. This is a part of a deprecation mechanism, allowing smooth migration.

Response

200OK

Get account contracts

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/contracts

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of contracts created by (or related to) the specified account.

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

sortSortParameter | nullquery

Sorts contracts by specified field. Supported fields: id (default, desc), balance, creationLevel.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get account delegators

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/delegators

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of accounts delegated to the specified account.

Parameters

addressstringrequiredpath

Account address (starting with tz)

typeAccountTypeParameter | nullquery

Filters delegators by type (user, delegate, contract, rollup, smart_rollup, ghost).

balanceInt64Parameter | nullquery

Filters delegators by balance.

delegationLevelInt32Parameter | nullquery

Number of items to skip

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: delegationLevel (default, desc), balance.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get account operations

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/operations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of operations related to the specified account. Note: for better flexibility this endpoint accumulates query parameters (filters) of each /operations/{type} endpoint, so a particular filter may affect several operation types containing this filter. For example, if you specify an initiator it will affect all transactions, delegations and originations, because all these types have an initiator field.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type} (e.g. /v1/operations/transactions) instead, because it's much more efficient and way more flexible.

Parameters

addressstringrequiredpath

Account address

typestring | nullquery

Comma separated list of operation types to return (endorsement, preendorsement, ballot, proposal, activation, double_baking, double_endorsing, double_preendorsing, nonce_revelation, vdf_revelation, delegation, origination, transaction, reveal, register_constant, set_deposits_limit, increase_paid_storage, tx_rollup_origination, tx_rollup_submit_batch, tx_rollup_commit, tx_rollup_return_bond, tx_rollup_finalize_commitment, tx_rollup_remove_commitment, tx_rollup_rejection, tx_rollup_dispatch_tickets, transfer_ticket, migration, update_consensus_key, drain_delegate, sr_add_messages, sr_cement, sr_execute, sr_originate, sr_publish, sr_recover_bond, sr_refute, revelation_penalty, baking, endorsing_reward). If not specified then the default set will be returned.

initiatorAccountParameter | nullquery

Filters transactions, delegations and originations by initiator. Allowed fields for .eqx mode: none.

senderAccountParameter | nullquery

Filters transactions, delegations, originations, reveals and seed nonce revelations by sender. Allowed fields for .eqx mode: none.

targetAccountParameter | nullquery

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

prevDelegateAccountParameter | nullquery

Filters delegations by prev delegate. Allowed fields for .eqx mode: none.

newDelegateAccountParameter | nullquery

Filters delegations by new delegate. Allowed fields for .eqx mode: none.

contractManagerAccountParameter | nullquery

Filters origination operations by manager. Allowed fields for .eqx mode: none.

contractDelegateAccountParameter | nullquery

Filters origination operations by delegate. Allowed fields for .eqx mode: none.

originatedContractAccountParameter | nullquery

Filters origination operations by originated contract. Allowed fields for .eqx mode: none.

accuserAccountParameter | nullquery

Filters double baking and double endorsing by accuser. Allowed fields for .eqx mode: none.

offenderAccountParameter | nullquery

Filters double baking and double endorsing by offender. Allowed fields for .eqx mode: none.

bakerAccountParameter | nullquery

Filters seed nonce revelation operations by baker. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters operations by level.

timestampDateTimeParameter | nullquery

Filters operations by timestamp.

entrypointStringParameter | nullquery

Filters transactions by entrypoint called on the target contract.

parameterJsonParameter | nullquery

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=....

hasInternalsBoolParameter | nullquery

Filters transactions by presence of internal operations.

statusOperationStatusParameter | nullquery

Filters transactions, delegations, originations and reveals by operation status (applied, failed, backtracked, skipped).

sortSortModeDescendingquery

Sort mode (0 - ascending, 1 - descending), operations of different types can only be sorted by ID.

lastIdinteger<int64> | nullquery

Id of the last operation received, which is used as an offset for pagination

limitinteger<int32>[0, 1000]100query

Number of items to return

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get counter

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/counter

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns account counter

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

Response

200OK

Get balance

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/balance

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns account balance

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

Response

200OK

Get balance at level

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/balance_history/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns account balance at the specified block

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

levelinteger<int32>requiredpath

Block height at which you want to know account balance

Response

200OK

Get balance at date

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/balance_history/{datetime}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns account balance at the specified datetime

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

datetimestring<date-time>requiredpath

Datetime at which you want to know account balance (e.g. 2020-01-01, or 2019-12-30T23:42:59Z)

Response

200OK

Get balance history

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/balance_history

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns time series with historical balances (only changes, without duplicates).

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

stepinteger<int32> | nullquery

Step of the time series, for example if step = 1000 you will get balances at blocks 1000, 2000, 3000, ....

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts historical balances by specified field. Supported fields: level.

offsetinteger<int32>0query

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get account report

GET
https://xtz-index.nownodes.io/v1/accounts/{address}/report

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Exports account balance report in .csv format

Parameters

addressstringrequiredpath

Account address (starting with tz or KT)

fromstring<date-time> | nullquery

Start of the datetime range to filter by (ISO 8601, e.g. 2019-11-31)

tostring<date-time> | nullquery

End of the datetime range to filter by (ISO 8601, e.g. 2019-12-31)

currencystring | nullquery

Currency to convert amounts to (btc, eur, usd, cny, jpy, krw, eth, gbp)

historicalbooleanfalsequery

true if you want to use historical prices, false to use current price

delimiterstring | nullcommaquery

Column delimiter (comma, semicolon)

separatorstring | nullpointquery

Decimal separator (comma, point)

Response

200OK

BigMaps

Get bigmaps count

GET
https://xtz-index.nownodes.io/v1/bigmaps/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of bigmaps.

Response

200OK

Get bigmaps

GET
https://xtz-index.nownodes.io/v1/bigmaps

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of bigmaps.

Parameters

contractAccountParameter | nullquery

Filters bigmaps by smart contract address.

pathStringParameter | nullquery

Filters bigmaps by path in the contract storage.

tagsBigMapTagsParameter | nullquery

Filters bigmaps by tags: metadata, token_metadata, ledger.

activeboolean | nullquery

Filters bigmaps by status: true - active, false - removed.

lastLevelInt32Parameter | nullquery

Filters bigmaps by the last update level.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmaps by specified field. Supported fields: id (default), ptr, firstLevel, lastLevel, totalKeys, activeKeys, updates.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value type: 0 - JSON, 2 - Micheline

Response

200OK

Get bigmap keys

GET
https://xtz-index.nownodes.io/v1/bigmaps/keys

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of all bigmap keys.

Parameters

idInt32Parameter | nullquery

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

bigmapInt32Parameter | nullquery

Filter by bigmap ptr.
Click on the parameter to expand more details.

activeboolean | nullquery

Filters by status: true - active, false - removed.

hashExpressionParameter | nullquery

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

keyJsonParameter | nullquery

Filter by key.
Note, this parameter supports the following format: key{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?key.foo.in=bar,baz).
Click on the parameter to expand more details.

valueJsonParameter | nullquery

Filter by value.
Note, this parameter supports the following format: value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?value.foo.in=bar,baz).
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

updatesInt32Parameter | nullquery

Filter by number of actions with the bigmap key.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

michelineMichelineFormatJsonquery

Format of the key and value fields: 0 - JSON, 2 - Micheline

Response

200OK

Get bigmap updates count

GET
https://xtz-index.nownodes.io/v1/bigmaps/updates/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of bigmap updates.

Parameters

bigmapInt32Parameter | nullquery

Filters by bigmap ptr

pathStringParameter | nullquery

Filters by bigmap path

contractAccountParameter | nullquery

Filters by bigmap contract

tagsBigMapTagsParameter | nullquery

Filters by bigmap tags: metadata, token_metadata, ledger

actionBigMapActionParameter | nullquery

Filters by action

valueJsonParameter | nullquery

Filters by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

levelInt32Parameter | nullquery

Filters by level

timestampTimestampParameter | nullquery

Filters by timestamp

Response

200OK

Get bigmap updates

GET
https://xtz-index.nownodes.io/v1/bigmaps/updates

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of all bigmap updates.

Parameters

bigmapInt32Parameter | nullquery

Filters by bigmap ptr

pathStringParameter | nullquery

Filters by bigmap path

contractAccountParameter | nullquery

Filters by bigmap contract

tagsBigMapTagsParameter | nullquery

Filters by bigmap tags: metadata, token_metadata, ledger

actionBigMapActionParameter | nullquery

Filters by action

valueJsonParameter | nullquery

Filters by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

levelInt32Parameter | nullquery

Filters by level

timestampTimestampParameter | nullquery

Filters by timestamp

sortSortParameter | nullquery

Sorts bigmaps by specified field. Supported fields: id (default), ptr, firstLevel, lastLevel, totalKeys, activeKeys, updates.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value type: 0 - JSON, 2 - Micheline

Response

200OK

Get bigmap by Id

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a bigmap with the specified Id.

Parameters

idinteger<int32>requiredpath

Bigmap Id

michelineMichelineFormatJsonquery

Format of the bigmap key and value type: 0 - JSON, 2 - Micheline

Response

200OK

Get bigmap type

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/type

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a type of the bigmap with the specified Id in Micheline format (with annotations).

Parameters

idinteger<int32>requiredpath

Bigmap Id

Response

200OK

Get bigmap keys

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/keys

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of bigmap keys.

Parameters

idinteger<int32>requiredpath

Bigmap Id

activeboolean | nullquery

Filters keys by status: true - active, false - removed.

keyJsonParameter | nullquery

Filters keys by JSON key. Note, this query parameter supports the following format: ?key{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?key.token_id=....

valueJsonParameter | nullquery

Filters keys by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

lastLevelInt32Parameter | nullquery

Filters bigmap keys by the last update level.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmap keys by specified field. Supported fields: id (default), firstLevel, lastLevel, updates.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap key

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/keys/{key}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the specified bigmap key.

Parameters

idinteger<int32>requiredpath

Bigmap Id

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap key updates

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/keys/{key}/updates

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns updates history for the specified bigmap key.

Parameters

idinteger<int32>requiredpath

Bigmap Id

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

sortSortParameter | nullquery

Sorts bigmap updates by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the key value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get historical keys

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/historical_keys/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of bigmap keys at the specific block.

Parameters

idinteger<int32>requiredpath

Bigmap Id

levelinteger<int32>requiredpath

Level of the block at which you want to get bigmap keys

activeboolean | nullquery

Filters keys by status: true - active, false - removed.

keyJsonParameter | nullquery

Filters keys by JSON key. Note, this query parameter supports the following format: ?key{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?key.token_id=....

valueJsonParameter | nullquery

Filters keys by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmap keys by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get historical key

GET
https://xtz-index.nownodes.io/v1/bigmaps/{id}/historical_keys/{level}/{key}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the specified bigmap key at the specific block.

Parameters

idinteger<int32>requiredpath

Bigmap Id

levelinteger<int32>requiredpath

Level of the block at which you want to get bigmap key

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Blocks

Get blocks count

GET
https://xtz-index.nownodes.io/v1/blocks/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of blocks.

Response

200OK

Get blocks

GET
https://xtz-index.nownodes.io/v1/blocks

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of blocks.

Parameters

bakerAccountParameter | nullquery

[DEPRECATED]

anyofAnyOfParameter | nullquery

Filters by any of the specified fields. Example: anyof.proposer.producer=tz1....

proposerAccountParameter | nullquery

Filters blocks by block proposer. Allowed fields for .eqx mode: none.

producerAccountParameter | nullquery

Filters blocks by block producer. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters blocks by level.

timestampDateTimeParameter | nullquery

Filters blocks by timestamp.

priorityInt32Parameter | nullquery

[DEPRECATED]

blockRoundInt32Parameter | nullquery

Filters blocks by block round.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts blocks by specified field. Supported fields: id (default), level, payloadRound, blockRound, validations, reward, bonus, fees.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get block by hash

GET
https://xtz-index.nownodes.io/v1/blocks/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a block with the specified hash.

Parameters

hashstringrequiredpath

Block hash

operationsbooleanfalsequery

Flag indicating whether to include block operations into returned object or not

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get block by level

GET
https://xtz-index.nownodes.io/v1/blocks/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a block at the specified level.

Parameters

levelinteger<int32>requiredpath

Block level

operationsbooleanfalsequery

Flag indicating whether to include block operations into returned object or not

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get timestamp by level

GET
https://xtz-index.nownodes.io/v1/blocks/{level}/timestamp

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a timestamp of the block at the specified level.

Parameters

levelinteger<int32>requiredpath

Block level

Response

200OK

Get block by timestamp

GET
https://xtz-index.nownodes.io/v1/blocks/{timestamp}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a block closest to the specified timestamp.

Parameters

timestampstring<date-time>requiredpath

Timestamp, e.g. 2020-01-01T00:00:00Z

operationsbooleanfalsequery

Flag indicating whether to include block operations into returned object or not

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get level by timestamp

GET
https://xtz-index.nownodes.io/v1/blocks/{timestamp}/level

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a level of the block closest to the specified timestamp.

Parameters

timestampstring<date-time>requiredpath

Timestamp, e.g. 2020-01-01T00:00:00Z

Response

200OK

Commitments

Get commitment by blinded address

GET
https://xtz-index.nownodes.io/v1/commitments/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a commitment with the specified blinded address.

Parameters

addressstringrequiredpath

Blinded address (starting with btz)

Response

200OK

Get commitments

GET
https://xtz-index.nownodes.io/v1/commitments

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of commitments.

Parameters

activatedboolean | nullquery

Filters commitments by activation status

activationLevelInt32NullParameter | nullquery

Filters commitments by activation level

balanceInt64Parameter | nullquery

Filters commitments by activated balance

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), balance, activationLevel.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get commitments count

GET
https://xtz-index.nownodes.io/v1/commitments/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of commitments.

Parameters

activatedboolean | nullquery

Filters commitments by activation status

balanceInt64Parameter | nullquery

Filters commitments by activated balance

Response

200OK

Constants

Get global constants

GET
https://xtz-index.nownodes.io/v1/constants

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of global constants.

Parameters

addressExpressionParameter | nullquery

Filters constants by global address (starts with expr..).

creationLevelInt32Parameter | nullquery

Filters constants by creation level.

creationTimeTimestampParameter | nullquery

Filters constants by creation time.

creatorAccountParameter | nullquery

Filters constants by creator.

refsInt32Parameter | nullquery

Filters constants by number of refs.

sizeInt32Parameter | nullquery

Filters constants by size in bytes.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), creationLevel, size, refs.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

formatinteger<int32>[0, 2]0query

Constant value format (0 - micheline, 1 - michelson, 2 - bytes (base64))

Response

200OK

Get global constant by address

GET
https://xtz-index.nownodes.io/v1/constants/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns global constant with specified address (expression hash).

Parameters

addressstringrequiredpath

Global address (starts with expr..)

formatinteger<int32>[0, 2]0query

Constant value format (0 - micheline, 1 - michelson, 2 - bytes (base64))

Response

200OK

Get global constants count

GET
https://xtz-index.nownodes.io/v1/constants/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of global constants.

Parameters

refsInt32Parameter | nullquery

Filters constants by number of refs.

Response

200OK

Contracts

Get contracts

GET
https://xtz-index.nownodes.io/v1/contracts

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of contract accounts.

Parameters

idInt64Parameter | nullquery

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

addressAddressParameter | nullquery

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

kindContractKindParameter | nullquery

Filter by kind (delegator_contract, smart_contract, or asset).
Click on the parameter to expand more details.

tzipsContractTagsParameter | nullquery

Filter by tzips (fa1, fa12, or fa2).
Click on the parameter to expand more details.

balanceInt64Parameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

creatorAccountParameter | nullquery

Filter by creator.
Click on the parameter to expand more details.

managerAccountParameter | nullquery

Filter by manager.
Click on the parameter to expand more details.

delegateAccountParameter | nullquery

Filter by delegate.
Click on the parameter to expand more details.

firstActivityInt32Parameter | nullquery

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

firstActivityTimeTimestampParameter | nullquery

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

lastActivityInt32Parameter | nullquery

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

lastActivityTimeTimestampParameter | nullquery

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

typeHashInt32Parameter | nullquery

Filter by 32-bit hash of contract parameter and storage types (helpful for searching similar contracts).
Click on the parameter to expand more details.

codeHashInt32Parameter | nullquery

Filter by 32-bit hash of contract code (helpful for searching same contracts).
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

includeStoragebooleanfalsequery

Specifies whether to include contract storage into response.

Response

200OK

Get contracts count

GET
https://xtz-index.nownodes.io/v1/contracts/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of contract accounts.

Parameters

idInt64Parameter | nullquery

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

addressAddressParameter | nullquery

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

kindContractKindParameter | nullquery

Filter by kind (delegator_contract, smart_contract, or asset).
Click on the parameter to expand more details.

tzipsContractTagsParameter | nullquery

Filter by tzips (fa1, fa12, or fa2).
Click on the parameter to expand more details.

balanceInt64Parameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

creatorAccountParameter | nullquery

Filter by creator.
Click on the parameter to expand more details.

managerAccountParameter | nullquery

Filter by manager.
Click on the parameter to expand more details.

delegateAccountParameter | nullquery

Filter by delegate.
Click on the parameter to expand more details.

firstActivityInt32Parameter | nullquery

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

firstActivityTimeTimestampParameter | nullquery

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

lastActivityInt32Parameter | nullquery

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

lastActivityTimeTimestampParameter | nullquery

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

typeHashInt32Parameter | nullquery

Filter by 32-bit hash of contract parameter and storage types (helpful for searching similar contracts).
Click on the parameter to expand more details.

codeHashInt32Parameter | nullquery

Filter by 32-bit hash of contract code (helpful for searching same contracts).
Click on the parameter to expand more details.

Response

200OK

Get contract by address

GET
https://xtz-index.nownodes.io/v1/contracts/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a contract account with the specified address.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

legacybooleantruequery

If true (by default), the metadata field will contain tzkt profile info, or TZIP-16 metadata otherwise. This is a part of a deprecation mechanism, allowing to switch to new functionality smoothly.

Response

200OK

Get same contracts

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/same

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contracts which have the same script as the specified one. Note, contract scripts are compared by 32-bit hash, so in very rare cases there may be collisions.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

includeStoragebooleanfalsequery

Specifies whether to include contract storage value in response.

Response

200OK

Get similar contracts

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/similar

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contracts which have the same interface (parameter and storage types) as the specified one. Note, contract parameter and storage types are compared by 32-bit hash, so in very rare cases there may be collisions.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

includeStoragebooleanfalsequery

Specifies whether to include contract storage value in response.

Response

200OK

Get contract code

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/code

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a code of the specified contract.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

levelinteger<int32>0query

Level at which contract code should be taken. If 0 or not specified, the current value will be returned.

formatinteger<int32>[0, 2]0query

Code format (0 - micheline, 1 - michelson, 2 - bytes (base64))

Response

200OK

Get JSON Schema [2020-12] interface for the contract

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/interface

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns standard JSON Schema for contract storage, entrypoints, and Big_map entries.

Parameters

addressstringrequiredpath

Contract address

Response

200OK

Get contract entrypoints

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns entrypoints of the specified contract.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

allbooleanfalsequery

If true, returns all entrypoints, including unused ones. Unused means that the entrypoint can be normalized to a more specific one. For example here (or %entry1 (unit %entry2) (nat %entry3)) the %entry1 is unused entrypoint because it can be normalized to %entry2 or %entry3

jsonbooleantruequery

Include parameters schema in human-readable JSON format

michelinebooleanfalsequery

Include parameters schema in micheline format

michelsonbooleanfalsequery

Include parameters schema in michelson format

Response

200OK

Get entrypoint by name

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints/{name}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contract's entrypoint with specified name.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

namestringrequiredpath

Entrypoint name

jsonbooleantruequery

Include parameters schema in human-readable JSON format

michelinebooleanfalsequery

Include parameters schema in micheline format

michelsonbooleanfalsequery

Include parameters schema in michelson format

Response

200OK

Get contract views

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/views

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns all views of the specified contract.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

jsonbooleantruequery

Include parameter and return types in human-readable JSON format

michelinebooleanfalsequery

Include parameter and return types in micheline format

michelsonbooleanfalsequery

Include parameter and return types in michelson format

Response

200OK

Get view by name

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/views/{name}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contract view with specified name.

Parameters

addressstringrequiredpath

Contract address (starting with KT)

namestringrequiredpath

View name

jsonbooleantruequery

Include parameter and return types in human-readable JSON format

michelinebooleanfalsequery

Include parameter and return types in micheline format

michelsonbooleanfalsequery

Include parameter and return types in michelson format

Response

200OK

Build entrypoint parameters

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints/{name}/build

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns micheline parameters converted from its JSON representation.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Entrypoint name

valuestring | nullquery

Json parameters

Response

200OK

Build entrypoint parameters

POST
https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints/{name}/build

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns micheline parameters converted from its JSON representation.

Body

application/json

Json parameters

any

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Entrypoint name

Response

200OK

Get contract storage

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contract storage value in JSON format.

Parameters

addressstringrequiredpath

Contract address

levelinteger<int32>0query

Level at which storage value should be taken. If 0 or not specified, the current value will be returned.

pathstring | nullquery

Path in the JSON value (point-separated list of field names, e.g. path=settings.refund_time to return

Response

200OK

Get contract storage schema

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage/schema

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns JSON schema of the contract storage.

Parameters

addressstringrequiredpath

Contract address

levelinteger<int32>0query

Level at which storage schema should be taken. If 0 or not specified, the current schema will be returned.

Response

200OK

Get contract storage history

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage/history

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contract storage historical values.

Parameters

addressstringrequiredpath

Contract address

lastIdinteger<int32>0query

Id of the last item received (for pagination)

limitinteger<int32>[0, 1000]10query

Maximum number of items to return

Response

200OK

Get raw contract storage

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage/raw

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns raw contract storage value in micheline format.

Parameters

addressstringrequiredpath

Contract address

levelinteger<int32>0query

Level at which storage value should be taken. If 0 or not specified, the current value will be returned.

Response

200OK

Get raw contract storage schema

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage/raw/schema

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns micheline schema (type) of the contract storage.

Parameters

addressstringrequiredpath

Contract address

levelinteger<int32>0query

Level at which storage schema should be taken. If 0 or not specified, the current schema will be returned.

Response

200OK

Get raw contract storage history

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/storage/raw/history

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns raw contract storage historical values.

Parameters

addressstringrequiredpath

Contract address

lastIdinteger<int32>0query

Id of the last item received (for pagination)

limitinteger<int32>[0, 1000]10query

Maximum number of items to return

Response

200OK

Get contract bigmaps

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns all active bigmaps allocated in the contract storage.

Parameters

addressstringrequiredpath

Contract address

tagsBigMapTagsParameter | nullquery

Filters bigmaps tags (metadata, token_metadata, ledger).

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmaps by specified field. Supported fields: id (default), firstLevel, lastLevel, totalKeys, activeKeys, updates.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap by name

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns contract bigmap with the specified name or storage path.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap keys

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}/keys

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns keys of a contract bigmap with the specified name.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

activeboolean | nullquery

Filters keys by status: true - active, false - removed.

keyJsonParameter | nullquery

Filters keys by JSON key. Note, this query parameter supports the following format: ?key{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?key.token_id=....

valueJsonParameter | nullquery

Filters keys by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

lastLevelInt32Parameter | nullquery

Filters bigmap keys by the last update level.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmap keys by specified field. Supported fields: id (default), firstLevel, lastLevel, updates.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap key

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}/keys/{key}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the specified bigmap key.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get bigmap key updates

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}/keys/{key}/updates

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns updates history for the specified bigmap key.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

sortSortParameter | nullquery

Sorts bigmap updates by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the key value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get historical keys

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}/historical_keys/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of bigmap keys at the specific block.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

levelinteger<int32>requiredpath

Level of the block at which you want to get bigmap keys

activeboolean | nullquery

Filters keys by status: true - active, false - removed.

keyJsonParameter | nullquery

Filters keys by JSON key. Note, this query parameter supports the following format: ?key{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?key.token_id=....

valueJsonParameter | nullquery

Filters keys by JSON value. Note, this query parameter supports the following format: ?value{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?value.balance.gt=....

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts bigmap keys by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Get historical key

GET
https://xtz-index.nownodes.io/v1/contracts/{address}/bigmaps/{name}/historical_keys/{level}/{key}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the specified bigmap key at the specific block.

Parameters

addressstringrequiredpath

Contract address

namestringrequiredpath

Bigmap name is the last piece of the bigmap storage path. For example, if the storage path is ledger or assets.ledger, then the name is ledger. If there are multiple bigmaps with the same name, for example assets.ledger and tokens.ledger, you can specify the full path.

levelinteger<int32>requiredpath

Level of the block at which you want to get bigmap key

keystringrequiredpath

Either a key hash (expr123...) or a plain value (foo...). Even if the key is complex (an object or an array), you can specify it as is, for example, /keys/{"address":"tz123","nat":"123"}.

michelineMichelineFormatJsonquery

Format of the bigmap key and value: 0 - JSON, 1 - JSON string, 2 - Micheline, 3 - Micheline string

Response

200OK

Cycles

Get cycles count

GET
https://xtz-index.nownodes.io/v1/cycles/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of cycles, including future cycles.

Response

200OK

Get cycles

GET
https://xtz-index.nownodes.io/v1/cycles

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of cycles, including future cycles.

Parameters

snapshotIndexInt32Parameter | nullquery

Filters cycles by snapshot index (0..15)

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts cycles by specified field. Supported fields: index (default, desc).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get cycle by index

GET
https://xtz-index.nownodes.io/v1/cycles/{index}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a cycle at the specified index.

Parameters

indexinteger<int32>requiredpath

Cycle index starting from zero

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Delegates

Get delegates

GET
https://xtz-index.nownodes.io/v1/delegates

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of delegate accounts.

Parameters

activeBoolParameter | nullquery

Delegate status to filter by (true - only active, false - only deactivated, undefined - all delegates)

lastActivityInt32Parameter | nullquery

Filters delegates by last activity level (where the delegate was updated)

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), activationLevel, deactivationLevel, stakingBalance, balance, numDelegators.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get delegates count

GET
https://xtz-index.nownodes.io/v1/delegates/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of delegate accounts.

Parameters

activeBoolParameter | nullquery

Delegate status to filter by (true - only active, false - only deactivated, undefined - all delegates)

Response

200OK

Get delegate by address

GET
https://xtz-index.nownodes.io/v1/delegates/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a delegate with the specified address.

Parameters

addressstringrequiredpath

Delegate address (starting with tz)

Response

200OK

Domains

Get domains count

GET
https://xtz-index.nownodes.io/v1/domains/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of domains.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

nameStringParameter | nullquery

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

ownerAddressNullParameter | nullquery

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

addressAddressNullParameter | nullquery

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

reverseBoolParameter | nullquery

Filter by the 'reverse' flag.
Click on the parameter to expand more details.

expirationDateTimeParameter | nullquery

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

dataJsonParameter | nullquery

Filter by the domain data.
Note, this parameter supports the following format: data{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?data.foo=bar).
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

Response

200OK

Get domains

GET
https://xtz-index.nownodes.io/v1/domains

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of domains.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

nameStringParameter | nullquery

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

ownerAddressNullParameter | nullquery

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

addressAddressNullParameter | nullquery

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

reverseBoolParameter | nullquery

Filter by the 'reverse' flag.
Click on the parameter to expand more details.

expirationDateTimeParameter | nullquery

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

dataJsonParameter | nullquery

Filter by the domain data.
Note, this parameter supports the following format: data{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?data.foo=bar).
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get domain by name

GET
https://xtz-index.nownodes.io/v1/domains/{name}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the domain with the specified name.

Parameters

namestringrequiredpath

Domain name

Response

200OK

Events

Get contract events count

GET
https://xtz-index.nownodes.io/v1/contracts/events/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of contract events.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the event was emitted.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

contractAccountParameter | nullquery

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

codeHashInt32Parameter | nullquery

Filter by hash of the code of the contract emitted the event.
Click on the parameter to expand more details.

tagStringParameter | nullquery

Filter by event tag.
Click on the parameter to expand more details.

payloadJsonParameter | nullquery

Filter by payload.
Note, this parameter supports the following format: payload{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?payload.foo.bar.in=1,2,3).
Click on the parameter to expand more details.

transactionIdInt64Parameter | nullquery

Filter by id of the transaction, in which the event was emitted.
Click on the parameter to expand more details.

Response

200OK

Get contract events

GET
https://xtz-index.nownodes.io/v1/contracts/events

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of contract events.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the event was emitted.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

contractAccountParameter | nullquery

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

codeHashInt32Parameter | nullquery

Filter by hash of the code of the contract emitted the event.
Click on the parameter to expand more details.

tagStringParameter | nullquery

Filter by event tag.
Click on the parameter to expand more details.

payloadJsonParameter | nullquery

Filter by payload.
Note, this parameter supports the following format: payload{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?payload.foo.bar.in=1,2,3).
Click on the parameter to expand more details.

transactionIdInt64Parameter | nullquery

Filter by id of the transaction, in which the event was emitted.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Head

Get indexer head

GET
https://xtz-index.nownodes.io/v1/head

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns indexer head and synchronization status.

Response

200OK

Helpers

Inject operation

POST
https://xtz-index.nownodes.io/v1/helpers/inject

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Injects signed operation to the blockchain and returns the operation hash.

Body

application/json

Forged operation bytes + signature in hex format.

string

Parameters

asyncbooleantruequery

If true, the function returns immediately. Otherwise, the operation will be validated before the result is returned.

Response

200OK

Run script view

POST
https://xtz-index.nownodes.io/v1/helpers/view/{contract}/{name}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Simulate a call to a michelson view

Body

application/json

Input to be passed to the contract view (in human-readable format, see "Json schema" on tzkt.io)

any

Parameters

contractstringrequiredpath

Contract address

namestringrequiredpath

View name

Response

200OK

Operations

Get operations by hash

GET
https://xtz-index.nownodes.io/v1/operations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of operations with the specified hash.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash} (e.g. /v1/operations/transactions/{hash}) instead, because it's much more efficient.

Parameters

hashstringrequiredpath

Operation hash

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get operations by hash and counter

GET
https://xtz-index.nownodes.io/v1/operations/{hash}/{counter}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of operations with the specified hash and counter.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash}/{counter} (e.g. /v1/operations/transactions/{hash}/{counter}) instead, because it's much more efficient.

Parameters

hashstringrequiredpath

Operation hash

counterinteger<int32>requiredpath

Operation counter

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get operations by hash, counter and nonce

GET
https://xtz-index.nownodes.io/v1/operations/{hash}/{counter}/{nonce}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an internal operations with the specified hash, counter and nonce.
NOTE: if you know in advance what operation type you want to get (e.g. transactions), prefer using /v1/operations/{type}/{hash}/{counter}/{nonce} (e.g. /v1/operations/transactions/{hash}/{counter}/{nonce}) instead, because it's much more efficient.

Parameters

hashstringrequiredpath

Operation hash

counterinteger<int32>requiredpath

Operation counter

nonceinteger<int32>requiredpath

Operation nonce (internal)

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get operation status

GET
https://xtz-index.nownodes.io/v1/operations/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.
NOTE: if you know in advance what operation type you want to check (e.g. transactions), prefer using /v1/operations/{type}/{hash}/status (e.g. /v1/operations/transactions/{hash}/status) instead, because it's much more efficient.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get endorsements

GET
https://xtz-index.nownodes.io/v1/operations/endorsements

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of endorsement operations.

Parameters

delegateAccountParameter | nullquery

Filters endorsements by delegate. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters endorsements by level.

timestampDateTimeParameter | nullquery

Filters endorsements by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts endorsements by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get endorsement by hash

GET
https://xtz-index.nownodes.io/v1/operations/endorsements/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an endorsement operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get endorsements count

GET
https://xtz-index.nownodes.io/v1/operations/endorsements/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of endorsement operations.

Parameters

levelInt32Parameter | nullquery

Filters endorsements by level.

timestampDateTimeParameter | nullquery

Filters endorsements by timestamp.

Response

200OK

Get preendorsements

GET
https://xtz-index.nownodes.io/v1/operations/preendorsements

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of preendorsement operations.

Parameters

delegateAccountParameter | nullquery

Filters by delegate. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get preendorsement by hash

GET
https://xtz-index.nownodes.io/v1/operations/preendorsements/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an preendorsement operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get preendorsements count

GET
https://xtz-index.nownodes.io/v1/operations/preendorsements/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of preendorsement operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get ballots

GET
https://xtz-index.nownodes.io/v1/operations/ballots

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of ballot operations.

Parameters

delegateAccountParameter | nullquery

Filters ballots by delegate. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters ballots by level.

timestampDateTimeParameter | nullquery

Filters ballots by timestamp.

epochInt32Parameter | nullquery

Filters ballots by voting epoch.

periodInt32Parameter | nullquery

Filters ballots by voting period.

proposalProtocolParameter | nullquery

Filters ballots by proposal hash.

voteVoteParameter | nullquery

Filters ballots by vote (yay, nay, pass).

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts ballots by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get ballot by hash

GET
https://xtz-index.nownodes.io/v1/operations/ballots/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a ballot operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get ballots count

GET
https://xtz-index.nownodes.io/v1/operations/ballots/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of ballot operations.

Parameters

levelInt32Parameter | nullquery

Filters ballot operations by level.

timestampDateTimeParameter | nullquery

Filters ballot operations by timestamp.

Response

200OK

Get proposals

GET
https://xtz-index.nownodes.io/v1/operations/proposals

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of proposal operations.

Parameters

delegateAccountParameter | nullquery

Filters proposal operations by delegate. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters proposal operations by level.

timestampDateTimeParameter | nullquery

Filters proposal operations by timestamp.

epochInt32Parameter | nullquery

Filters proposal operations by voting epoch.

periodInt32Parameter | nullquery

Filters proposal operations by voting period.

proposalProtocolParameter | nullquery

Filters proposal operations by proposal hash.

duplicatedBoolParameter | nullquery

Specify whether to include or exclude duplicates, which didn't actually upvote a proposal.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts proposal operations by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get proposal by hash

GET
https://xtz-index.nownodes.io/v1/operations/proposals/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a proposal operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get proposals count

GET
https://xtz-index.nownodes.io/v1/operations/proposals/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of proposal operations.

Parameters

levelInt32Parameter | nullquery

Filters proposal operations by level.

timestampDateTimeParameter | nullquery

Filters proposal operations by timestamp.

Response

200OK

Get activations

GET
https://xtz-index.nownodes.io/v1/operations/activations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of activation operations.

Parameters

accountAccountParameter | nullquery

Filters activations by account. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters activations by level.

timestampDateTimeParameter | nullquery

Filters activations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts activations by specified field. Supported fields: id (default), level, balance.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get activation by hash

GET
https://xtz-index.nownodes.io/v1/operations/activations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an activation operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get activations count

GET
https://xtz-index.nownodes.io/v1/operations/activations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of activation operations.

Parameters

levelInt32Parameter | nullquery

Filters activations by level.

timestampDateTimeParameter | nullquery

Filters activations by timestamp.

Response

200OK

Get double baking

GET
https://xtz-index.nownodes.io/v1/operations/double_baking

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of double baking operations.

Parameters

anyofAnyOfParameter | nullquery

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

accuserAccountParameter | nullquery

Filters double baking operations by accuser. Allowed fields for .eqx mode: offender.

offenderAccountParameter | nullquery

Filters double baking operations by offender. Allowed fields for .eqx mode: accuser.

levelInt32Parameter | nullquery

Filters double baking operations by level.

timestampDateTimeParameter | nullquery

Filters double baking operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts double baking operations by specified field. Supported fields: id (default), level, accusedLevel, accuserRewards, offenderLostDeposits, offenderLostRewards, offenderLostFees.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double baking by hash

GET
https://xtz-index.nownodes.io/v1/operations/double_baking/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a double baking operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double baking count

GET
https://xtz-index.nownodes.io/v1/operations/double_baking/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of double baking operations.

Parameters

levelInt32Parameter | nullquery

Filters double baking operations by level.

timestampDateTimeParameter | nullquery

Filters double baking operations by timestamp.

Response

200OK

Get double endorsing

GET
https://xtz-index.nownodes.io/v1/operations/double_endorsing

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of double endorsing operations.

Parameters

anyofAnyOfParameter | nullquery

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

accuserAccountParameter | nullquery

Filters double endorsing operations by accuser. Allowed fields for .eqx mode: offender.

offenderAccountParameter | nullquery

Filters double endorsing operations by offender. Allowed fields for .eqx mode: accuser.

levelInt32Parameter | nullquery

Filters double endorsing operations by level.

timestampDateTimeParameter | nullquery

Filters double endorsing operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts double endorsing operations by specified field. Supported fields: id (default), level, accusedLevel, accuserRewards, offenderLostDeposits, offenderLostRewards, offenderLostFees.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double endorsing by hash

GET
https://xtz-index.nownodes.io/v1/operations/double_endorsing/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a double endorsing operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double endorsing count

GET
https://xtz-index.nownodes.io/v1/operations/double_endorsing/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of double endorsing operations.

Parameters

levelInt32Parameter | nullquery

Filters double endorsing operations by level.

timestampDateTimeParameter | nullquery

Filters double endorsing operations by timestamp.

Response

200OK

Get double preendorsing

GET
https://xtz-index.nownodes.io/v1/operations/double_preendorsing

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of double preendorsing operations.

Parameters

anyofAnyOfParameter | nullquery

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

accuserAccountParameter | nullquery

Filters by accuser. Allowed fields for .eqx mode: offender.

offenderAccountParameter | nullquery

Filters by offender. Allowed fields for .eqx mode: accuser.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, accusedLevel, accuserRewards, offenderLostDeposits, offenderLostRewards, offenderLostFees.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double preendorsing by hash

GET
https://xtz-index.nownodes.io/v1/operations/double_preendorsing/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a double preendorsing operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get double preendorsing count

GET
https://xtz-index.nownodes.io/v1/operations/double_preendorsing/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of double preendorsing operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get nonce revelations

GET
https://xtz-index.nownodes.io/v1/operations/nonce_revelations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of seed nonce revelation operations.

Parameters

anyofAnyOfParameter | nullquery

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

bakerAccountParameter | nullquery

Filters nonce revelation operations by baker. Allowed fields for .eqx mode: sender.

senderAccountParameter | nullquery

Filters nonce revelation operations by sender. Allowed fields for .eqx mode: baker.

levelInt32Parameter | nullquery

Filters nonce revelation operations by level.

revealedCycleInt32Parameter | nullquery

Filters by cycle for which the nonce was revealed.

timestampDateTimeParameter | nullquery

Filters nonce revelation operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts nonce revelation operations by specified field. Supported fields: id (default), level, revealedLevel.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get nonce revelation by hash

GET
https://xtz-index.nownodes.io/v1/operations/nonce_revelations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a seed nonce revelation operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get nonce revelations count

GET
https://xtz-index.nownodes.io/v1/operations/nonce_revelations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of seed nonce revelation operations.

Parameters

levelInt32Parameter | nullquery

Filters seed nonce revelation operations by level.

timestampDateTimeParameter | nullquery

Filters seed nonce revelation operations by timestamp.

Response

200OK

Get vdf revelations

GET
https://xtz-index.nownodes.io/v1/operations/vdf_revelations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of vdf revelation operations.

Parameters

bakerAccountParameter | nullquery

Filters by baker. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

cycleInt32Parameter | nullquery

Filters by cycle in which the operation was included.

timestampDateTimeParameter | nullquery

Filters by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get vdf revelation by hash

GET
https://xtz-index.nownodes.io/v1/operations/vdf_revelations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a vdf revelation operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get vdf revelations count

GET
https://xtz-index.nownodes.io/v1/operations/vdf_revelations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of vdf revelation operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get drain delegate

GET
https://xtz-index.nownodes.io/v1/operations/drain_delegate

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of drain delegate operations.

Parameters

anyofAnyOfParameter | nullquery

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

delegateAccountParameter | nullquery

Filters by drained baker. Allowed fields for .eqx mode: none.

targetAccountParameter | nullquery

Filters by target. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get drain delegate by hash

GET
https://xtz-index.nownodes.io/v1/operations/drain_delegate/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a drain delegate operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get drain delegate count

GET
https://xtz-index.nownodes.io/v1/operations/drain_delegate/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of drain delegate operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get delegations

GET
https://xtz-index.nownodes.io/v1/operations/delegations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of delegation operations.

Parameters

anyofAnyOfParameter | nullquery

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

initiatorAccountParameter | nullquery

Filters delegations by initiator. Allowed fields for .eqx mode: prevDelegate, newDelegate.

senderAccountParameter | nullquery

Filters delegations by sender. Allowed fields for .eqx mode: prevDelegate, newDelegate.

prevDelegateAccountParameter | nullquery

Filters delegations by prev delegate. Allowed fields for .eqx mode: initiator, sender, newDelegate.

newDelegateAccountParameter | nullquery

Filters delegations by new delegate. Allowed fields for .eqx mode: initiator, sender, prevDelegate.

levelInt32Parameter | nullquery

Filters delegations by level.

timestampDateTimeParameter | nullquery

Filters delegations by timestamp.

senderCodeHashInt32Parameter | nullquery

Filters by senderCodeHash.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegations by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get delegation by hash

GET
https://xtz-index.nownodes.io/v1/operations/delegations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a delegation operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get delegation status

GET
https://xtz-index.nownodes.io/v1/operations/delegations/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get delegations count

GET
https://xtz-index.nownodes.io/v1/operations/delegations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of delegation operations.

Parameters

levelInt32Parameter | nullquery

Filters delegations by level.

timestampDateTimeParameter | nullquery

Filters delegations by timestamp.

Response

200OK

Get originations

GET
https://xtz-index.nownodes.io/v1/operations/originations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of origination operations.

Parameters

anyofAnyOfParameter | nullquery

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

initiatorAccountParameter | nullquery

Filters origination operations by initiator. Allowed fields for .eqx mode: contractManager, contractDelegate.

senderAccountParameter | nullquery

Filters origination operations by sender. Allowed fields for .eqx mode: contractManager, contractDelegate.

contractManagerAccountParameter | nullquery

Filters origination operations by manager. Allowed fields for .eqx mode: initiator, sender, contractDelegate.

contractDelegateAccountParameter | nullquery

Filters origination operations by delegate. Allowed fields for .eqx mode: initiator, sender, contractManager.

originatedContractAccountParameter | nullquery

Filters origination operations by originated contract. Allowed fields for .eqx mode: none.

idInt64Parameter | nullquery

Filters origination operations by internal TzKT id

typeHashInt32Parameter | nullquery

Filters origination operations by 32-bit hash of originated contract parameter and storage types (helpful for searching originations of similar contracts)

codeHashInt32Parameter | nullquery

Filters origination operations by 32-bit hash of originated contract code (helpful for searching originations of same contracts)

levelInt32Parameter | nullquery

Filters origination operations by level.

timestampTimestampParameter | nullquery

Filters origination operations by timestamp.

senderCodeHashInt32Parameter | nullquery

Filters by senderCodeHash.

anyCodeHashInt32Parameter | nullquery

Filters by either senderCodeHash or codeHash.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts originations by specified field. Supported fields: id (default), level, gasUsed, storageUsed, bakerFee, storageFee, allocationFee, contractBalance.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get origination by hash

GET
https://xtz-index.nownodes.io/v1/operations/originations/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns origination operations with specified hash.

Parameters

hashstringrequiredpath

Operation hash

michelineMichelineFormatJsonJsonStringRawRawStringquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get origination status

GET
https://xtz-index.nownodes.io/v1/operations/originations/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get originations count

GET
https://xtz-index.nownodes.io/v1/operations/originations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of origination operations.

Parameters

levelInt32Parameter | nullquery

Filters originations by level.

timestampTimestampParameter | nullquery

Filters originations by timestamp.

Response

200OK

Get transactions

GET
https://xtz-index.nownodes.io/v1/operations/transactions

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of transaction operations.

Parameters

anyofAnyOfParameter | nullquery

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.

initiatorAccountParameter | nullquery

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

senderAccountParameter | nullquery

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

targetAccountParameter | nullquery

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

amountInt64Parameter | nullquery

Filters transactions by amount (micro tez).

idInt64Parameter | nullquery

Filters transactions by id.

levelInt32Parameter | nullquery

Filters transactions by level.

timestampTimestampParameter | nullquery

Filters transactions by timestamp.

senderCodeHashInt32Parameter | nullquery

Filters by senderCodeHash.

targetCodeHashInt32Parameter | nullquery

Filters by targetCodeHash.

codeHashInt32Parameter | nullquery

Filters by either senderCodeHash or targetCodeHash.

entrypointStringParameter | nullquery

Filters transactions by entrypoint called on the target contract.

parameterJsonParameter | nullquery

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=....

hasInternalsBoolParameter | nullquery

Filters transactions by presence of internal operations.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts transactions by specified field. Supported fields: id (default), level, gasUsed, storageUsed, bakerFee, storageFee, allocationFee, amount.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transaction by hash

GET
https://xtz-index.nownodes.io/v1/operations/transactions/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns transaction operations with specified hash.

Parameters

hashstringrequiredpath

Operation hash

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transaction by hash and counter

GET
https://xtz-index.nownodes.io/v1/operations/transactions/{hash}/{counter}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns transaction operations with specified hash and counter.

Parameters

hashstringrequiredpath

Operation hash

counterinteger<int32>requiredpath

Operation counter

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transaction by hash, counter and nonce

GET
https://xtz-index.nownodes.io/v1/operations/transactions/{hash}/{counter}/{nonce}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns an internal transaction operation with specified hash, counter and nonce.

Parameters

hashstringrequiredpath

Operation hash

counterinteger<int32>requiredpath

Operation counter

nonceinteger<int32>requiredpath

Operation nonce (internal)

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transaction status

GET
https://xtz-index.nownodes.io/v1/operations/transactions/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get transactions count

GET
https://xtz-index.nownodes.io/v1/operations/transactions/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of transaction operations.

Parameters

anyofAnyOfParameter | nullquery

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.

initiatorAccountParameter | nullquery

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

senderAccountParameter | nullquery

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

targetAccountParameter | nullquery

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

amountInt64Parameter | nullquery

Filters transactions by amount (micro tez).

levelInt32Parameter | nullquery

Filters transactions by level.

timestampTimestampParameter | nullquery

Filters transactions by timestamp.

entrypointStringParameter | nullquery

Filters transactions by entrypoint called on the target contract.

parameterJsonParameter | nullquery

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=....

statusOperationStatusParameter | nullquery

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

Response

200OK

Get reveals

GET
https://xtz-index.nownodes.io/v1/operations/reveals

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of reveal operations.

Parameters

senderAccountParameter | nullquery

Filters reveal operations by sender. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters reveal operations by level.

timestampDateTimeParameter | nullquery

Filters reveal operations by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts reveals by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get reveal by hash

GET
https://xtz-index.nownodes.io/v1/operations/reveals/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns reveal operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get reveal status

GET
https://xtz-index.nownodes.io/v1/operations/reveals/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get reveals count

GET
https://xtz-index.nownodes.io/v1/operations/reveals/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of reveal operations.

Parameters

levelInt32Parameter | nullquery

Filters reveals by level.

timestampDateTimeParameter | nullquery

Filters reveals by timestamp.

Response

200OK

Get register constants

GET
https://xtz-index.nownodes.io/v1/operations/register_constants

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of register global constant operations.

Parameters

senderAccountParameter | nullquery

Filters operations by sender. Allowed fields for .eqx mode: none.

addressExpressionParameter | nullquery

Filters operations by global address of the created constant (starts with expr..).

levelInt32Parameter | nullquery

Filters operations by level.

timestampDateTimeParameter | nullquery

Filters operations by timestamp.

statusOperationStatusParameter | nullquery

Filters operations by status (applied, failed, backtracked, skipped).

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts operations by specified field. Supported fields: id (default), level, gasUsed, storageUsed, bakerFee, storageFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the constant value: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get register constant by hash

GET
https://xtz-index.nownodes.io/v1/operations/register_constants/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns register global constant operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

michelineMichelineFormatJsonquery

Format of the constant value: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get register constant status

GET
https://xtz-index.nownodes.io/v1/operations/register_constants/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get register constants count

GET
https://xtz-index.nownodes.io/v1/operations/register_constants/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of register global constant operations.

Parameters

levelInt32Parameter | nullquery

Filters operations by level.

timestampDateTimeParameter | nullquery

Filters operations by timestamp.

Response

200OK

Get set deposits limits

GET
https://xtz-index.nownodes.io/v1/operations/set_deposits_limits

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of set deposits limit operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get set deposits limit by hash

GET
https://xtz-index.nownodes.io/v1/operations/set_deposits_limits/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns set deposits limit operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get set deposits limit status

GET
https://xtz-index.nownodes.io/v1/operations/set_deposits_limits/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get set deposits limits count

GET
https://xtz-index.nownodes.io/v1/operations/set_deposits_limits/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of set deposits limit operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get transfer ticket

GET
https://xtz-index.nownodes.io/v1/operations/transfer_ticket

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of transfer ticket operations.

Parameters

anyofAnyOfParameter | nullquery

Filters 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 operations associated with a specified account.

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

targetAccountParameter | nullquery

Filters by target. Allowed fields for .eqx mode: none.

idInt64Parameter | nullquery

Filters by id.

ticketerAccountParameter | nullquery

Filters by ticketer. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the content value: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transfer ticket by hash

GET
https://xtz-index.nownodes.io/v1/operations/transfer_ticket/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns transfer ticket operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

michelineMichelineFormatJsonquery

Format of the content value: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get transfer ticket status

GET
https://xtz-index.nownodes.io/v1/operations/transfer_ticket/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get transfer ticket count

GET
https://xtz-index.nownodes.io/v1/operations/transfer_ticket/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of transfer ticket operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup commit

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_commit

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup commit operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup commit by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_commit/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup commit operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup commit status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_commit/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup commit count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_commit/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup commit operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup dispatch tickets

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_dispatch_tickets

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup dispatch tickets operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup dispatch tickets by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_dispatch_tickets/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup dispatch tickets operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup dispatch tickets status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_dispatch_tickets/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup dispatch tickets count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_dispatch_tickets/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup dispatch tickets operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup finalize commitment

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_finalize_commitment

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup finalize commitment operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup finalize commitment by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_finalize_commitment/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup finalize commitment operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup finalize commitment status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_finalize_commitment/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup finalize commitment count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_finalize_commitment/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup finalize commitment operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup origination

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_origination

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup origination operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup origination by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_origination/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup origination operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup origination status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_origination/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup origination count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_origination/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup origination operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup rejection

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup rejection operations.

Parameters

anyofAnyOfParameter | nullquery

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

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

committerAccountParameter | nullquery

Filters by committer. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup rejection by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup rejection operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup rejection status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup rejection count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup rejection operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup remove commitment

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_remove_commitment

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup remove commitment operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup remove commitment by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_remove_commitment/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup remove commitment operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup remove commitment status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_remove_commitment/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup remove commitment count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_remove_commitment/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup remove commitment operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup return bond

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_return_bond

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup return bond operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup return bond by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_return_bond/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup return bond operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup return bond status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_return_bond/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup return bond count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_return_bond/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup return bond operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get tx rollup submit batch

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_submit_batch

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tx rollup submit batch operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

rollupAccountParameter | nullquery

Filters by rollup. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level, gasUsed, bakerFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup submit batch by hash

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_submit_batch/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns tx rollup submit batch operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get tx rollup submit batch status

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_submit_batch/{hash}/status

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

Parameters

hashstringrequiredpath

Operation hash

Response

200OK

Get tx rollup submit batch count

GET
https://xtz-index.nownodes.io/v1/operations/tx_rollup_submit_batch/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of tx rollup submit batch operations.

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get increase paid storage

GET
https://xtz-index.nownodes.io/v1/operations/increase_paid_storage

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of increase paid storage operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

contractAccountParameter | nullquery

Filters by contract. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts operations by specified field. Supported fields: id (default), level, gasUsed, storageUsed, bakerFee, storageFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get increase paid storage by hash

GET
https://xtz-index.nownodes.io/v1/operations/increase_paid_storage/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns increase paid storage operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get increase paid storage count

GET
https://xtz-index.nownodes.io/v1/operations/increase_paid_storage/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of increase paid storage operations.

Parameters

levelInt32Parameter | nullquery

Filters operations by level.

timestampDateTimeParameter | nullquery

Filters operations by timestamp.

Response

200OK

Get update consensus key

GET
https://xtz-index.nownodes.io/v1/operations/update_consensus_key

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of update consensus key operations.

Parameters

senderAccountParameter | nullquery

Filters by sender. Allowed fields for .eqx mode: none.

activationCycleInt32Parameter | nullquery

Filters by activation cycle. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

statusOperationStatusParameter | nullquery

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

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts operations by specified field. Supported fields: id (default), level, gasUsed, storageUsed, bakerFee, storageFee.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get update consensus key by hash

GET
https://xtz-index.nownodes.io/v1/operations/update_consensus_key/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns update consensus key operation with specified hash.

Parameters

hashstringrequiredpath

Operation hash

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get update consensus key count

GET
https://xtz-index.nownodes.io/v1/operations/update_consensus_key/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of update consensus key operations.

Parameters

levelInt32Parameter | nullquery

Filters operations by level.

timestampDateTimeParameter | nullquery

Filters operations by timestamp.

Response

200OK

Get smart rollup add messages

GET
https://xtz-index.nownodes.io/v1/operations/sr_add_messages

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup add messages operations.

Parameters

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup add messages count

GET
https://xtz-index.nownodes.io/v1/operations/sr_add_messages/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup add messages operations.

Parameters

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup cement

GET
https://xtz-index.nownodes.io/v1/operations/sr_cement

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup cement operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup cement count

GET
https://xtz-index.nownodes.io/v1/operations/sr_cement/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup cement operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup execute

GET
https://xtz-index.nownodes.io/v1/operations/sr_execute

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup execute operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup execute count

GET
https://xtz-index.nownodes.io/v1/operations/sr_execute/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup execute operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup originate

GET
https://xtz-index.nownodes.io/v1/operations/sr_originate

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup originate operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

michelineMichelineFormatJsonquery

Format of the parameter type value: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

Response

200OK

Get smart rollup originate count

GET
https://xtz-index.nownodes.io/v1/operations/sr_originate/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup originate operations.

Parameters

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup publish

GET
https://xtz-index.nownodes.io/v1/operations/sr_publish

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup publish operations.

Parameters

commitment.idInt32Parameter | nullquery

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

commitment.hashSrc1HashParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup publish count

GET
https://xtz-index.nownodes.io/v1/operations/sr_publish/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup publish operations.

Parameters

commitment.idInt32Parameter | nullquery

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

commitment.hashSrc1HashParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup recover bond

GET
https://xtz-index.nownodes.io/v1/operations/sr_recover_bond

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup recover bond operations.

Parameters

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (sender or staker). Example: anyof.sender.staker=tz1... will return operations where sender OR staker 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.

stakerAccountParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup recover bond count

GET
https://xtz-index.nownodes.io/v1/operations/sr_recover_bond/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup recover bond operations.

Parameters

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (sender or staker). Example: anyof.sender.staker=tz1... will return operations where sender OR staker 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.

stakerAccountParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get smart rollup refute

GET
https://xtz-index.nownodes.io/v1/operations/sr_refute

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup refute operations.

Parameters

anyofAnyOfParameter | nullquery

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.idInt32Parameter | nullquery

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

game.initiatorAccountParameter | nullquery

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

game.initiatorCommitment.idInt32Parameter | nullquery

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

game.initiatorCommitment.hashSrc1HashParameter | nullquery

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

game.opponentAccountParameter | nullquery

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

game.opponentCommitment.idInt32Parameter | nullquery

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

game.opponentCommitment.hashSrc1HashParameter | nullquery

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

moveRefutationMoveParameter | nullquery

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

gameStatusRefutationGameStatusParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get smart rollup refute count

GET
https://xtz-index.nownodes.io/v1/operations/sr_refute/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup refute operations.

Parameters

anyofAnyOfParameter | nullquery

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.idInt32Parameter | nullquery

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

game.initiatorAccountParameter | nullquery

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

game.initiatorCommitment.idInt32Parameter | nullquery

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

game.initiatorCommitment.hashSrc1HashParameter | nullquery

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

game.opponentAccountParameter | nullquery

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

game.opponentCommitment.idInt32Parameter | nullquery

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

game.opponentCommitment.hashSrc1HashParameter | nullquery

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

moveRefutationMoveParameter | nullquery

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

gameStatusRefutationGameStatusParameter | nullquery

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

rollupSmartRollupParameter | nullquery

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

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get staking ops

GET
https://xtz-index.nownodes.io/v1/operations/staking

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of staking operations.

Parameters

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (sender, or baker). Example: anyof.sender.baker=tz1... will return operations where sender OR baker 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.

bakerAccountParameter | nullquery

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

kindStakingOperationKindParameter | nullquery

Filter by operation kind (stake, unstake, finalize, or set_parameters).
Click on the parameter to expand more details.

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get staking ops count

GET
https://xtz-index.nownodes.io/v1/operations/staking/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of staking operations.

Parameters

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (sender, or baker). Example: anyof.sender.baker=tz1... will return operations where sender OR baker 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.

bakerAccountParameter | nullquery

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

kindStakingOperationKindParameter | nullquery

Filter by operation kind (stake, unstake, finalize, or set_parameters).
Click on the parameter to expand more details.

idInt64Parameter | nullquery

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

hashOpHashParameter | nullquery

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

counterInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

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

timestampTimestampParameter | nullquery

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

statusOperationStatusParameter | nullquery

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

senderAccountParameter | nullquery

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

Response

200OK

Get migrations

GET
https://xtz-index.nownodes.io/v1/operations/migrations

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of migration operations (synthetic type).

Parameters

accountAccountParameter | nullquery

Filters migration operations by account. Allowed fields for .eqx mode: none.

kindMigrationKindParameter | nullquery

Filters migration operations by kind (bootstrap, activate_delegate, airdrop, proposal_invoice, origination, subsidy, remove_bigmap_key).

balanceChangeInt64Parameter | nullquery

Filters migration operations by amount.

idInt64Parameter | nullquery

Filters migration operations by internal TzKT id.

levelInt32Parameter | nullquery

Filters migration operations by level.

timestampDateTimeParameter | nullquery

Filters migration operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts migrations by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get migration by id

GET
https://xtz-index.nownodes.io/v1/operations/migrations/{id}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns migration operation with specified id.

Parameters

idinteger<int64>requiredpath

Operation id

michelineMichelineFormatJsonquery

Format of the parameters, storage and diffs: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get migrations count

GET
https://xtz-index.nownodes.io/v1/operations/migrations/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of migration operations (synthetic type).

Parameters

levelInt32Parameter | nullquery

Filters migrations by level.

timestampDateTimeParameter | nullquery

Filters migrations by timestamp.

Response

200OK

Get revelation penalties

GET
https://xtz-index.nownodes.io/v1/operations/revelation_penalties

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of revelation penalty operations (synthetic type).

Parameters

idInt64Parameter | nullquery

Filters operations by internal TzKT id.

bakerAccountParameter | nullquery

Filters revelation penalty operations by baker. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters revelation penalty operations by level.

timestampDateTimeParameter | nullquery

Filters revelation penalty operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts revelation penalty operations by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get revelation penalty by id

GET
https://xtz-index.nownodes.io/v1/operations/revelation_penalties/{id}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns revelation penalty operation with specified id.

Parameters

idinteger<int64>requiredpath

Operation id

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get revelation penalties count

GET
https://xtz-index.nownodes.io/v1/operations/revelation_penalties/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of revelation penalty operations (synthetic type).

Parameters

levelInt32Parameter | nullquery

Filters revelation penalty operations by level.

timestampDateTimeParameter | nullquery

Filters revelation penalty operations by timestamp.

Response

200OK

Get baking

GET
https://xtz-index.nownodes.io/v1/operations/baking

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of baking operations (synthetic type).

Parameters

bakerAccountParameter | nullquery

[DEPRECATED]

anyofAnyOfParameter | nullquery

Filters by any of the specified fields. Example: anyof.proposer.producer=tz1....

proposerAccountParameter | nullquery

Filters by block proposer. Allowed fields for .eqx mode: none.

producerAccountParameter | nullquery

Filters by block producer. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters baking operations by level.

timestampDateTimeParameter | nullquery

Filters baking operations by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts baking operations by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get baking by id

GET
https://xtz-index.nownodes.io/v1/operations/baking/{id}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns baking operation with specified id.

Parameters

idinteger<int64>requiredpath

Operation id

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get baking count

GET
https://xtz-index.nownodes.io/v1/operations/baking/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of baking operations (synthetic type).

Parameters

levelInt32Parameter | nullquery

Filters baking operations by level.

timestampDateTimeParameter | nullquery

Filters baking operations by timestamp.

Response

200OK

Get endorsing rewards

GET
https://xtz-index.nownodes.io/v1/operations/endorsing_rewards

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of endorsing reward operations (synthetic type).

Parameters

idInt64Parameter | nullquery

Filters operations by internal TzKT id.

bakerAccountParameter | nullquery

Filters by baker. Allowed fields for .eqx mode: none.

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts by specified field. Supported fields: id (default), level.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get endorsing reward by id

GET
https://xtz-index.nownodes.io/v1/operations/endorsing_rewards/{id}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns endorsing reward operation with specified id.

Parameters

idinteger<int64>requiredpath

Operation id

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get endorsing rewards count

GET
https://xtz-index.nownodes.io/v1/operations/endorsing_rewards/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of endorsing reward operations (synthetic type).

Parameters

levelInt32Parameter | nullquery

Filters by level.

timestampDateTimeParameter | nullquery

Filters by timestamp.

Response

200OK

Get autostaking ops

GET
https://xtz-index.nownodes.io/v1/operations/autostaking

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of autostaking operations.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the operation happened.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

bakerAccountParameter | nullquery

Filter by baker.
Click on the parameter to expand more details.

actionAutostakingActionParameter | nullquery

Filter by autostaking action.
Click on the parameter to expand more details.

cycleInt32Parameter | nullquery

Filter by cycle.
Click on the parameter to expand more details.

amountInt64Parameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get autostaking ops count

GET
https://xtz-index.nownodes.io/v1/operations/autostaking/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of autostaking operations.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the operation happened.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

bakerAccountParameter | nullquery

Filter by baker.
Click on the parameter to expand more details.

actionAutostakingActionParameter | nullquery

Filter by autostaking action.
Click on the parameter to expand more details.

cycleInt32Parameter | nullquery

Filter by cycle.
Click on the parameter to expand more details.

amountInt64Parameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

Response

200OK

Protocols

Get protocols count

GET
https://xtz-index.nownodes.io/v1/protocols/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of protocols.

Response

200OK

Get protocols

GET
https://xtz-index.nownodes.io/v1/protocols

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of protocols.

Parameters

sortSortParameter | nullquery

Sorts protocols by specified field. Supported fields: code (default), firstLevel, lastLevel.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get current protocol

GET
https://xtz-index.nownodes.io/v1/protocols/current

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns current protocol.

Response

200OK

Get protocol by code

GET
https://xtz-index.nownodes.io/v1/protocols/{code}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a protocol with the specified proto code.

Parameters

codeinteger<int32>requiredpath

Protocol code (e.g. 4 for Athens, 5 for Babylon, etc)

Response

200OK

Get protocol by hash

GET
https://xtz-index.nownodes.io/v1/protocols/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a protocol with the specified hash.

Parameters

hashstringrequiredpath

Protocol hash

Response

200OK

Get protocol by cycle

GET
https://xtz-index.nownodes.io/v1/protocols/cycles/{cycle}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a protocol at the specified cycle.

Parameters

cycleinteger<int32>requiredpath

Cycle index

Response

200OK

Quotes

Get quotes count

GET
https://xtz-index.nownodes.io/v1/quotes/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of quotes aligned with blocks.

Response

200OK

Get last quote

GET
https://xtz-index.nownodes.io/v1/quotes/last

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns last known quote.

Response

200OK

Get quotes

GET
https://xtz-index.nownodes.io/v1/quotes

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of quotes aligned with blocks.

Parameters

levelInt32Parameter | nullquery

Filters quotes by level.

timestampDateTimeParameter | nullquery

Filters quotes by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts quotes by specified field. Supported fields: level (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Rewards

Get baker cycle rewards count

GET
https://xtz-index.nownodes.io/v1/rewards/bakers/{address}/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns total number of cycles where the baker was active

Parameters

addressstringrequiredpath

Baker address

Response

200OK

Get baker cycle rewards

GET
https://xtz-index.nownodes.io/v1/rewards/bakers/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of baker rewards for every cycle, including future cycles.

Parameters

addressstringrequiredpath

Baker address.

cycleInt32Parameter | nullquery

Filters rewards by cycle.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts cycle rewards by specified field. Supported fields: cycle (default, desc).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get delegator cycle rewards count

GET
https://xtz-index.nownodes.io/v1/rewards/delegators/{address}/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns total number of cycles where the delegator was delegated to an active baker

Parameters

addressstringrequiredpath

Delegator address

Response

200OK

Get delegator cycle rewards

GET
https://xtz-index.nownodes.io/v1/rewards/delegators/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of delegator rewards for every cycle, including future cycles.

Parameters

addressstringrequiredpath

Delegator address.

cycleInt32Parameter | nullquery

Filters rewards by cycle.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts cycle rewards by specified field. Supported fields: cycle (default, desc).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get reward split

GET
https://xtz-index.nownodes.io/v1/rewards/split/{baker}/{cycle}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns baker rewards for the specified cycle with all delegator balances at that cycle to allow rewards distribution in proportion to shares.

Parameters

bakerstringrequiredpath

Baker address

cycleinteger<int32>requiredpath

Rewards cycle

offsetinteger<int32>0query

Specifies how many delegators in the reward split should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of delegators to return

Response

200OK

Get reward split delegator

GET
https://xtz-index.nownodes.io/v1/rewards/split/{baker}/{cycle}/{delegator}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns delegator from the reward split for the specified cycle.

Parameters

bakerstringrequiredpath

Baker address

cycleinteger<int32>requiredpath

Reward split cycle

delegatorstringrequiredpath

Delegator address

Response

200OK

Rights

Get rights count

GET
https://xtz-index.nownodes.io/v1/rights/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of stored rights.

Parameters

typeBakingRightTypeParameter | nullquery

Filters rights by type (baking, endorsing)

bakerAccountParameter | nullquery

Filters rights by baker

cycleInt32Parameter | nullquery

Filters rights by cycle

levelInt32Parameter | nullquery

Filters rights by level

slotsInt32NullParameter | nullquery

Filters rights by slots

roundInt32NullParameter | nullquery

Filters rights by round

priorityInt32NullParameter | nullquery

[DEPRECATED]

statusBakingRightStatusParameter | nullquery

Filters rights by status (future, realized, missed)

Response

200OK

Get rights

GET
https://xtz-index.nownodes.io/v1/rights

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of rights.

Parameters

typeBakingRightTypeParameter | nullquery

Filters rights by type (baking, endorsing)

bakerAccountParameter | nullquery

Filters rights by baker

cycleInt32Parameter | nullquery

Filters rights by cycle

levelInt32Parameter | nullquery

Filters rights by level

slotsInt32NullParameter | nullquery

Filters rights by slots

roundInt32NullParameter | nullquery

Filters rights by round

priorityInt32NullParameter | nullquery

[DEPRECATED]

statusBakingRightStatusParameter | nullquery

Filters rights by status (future, realized, missed)

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts rights by specified field. Supported fields: level (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

SmartRollups

Get smart rollups count

GET
https://xtz-index.nownodes.io/v1/smart_rollups/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollups.

Parameters

idInt32Parameter | nullquery

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

addressAddressParameter | nullquery

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

creatorAccountParameter | nullquery

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

firstActivityInt32Parameter | nullquery

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

firstActivityTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the rollup was first seen.
Click on the parameter to expand more details.

lastActivityInt32Parameter | nullquery

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

lastActivityTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the rollup was last seen.
Click on the parameter to expand more details.

Response

200OK

Get smart rollups

GET
https://xtz-index.nownodes.io/v1/smart_rollups

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollups.

Parameters

idInt32Parameter | nullquery

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

addressAddressParameter | nullquery

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

creatorAccountParameter | nullquery

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

firstActivityInt32Parameter | nullquery

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

firstActivityTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the rollup was first seen.
Click on the parameter to expand more details.

lastActivityInt32Parameter | nullquery

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

lastActivityTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the rollup was last seen.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get smart rollup by address

GET
https://xtz-index.nownodes.io/v1/smart_rollups/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a smart rollup with the specified address.

Parameters

addressstringrequiredpath

Smart rollup address

Response

200OK

Get JSON Schema [2020-12] interface for the smart rollup

GET
https://xtz-index.nownodes.io/v1/smart_rollups/{address}/interface

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns standard JSON Schema for smart rollup parameter.

Parameters

addressstringrequiredpath

Smart rollup address

Response

200OK

Get smart rollup stakers

GET
https://xtz-index.nownodes.io/v1/smart_rollups/{address}/stakers

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup stakers.

Parameters

idInt32Parameter | nullquery

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

addressAddressParameterrequiredpath

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

bondStatusSrBondStatusParameter | nullquery

Filter by staker bond status (active, returned, or lost).
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get smart rollup commitments count

GET
https://xtz-index.nownodes.io/v1/smart_rollups/commitments/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup commitments.

Parameters

idInt32Parameter | nullquery

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

initiatorAccountParameter | nullquery

Filter by initiator (an account published the commitment first).
Click on the parameter to expand more details.

rollupAccountParameter | nullquery

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

inboxLevelInt32Parameter | nullquery

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

hashSrc1HashParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the commitment was first seen.
Click on the parameter to expand more details.

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the commitment was last seen.
Click on the parameter to expand more details.

statusSrCommitmentStatusParameter | nullquery

Filter by commitment status (pending, cemented, executed, refuted, or orphan).
Click on the parameter to expand more details.

predecessor.idInt32Parameter | nullquery

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

predecessor.hashSrc1HashParameter | nullquery

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

Response

200OK

Get smart rollup commitments

GET
https://xtz-index.nownodes.io/v1/smart_rollups/commitments

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup commitments.

Parameters

idInt32Parameter | nullquery

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

initiatorAccountParameter | nullquery

Filter by initiator (an account published the commitment first).
Click on the parameter to expand more details.

rollupAccountParameter | nullquery

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

inboxLevelInt32Parameter | nullquery

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

hashSrc1HashParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the commitment was first seen.
Click on the parameter to expand more details.

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the commitment was last seen.
Click on the parameter to expand more details.

statusSrCommitmentStatusParameter | nullquery

Filter by commitment status (pending, cemented, executed, refuted, or orphan).
Click on the parameter to expand more details.

predecessor.idInt32Parameter | nullquery

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

predecessor.hashSrc1HashParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get smart rollup games count

GET
https://xtz-index.nownodes.io/v1/smart_rollups/games/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup refutation games.

Parameters

idInt32Parameter | nullquery

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

rollupAccountParameter | nullquery

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

initiatorAccountParameter | nullquery

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

initiatorCommitment.idInt32Parameter | nullquery

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

initiatorCommitment.hashSrc1HashParameter | nullquery

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

opponentAccountParameter | nullquery

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

opponentCommitment.idInt32Parameter | nullquery

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

opponentCommitment.hashSrc1HashParameter | nullquery

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

firstLevelInt32Parameter | nullquery

Filter by level of the block, where the refutation game was started.
Click on the parameter to expand more details.

firstTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the refutation game was started.
Click on the parameter to expand more details.

lastLevelInt32Parameter | nullquery

Filter by level of the block, where the refutation game was last updated.
Click on the parameter to expand more details.

lastTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the refutation game was last updated.
Click on the parameter to expand more details.

Response

200OK

Get smart rollup games

GET
https://xtz-index.nownodes.io/v1/smart_rollups/games

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup refutation games.

Parameters

idInt32Parameter | nullquery

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

rollupAccountParameter | nullquery

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

initiatorAccountParameter | nullquery

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

initiatorCommitment.idInt32Parameter | nullquery

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

initiatorCommitment.hashSrc1HashParameter | nullquery

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

opponentAccountParameter | nullquery

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

opponentCommitment.idInt32Parameter | nullquery

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

opponentCommitment.hashSrc1HashParameter | nullquery

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

firstLevelInt32Parameter | nullquery

Filter by level of the block, where the refutation game was started.
Click on the parameter to expand more details.

firstTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the refutation game was started.
Click on the parameter to expand more details.

lastLevelInt32Parameter | nullquery

Filter by level of the block, where the refutation game was last updated.
Click on the parameter to expand more details.

lastTimeTimestampParameter | nullquery

Filter by timestamp of the block, where the refutation game was last updated.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get inbox messages count

GET
https://xtz-index.nownodes.io/v1/smart_rollups/inbox/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of smart rollup inbox messages.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block, where the message was pushed.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

Filter by timestamp of the block, where the message was pushed.
Click on the parameter to expand more details.

typeSrMessageTypeParameter | nullquery

Filter by inbox message type (level_start, level_info, level_end, transfer, external, migration).
Click on the parameter to expand more details.

Response

200OK

Get inbox messages

GET
https://xtz-index.nownodes.io/v1/smart_rollups/inbox

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of smart rollup inbox messages.

Parameters

idInt32Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block, where the message was pushed.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

Filter by timestamp of the block, where the message was pushed.
Click on the parameter to expand more details.

typeSrMessageTypeParameter | nullquery

Filter by inbox message type (level_start, level_info, level_end, transfer, external, migration).
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

michelineMichelineFormatJsonquery

Format of smart rollup call parameters: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

Response

200OK

Software

Get baker software

GET
https://xtz-index.nownodes.io/v1/software

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of baker software.

Parameters

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), firstLevel, lastLevel, blocksCount.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get software count

GET
https://xtz-index.nownodes.io/v1/software/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a number of software.

Response

200OK

Statistics

Get statistics

GET
https://xtz-index.nownodes.io/v1/statistics

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of end-of-block statistics.

Parameters

levelInt32Parameter | nullquery

Filters statistics by level.

timestampTimestampParameter | nullquery

Filters statistics by timestamp.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), level, cycle, date.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get daily statistics

GET
https://xtz-index.nownodes.io/v1/statistics/daily

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of end-of-day statistics.

Parameters

dateDateTimeParameter | nullquery

Filters statistics by date.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), level, cycle, date.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get cyclic statistics

GET
https://xtz-index.nownodes.io/v1/statistics/cyclic

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of end-of-cycle statistics.

Parameters

cycleInt32Parameter | nullquery

Filters statistics by cycle.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts delegators by specified field. Supported fields: id (default), level, cycle, date.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Get current statistics

GET
https://xtz-index.nownodes.io/v1/statistics/current

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns statistics at the end of a head block.

Parameters

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

quoteSymbolsNonequery

Comma-separated list of ticker symbols to inject historical prices into response

Response

200OK

Tickets

Get tickets count

GET
https://xtz-index.nownodes.io/v1/tickets/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of tickets.

Parameters

idInt64Parameter | nullquery

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

ticketerAccountParameter | nullquery

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

rawTypeMichelineParameter | nullquery

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

rawContentMichelineParameter | nullquery

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

contentJsonParameter | nullquery

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.

typeHashInt32Parameter | nullquery

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

contentHashInt32Parameter | nullquery

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

firstMinterAccountParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

Response

200OK

Get tickets

GET
https://xtz-index.nownodes.io/v1/tickets

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tickets.

Parameters

idInt64Parameter | nullquery

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

ticketerAccountParameter | nullquery

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

rawTypeMichelineParameter | nullquery

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

rawContentMichelineParameter | nullquery

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

contentJsonParameter | nullquery

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.

typeHashInt32Parameter | nullquery

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

contentHashInt32Parameter | nullquery

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

firstMinterAccountParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get ticket balances count

GET
https://xtz-index.nownodes.io/v1/tickets/balances/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of ticket balances.

Parameters

idInt64Parameter | nullquery

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

ticket.idInt64Parameter | nullquery

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

ticket.ticketerAccountParameter | nullquery

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

ticket.rawTypeMichelineParameter | nullquery

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

ticket.rawContentMichelineParameter | nullquery

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

ticket.contentJsonParameter | nullquery

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.

ticket.typeHashInt32Parameter | nullquery

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

ticket.contentHashInt32Parameter | nullquery

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

accountAccountParameter | nullquery

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

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

transfersCountInt32Parameter | nullquery

Filter by number of transfers.
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

Response

200OK

Get ticket balances

GET
https://xtz-index.nownodes.io/v1/tickets/balances

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of ticket balances.

Parameters

idInt64Parameter | nullquery

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

ticket.idInt64Parameter | nullquery

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

ticket.ticketerAccountParameter | nullquery

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

ticket.rawTypeMichelineParameter | nullquery

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

ticket.rawContentMichelineParameter | nullquery

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

ticket.contentJsonParameter | nullquery

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.

ticket.typeHashInt32Parameter | nullquery

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

ticket.contentHashInt32Parameter | nullquery

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

accountAccountParameter | nullquery

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

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

transfersCountInt32Parameter | nullquery

Filter by number of transfers.
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get ticket transfers count

GET
https://xtz-index.nownodes.io/v1/tickets/transfers/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of ticket transfers.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the transfer was made.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

ticket.idInt64Parameter | nullquery

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

ticket.ticketerAccountParameter | nullquery

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

ticket.rawTypeMichelineParameter | nullquery

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

ticket.rawContentMichelineParameter | nullquery

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

ticket.contentJsonParameter | nullquery

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.

ticket.typeHashInt32Parameter | nullquery

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

ticket.contentHashInt32Parameter | nullquery

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

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (from or to). Example: anyof.from.to=tz1... will return transfers where from OR to is equal to the specified value. This parameter is useful when you need to get both incoming and outgoing transfers of the account at once.
Click on the parameter to expand more details.

fromAccountParameter | nullquery

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

toAccountParameter | nullquery

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

amountNatParameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

transactionIdInt64NullParameter | nullquery

Filter by id of the transaction, caused the ticket transfer.
Click on the parameter to expand more details.

transferTicketIdInt64NullParameter | nullquery

Filter by id of the transfer_ticket operation, caused the ticket transfer.
Click on the parameter to expand more details.

smartRollupExecuteIdInt64NullParameter | nullquery

Filter by id of the smart_rollup_execute operation, caused the ticket transfer.
Click on the parameter to expand more details.

Response

200OK

Get ticket transfers

GET
https://xtz-index.nownodes.io/v1/tickets/transfers

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of ticket transfers.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the transfer was made.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

ticket.idInt64Parameter | nullquery

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

ticket.ticketerAccountParameter | nullquery

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

ticket.rawTypeMichelineParameter | nullquery

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

ticket.rawContentMichelineParameter | nullquery

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

ticket.contentJsonParameter | nullquery

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.

ticket.typeHashInt32Parameter | nullquery

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

ticket.contentHashInt32Parameter | nullquery

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

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (from or to). Example: anyof.from.to=tz1... will return transfers where from OR to is equal to the specified value. This parameter is useful when you need to get both incoming and outgoing transfers of the account at once.
Click on the parameter to expand more details.

fromAccountParameter | nullquery

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

toAccountParameter | nullquery

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

amountNatParameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

transactionIdInt64NullParameter | nullquery

Filter by id of the transaction, caused the ticket transfer.
Click on the parameter to expand more details.

transferTicketIdInt64NullParameter | nullquery

Filter by id of the transfer_ticket operation, caused the ticket transfer.
Click on the parameter to expand more details.

smartRollupExecuteIdInt64NullParameter | nullquery

Filter by id of the smart_rollup_execute operation, caused the ticket transfer.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get historical ticket balances

GET
https://xtz-index.nownodes.io/v1/tickets/historical_balances/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of ticket balances at the end of the specified block. Note, this endpoint is quite heavy, therefore at least one of the filters (account, ticket.id, ticket.ticketer) must be specified.

Parameters

levelinteger<int32>requiredpath

Level of the block at the end of which historical balances must be calculated

idInt64Parameter | nullquery

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

ticket.idInt64Parameter | nullquery

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

ticket.ticketerAccountParameter | nullquery

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

accountAccountParameter | nullquery

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

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Tokens

Get tokens count

GET
https://xtz-index.nownodes.io/v1/tokens/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of tokens.

Parameters

idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId nat value.
Click on the parameter to expand more details.

contractAccountParameter | nullquery

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

tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

firstMinterAccountParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

metadataJsonParameter | nullquery

Filter by metadata.
Note, this parameter supports the following format: metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?metadata.symbol.in=kUSD,uUSD).
Click on the parameter to expand more details.

indexedAtInt32NullParameter | nullquery

Response

200OK

Get tokens

GET
https://xtz-index.nownodes.io/v1/tokens

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of tokens.

Parameters

idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId nat value.
Click on the parameter to expand more details.

contractAccountParameter | nullquery

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

tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

firstMinterAccountParameter | nullquery

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

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

metadataJsonParameter | nullquery

Filter by metadata.
Note, this parameter supports the following format: metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by (for example, ?metadata.symbol.in=kUSD,uUSD).
Click on the parameter to expand more details.

indexedAtInt32NullParameter | nullquery
sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get token balances count

GET
https://xtz-index.nownodes.io/v1/tokens/balances/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a total number of token balances.

Parameters

idInt64Parameter | nullquery

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

accountAccountParameter | nullquery

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

token.idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId.
Click on the parameter to expand more details.

token.contractAccountParameter | nullquery

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

token.tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

token.standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

token.metadataJsonParameter | nullquery

Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD.
Click on the parameter to expand more details.

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

indexedAtInt32NullParameter | nullquery

Response

200OK

Get token balances

GET
https://xtz-index.nownodes.io/v1/tokens/balances

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of token balances.

Parameters

idInt64Parameter | nullquery

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

accountAccountParameter | nullquery

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

token.idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId.
Click on the parameter to expand more details.

token.contractAccountParameter | nullquery

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

token.tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

token.standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

token.metadataJsonParameter | nullquery

Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD.
Click on the parameter to expand more details.

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

firstLevelInt32Parameter | nullquery

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

firstTimeTimestampParameter | nullquery

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

lastLevelInt32Parameter | nullquery

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

lastTimeTimestampParameter | nullquery

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

indexedAtInt32NullParameter | nullquery
sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get token transfers count

GET
https://xtz-index.nownodes.io/v1/tokens/transfers/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of token transfers.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the transfer was made.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

token.idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId.
Click on the parameter to expand more details.

token.contractAccountParameter | nullquery

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

token.tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

token.standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

token.metadataJsonParameter | nullquery

Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD.
Click on the parameter to expand more details.

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (from or to). Example: anyof.from.to=tz1... will return transfers where from OR to is equal to the specified value. This parameter is useful when you need to get both incoming and outgoing transfers of the account at once.
Click on the parameter to expand more details.

fromAccountParameter | nullquery

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

toAccountParameter | nullquery

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

amountNatParameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

transactionIdInt64NullParameter | nullquery

Filter by id of the transaction, caused the token transfer.
Click on the parameter to expand more details.

originationIdInt64NullParameter | nullquery

Filter by id of the origination, caused the token transfer.
Click on the parameter to expand more details.

migrationIdInt64NullParameter | nullquery

Filter by id of the migration, caused the token transfer.
Click on the parameter to expand more details.

indexedAtInt32NullParameter | nullquery

Response

200OK

Get token transfers

GET
https://xtz-index.nownodes.io/v1/tokens/transfers

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of token transfers.

Parameters

idInt64Parameter | nullquery

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

levelInt32Parameter | nullquery

Filter by level of the block where the transfer was made.
Click on the parameter to expand more details.

timestampTimestampParameter | nullquery

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

token.idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId.
Click on the parameter to expand more details.

token.contractAccountParameter | nullquery

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

token.tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

token.standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

token.metadataJsonParameter | nullquery

Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD.
Click on the parameter to expand more details.

anyofAnyOfParameter | nullquery

Filter by any of the specified fields (from or to). Example: anyof.from.to=tz1... will return transfers where from OR to is equal to the specified value. This parameter is useful when you need to get both incoming and outgoing transfers of the account at once.
Click on the parameter to expand more details.

fromAccountParameter | nullquery

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

toAccountParameter | nullquery

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

amountNatParameter | nullquery

Filter by amount.
Click on the parameter to expand more details.

transactionIdInt64NullParameter | nullquery

Filter by id of the transaction, caused the token transfer.
Click on the parameter to expand more details.

originationIdInt64NullParameter | nullquery

Filter by id of the origination, caused the token transfer.
Click on the parameter to expand more details.

migrationIdInt64NullParameter | nullquery

Filter by id of the migration, caused the token transfer.
Click on the parameter to expand more details.

indexedAtInt32NullParameter | nullquery
sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Get historical token balances

GET
https://xtz-index.nownodes.io/v1/tokens/historical_balances/{level}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of token balances at the end of the specified block. Note, this endpoint is quite heavy, therefore at least one of the filters (account, token.id, token.contract with token.tokenId) must be specified.

Parameters

levelinteger<int32>requiredpath

Level of the block at the end of which historical balances must be calculated

accountAccountParameter | nullquery

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

token.idInt64Parameter | nullquery

Filter by internal TzKT id. Note, this is not the same as tokenId.
Click on the parameter to expand more details.

token.contractAccountParameter | nullquery

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

token.tokenIdNatParameter | nullquery

Filter by tokenId (for FA1.2 tokens tokenId is always "0").
Click on the parameter to expand more details.

token.standardTokenStandardParameter | nullquery

Filter by token standard (fa1.2 or fa2).
Click on the parameter to expand more details.

token.metadataJsonParameter | nullquery

Filter by metadata. Note, this parameter supports the following format: token.metadata{.path?}{.mode?}=..., so you can specify a path to a particular field to filter by, for example: ?token.metadata.symbol.in=kUSD,uUSD.
Click on the parameter to expand more details.

balanceNatParameter | nullquery

Filter by balance.
Click on the parameter to expand more details.

sortSortParameter | nullquery

Sorts items (asc or desc) by the specified field. You can see what fields can be used for sorting in the response description, below.
Click on the parameter to expand more details.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped.
Click on the parameter to expand more details.

limitinteger<int32>[0, 10000]query

Maximum number of items to return.

selectSelectionParameter | nullquery

Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields. This parameter accepts values of the following format: {field}{path?}{as alias?}, so you can do deep selection (for example, ?select=balance,token.metadata.symbol as token,...).
Note, if you select just one field, the response will be flatten into a simple array of values.
Click on the parameter to expand the details.

Response

200OK

Voting

Get proposals count

GET
https://xtz-index.nownodes.io/v1/voting/proposals/count

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the total number of protocol proposals.

Response

200OK

Get proposals

GET
https://xtz-index.nownodes.io/v1/voting/proposals

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of protocol proposals.

Parameters

hashProtocolParameter | nullquery

Filters proposals by hash

epochInt32Parameter | nullquery

Filters proposals by voting epoch

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts proposals by specified field. Supported fields: id (default), upvotes, votingPower.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get proposal by hash

GET
https://xtz-index.nownodes.io/v1/voting/proposals/{hash}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the most recent protocol proposal with the specified hash.

Parameters

hashstringrequiredpath

Proposal hash

Response

200OK

Get voting periods

GET
https://xtz-index.nownodes.io/v1/voting/periods

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of voting periods.

Parameters

firstLevelInt32Parameter | nullquery

Filter by level of the first block of the period.

lastLevelInt32Parameter | nullquery

Filter by level of the last block of the period.

selectSelectParameter | nullquery

Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields and .values modes.

sortSortParameter | nullquery

Sorts voting periods by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get voting period by index

GET
https://xtz-index.nownodes.io/v1/voting/periods/{index}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a voting period at the specified index.

Parameters

indexinteger<int32>requiredpath

Voting period index starting from zero

Response

200OK

Get current voting period

GET
https://xtz-index.nownodes.io/v1/voting/periods/current

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns current voting period.

Response

200OK

Get period voters

GET
https://xtz-index.nownodes.io/v1/voting/periods/{index}/voters

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns voters from the voting period at the specified index.

Parameters

indexinteger<int32>requiredpath

Voting period index starting from zero

statusVoterStatusParameter | nullquery

Filters voters by status (none, upvoted, voted_yay, voted_nay, voted_pass)

sortSortParameter | nullquery

Sorts voters by specified field. Supported fields: id (default), votingPower.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get period voter

GET
https://xtz-index.nownodes.io/v1/voting/periods/{index}/voters/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a voter with the specified address from the voting period at the specified index.

Parameters

indexinteger<int32>requiredpath

Voting period index starting from zero

addressstringrequiredpath

Voter address

Response

200OK

Get current period voters

GET
https://xtz-index.nownodes.io/v1/voting/periods/current/voters

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns voters from the current period.

Parameters

statusVoterStatusParameter | nullquery

Filters voters by status (none, upvoted, voted_yay, voted_nay, voted_pass)

sortSortParameter | nullquery

Sorts voters by specified field. Supported fields: id (default), votingPower.

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get current period voter

GET
https://xtz-index.nownodes.io/v1/voting/periods/current/voters/{address}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a voter with the specified address from the current period.

Parameters

addressstringrequiredpath

Voter address

Response

200OK

Get voting epochs

GET
https://xtz-index.nownodes.io/v1/voting/epochs

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a list of voting epochs.

Parameters

sortSortParameter | nullquery

Sorts voting epochs by specified field. Supported fields: id (default).

offsetOffsetParameter | nullquery

Specifies which or how many items should be skipped

limitinteger<int32>[0, 10000]100query

Maximum number of items to return

Response

200OK

Get voting epoch by index

GET
https://xtz-index.nownodes.io/v1/voting/epochs/{index}

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a voting epoch at the specified index.

Parameters

indexinteger<int32>requiredpath

Voting epoch index starting from zero

Response

200OK

Get current voting epoch

GET
https://xtz-index.nownodes.io/v1/voting/epochs/current

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the current voting epoch

Response

200OK

Get latest voting

GET
https://xtz-index.nownodes.io/v1/voting/epochs/latest_voting

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the latest epoch with at least one proposal

Response

200OK