Tezos · Example Payload

Example Smartrollups

SmartRollups

Example Smartrollups is an example object payload from Tezos, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathtagssummaryparameters

Example Payload

example-smartrollups.json Raw ↑
{
  "operation": "SmartRollups_GetSmartRollupsCount",
  "method": "GET",
  "path": "/v1/smart_rollups/count",
  "tags": [
    "SmartRollups"
  ],
  "summary": "Get smart rollups count",
  "parameters": [
    {
      "name": "id",
      "in": "query",
      "required": false
    },
    {
      "name": "address",
      "in": "query",
      "required": false
    },
    {
      "name": "creator",
      "in": "query",
      "required": false
    },
    {
      "name": "firstActivity",
      "in": "query",
      "required": false
    },
    {
      "name": "firstActivityTime",
      "in": "query",
      "required": false
    }
  ]
}