📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

xem
NEM (XEM)

Method: POST /account/historical/get

dropdown

方法 REST /account/historical/get 例如 NEM (XEM)

POST /account/historical/get

Method not allowed

获取帐户的历史信息。

Parameters

address -

帐户的地址。

startHeight -

应提供数据的块高度。

endHeight -

应提供数据的块高度。 末端高度必须大于或等于起始高度。

increment -

每个数据点之间的高度递增的值。 该值必须大于0。NIS可以用一个请求提供多达1000个数据点。 请求超过1000个数据点会导致错误。

Request

curl --location --request GET 'https://xem.getblock.io/account/historical/get?address=NCXIQA4FF5JB6AMQ53NQ3ZMRD3X3PJEWDJJJIGHT&startHeight=3943565&endHeight=3943570&increment=1'
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'


Response

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