⚡ We welcome businesses to test our enterprise-grade service

xem
NEM (XEM)

Method: POST /account/harvests

dropdown

方法 REST /account/harvests 例如 NEM (XEM)

POST /account/harvests

获取帐户的一系列收获信息对象。

Parameters

address -

帐户的地址。

hash -

返回收获块的256位SHA3哈希。

Request

curl --location --request GET 'https://xem.getblock.io/account/harvests?address=NCXIQA4FF5JB6AMQ53NQ3ZMRD3X3PJEWDJJJIGHT&hash=ff8f8d88a65d499165c2e4fa1c95bd4d5366f71d7a62efc21b0df39b6c80613a' 
 --header 'x-api-key: YOUR-API-KEY' 
 --header 'Content-Type: application/json'


Response

{
    "data": [
        {
            "difficulty": 22388850229680,
            "height": 3943916,
            "id": 3944044,
            "timeStamp": 238670475,
            "totalFee": 0
        },
        {
            "difficulty": 21579979856892,
            "height": 3943904,
            "id": 3944032,
            "timeStamp": 238669743,
            "totalFee": 0
        }
    ]
}