Tezos · Example Payload

Example Blocks

Blocks

Example Blocks 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-blocks.json Raw ↑
{
  "operation": "Blocks_GetCount",
  "method": "GET",
  "path": "/v1/blocks/count",
  "tags": [
    "Blocks"
  ],
  "summary": "Get blocks count",
  "parameters": []
}