⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /local/chain/blocks-after

dropdown

方法 REST /local/chain/blocks-after 例如 NEM (XEM)

POST /local/chain/blocks-after

Method not allowed

从链条上给定块高度后,最多可达10个街区。 如果数据库在给定高度后包含少于10块,则返回较小的块。

Parameters

height -

一个封锁的JSON对象。 块高度描述了块链中块的位置。 链的第一个块具有高度。 每个后续块的高度比上一个块高。 出于方便的原因,NEM Block Chain Explorer使用以下结构。

Request

curl --location --request POST 'https://xem.getblock.io/local/chain/blocks-after'
 --header 'x-api-key: YOUR-API-KEY'
 --header 'Content-Type: application/json'
 --data-raw '{'height':3943115}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}