documentation/content/en/api/rest/blocks.md

26 lines
466 B
Markdown
Raw Normal View History

2018-09-26 00:19:54 +02:00
---
title: Blocks API
menu:
docs:
parent: api
weight: 10
---
2018-10-05 01:12:00 +02:00
## GET /api/v1/blocks
Returns array of [Account]({{< relref "entities.md#account" >}})
### Resource information
{{< api_method_info auth="Yes" user="Yes" scope="read read:blocks follow" version="0.0.0" >}}
### Parameters
|Name|Description|Required|Default|
|----|-----------|:------:|:-----:|
| `limit` | Maximum number of results | Optional | 40 |
### Pagination
{{< api_pagination >}}