{
    "list": [
        {
            "version": 0,
            "chainIdentifier": 0,
            "blockType": 0,
            "hash": "string",
            "previousHash": "string",
            "height": 0,
            "momentumAcknowledged": {
                "hash": "string",
                "height": 0
            },
            "address": "string",
            "toAddress": "string",
            "amount": "string",
            "tokenStandard": "string",
            "fromBlockHash": "string",
            "data": "string",
            "fusedPlasma": 0,
            "difficulty": 0,
            "nonce": "string",
            "publicKey": "string",
            "signature": "string",
            "descendantBlocks": [
                {}
            ],
            "basePlasma": 0,
            "usedPlasma": 0,
            "changesHash": "string",
            "token": {
                "name": "string",
                "symbol": "string",
                "domain": "string",
                "totalSupply": "string",
                "decimals": 0,
                "owner": "string",
                "tokenStandard": "string",
                "maxSupply": "string",
                "isBurnable": true,
                "isMintable": true,
                "isUtility": true
            },
            "confirmationDetail": {
                "numConfirmations": 0,
                "momentumHeight": 0,
                "momentumHash": "string",
                "momentumTimestamp": 0
            },
            "pairedAccountBlock": {}
        }
    ],
    "count": 0,
    "more": true
}