Inbox

Get inbox messages

get

Returns a list of smart rollup inbox messages.

Query parameters
idone of | nullableOptional

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

levelone of | nullableOptional

Filter by level of the block, where the message was pushed.
Click on the parameter to expand more details.

timestampone of | nullableOptional

Filter by timestamp of the block, where the message was pushed.
Click on the parameter to expand more details.

typeone of | nullableOptional

Filter by inbox message type (level_start, level_info, level_end, transfer, external, migration).
Click on the parameter to expand more details.

sortone of | nullableOptional

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.

offsetone of | nullableOptional

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

limitinteger · int32 · max: 10000Optional

Maximum number of items to return.

selectone of | nullableOptional

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.

michelineone ofOptional

Format of smart rollup call parameters: 0 - JSON, 1 - JSON string, 2 - raw micheline, 3 - raw micheline string

Default: Json
Responses
application/json
object[]Optional
get
GET /v1/smart_rollups/inbox HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
[
  {
    "id": 1,
    "level": 1,
    "timestamp": "2025-04-23T18:13:42.300Z",
    "type": "text",
    "predecessorHash": "text",
    "predecessorTimestamp": "2025-04-23T18:13:42.300Z",
    "initiator": {
      "alias": "text",
      "address": "text"
    },
    "sender": {
      "alias": "text",
      "address": "text"
    },
    "target": {
      "alias": "text",
      "address": "text"
    },
    "entrypoint": "text",
    "parameter": null,
    "payload": "Ynl0ZXM=",
    "protocol": "text"
  }
]