From bafea76283a9ed4e4a85bd8d71f85de2b3a46edc Mon Sep 17 00:00:00 2001
From: Pawel Maniora <pmaniora@syncad.com>
Date: Thu, 5 Nov 2020 15:56:53 +0100
Subject: [PATCH] last part of missing API call tests

---
 .../broadcast_block/too_old.pat.json          |    37 +
 .../broadcast_block/too_old.tavern.yaml       |    40 +
 .../missing_posting_authority.pat.json        |   182 +
 .../missing_posting_authority.tavern.yaml     |    43 +
 .../transaction_expiration_exception.pat.json |    86 +
 ...ansaction_expiration_exception.tavern.yaml |    44 +
 .../missing_posting_authority.pat.json        |   182 +
 .../missing_posting_authority.tavern.yaml     |    43 +
 .../transaction_expiration_exception.pat.json |    86 +
 ...ansaction_expiration_exception.tavern.yaml |    44 +
 .../get_block/milion.pat.json                 |    12 +
 .../get_block/milion.tavern.yaml              |    28 +
 .../get_block/one.pat.json                    |    12 +
 .../get_block/one.tavern.yaml                 |    28 +
 .../get_block_header/milion.pat.json          |     7 +
 .../get_block_header/milion.tavern.yaml       |    28 +
 .../get_block_header/one.pat.json             |     7 +
 .../get_block_header/one.tavern.yaml          |    28 +
 .../get.tavern.yaml                           |    33 +
 .../steem.tavern.yaml                         |    29 +
 .../steem.tavern.yaml                         |    29 +
 .../steem.tavern.yaml                         |    29 +
 .../smolalit.pat.json                         | 44014 ++++++++++++++++
 .../smolalit.tavern.yaml                      |    29 +
 .../get_recent_trades/get.tavern.yaml         |    28 +
 .../get_ticker/get.pat.json                   |     8 +
 .../get_ticker/get.tavern.yaml                |    29 +
 .../get_trade_history/get.pat.json            |  5002 ++
 .../get_trade_history/get.tavern.yaml         |    29 +
 .../get_volume/get.pat.json                   |     4 +
 .../get_volume/get.tavern.yaml                |    29 +
 .../verify_account_authority/get.pat.json     |     3 +
 .../verify_account_authority/get.tavern.yaml  |    28 +
 .../get_market_history/get.pat.json           |  4583 ++
 .../get_market_history/get.tavern.yaml        |    28 +
 .../get_market_history_buckets/get.pat.json   |     9 +
 .../get.tavern.yaml                           |    28 +
 .../get_trade_history/get.pat.json            | 13004 +++++
 .../get_trade_history/get.tavern.yaml         |     3 +-
 hived/tavern_run/version.py                   |     2 +-
 40 files changed, 67915 insertions(+), 2 deletions(-)
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_block/too_old.pat.json
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_block/too_old.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.pat.json
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.pat.json
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.pat.json
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.pat.json
 create mode 100644 hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_block/milion.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_block/milion.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_block/one.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_block/one.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_block_header/milion.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_block_header/milion.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_block_header/one.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_block_header/one.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_comment_discussions_by_payout/get.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_discussions_by_cashout/steem.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_discussions_by_children/steem.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_discussions_by_votes/steem.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_recent_trades/get.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_ticker/get.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_ticker/get.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_trade_history/get.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_trade_history/get.tavern.yaml
 create mode 100644 hived/tavern/condenser_api_patterns/get_volume/get.pat.json
 create mode 100644 hived/tavern/condenser_api_patterns/get_volume/get.tavern.yaml
 create mode 100644 hived/tavern/database_api_patterns/verify_account_authority/get.pat.json
 create mode 100644 hived/tavern/database_api_patterns/verify_account_authority/get.tavern.yaml
 create mode 100644 hived/tavern/market_history_api_patterns/get_market_history/get.pat.json
 create mode 100644 hived/tavern/market_history_api_patterns/get_market_history/get.tavern.yaml
 create mode 100644 hived/tavern/market_history_api_patterns/get_market_history_buckets/get.pat.json
 create mode 100644 hived/tavern/market_history_api_patterns/get_market_history_buckets/get.tavern.yaml
 create mode 100644 hived/tavern/market_history_api_patterns/get_trade_history/get.pat.json

diff --git a/hived/tavern/condenser_api_negative/broadcast_block/too_old.pat.json b/hived/tavern/condenser_api_negative/broadcast_block/too_old.pat.json
new file mode 100644
index 00000000..c85e2451
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_block/too_old.pat.json
@@ -0,0 +1,37 @@
+{
+  "code": -32000,
+  "data": {
+    "code": 10,
+    "message": "Assert Exception",
+    "name": "assert_exception",
+    "stack": [
+      {
+        "data": {
+          "head": 48419865,
+          "item->num": 1,
+          "max_size": 16
+        },
+        "format": "item->num > std::max<int64_t>( 0, int64_t(_head->num) - (_max_size) ): attempting to push a block that is too old"
+      },
+      {
+        "data": {},
+        "format": ""
+      },
+      {
+        "data": {
+          "new_block": {
+            "extensions": [],
+            "previous": "0000000000000000000000000000000000000000",
+            "timestamp": "1970-01-01T00:00:00",
+            "transaction_merkle_root": "0000000000000000000000000000000000000000",
+            "transactions": [],
+            "witness": "",
+            "witness_signature": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+          }
+        },
+        "format": ""
+      }
+    ]
+  },
+  "message": "Assert Exception:item->num > std::max<int64_t>( 0, int64_t(_head->num) - (_max_size) ): attempting to push a block that is too old"
+}
diff --git a/hived/tavern/condenser_api_negative/broadcast_block/too_old.tavern.yaml b/hived/tavern/condenser_api_negative/broadcast_block/too_old.tavern.yaml
new file mode 100644
index 00000000..00196702
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_block/too_old.tavern.yaml
@@ -0,0 +1,40 @@
+---
+  test_name: Hived broadcast_block
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: broadcast_block
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.broadcast_block"
+          params: [
+            {
+              "previous": "0000000000000000000000000000000000000000",
+              "timestamp": "1970-01-01T00:00:00",
+              "witness": "",
+              "transaction_merkle_root": "0000000000000000000000000000000000000000",
+              "extensions": [ ],
+              "witness_signature": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+              "transactions": [ ]
+            }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "too_old"
+            directory: "condenser_api_negative/broadcast_block"
+            error_response: true
+            ignore_tags: ['context','head']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.pat.json b/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.pat.json
new file mode 100644
index 00000000..1d4ba4cb
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.pat.json
@@ -0,0 +1,182 @@
+{
+  "code": -32000,
+  "data": {
+    "code": 3030000,
+    "message": "missing required posting authority",
+    "name": "tx_missing_posting_auth",
+    "stack": [
+      {
+        "context": {
+          "file": "transaction_util.hpp",
+          "hostname": "",
+          "level": "error",
+          "line": 58,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "active": {
+            "account_auths": [],
+            "key_auths": [
+              [
+                "STM69zfrFGnZtU3gWFWpQJ6GhND1nz7TJsKBTjcWfebS1JzBEweQy",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          },
+          "id": "hiveio",
+          "owner": {
+            "account_auths": [],
+            "key_auths": [
+              [
+                "STM65PUAPA4yC4RgPtGgsPupxT6yJtMhmT5JHFdsT3uoCbR8WJ25s",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          },
+          "posting": {
+            "account_auths": [
+              [
+                "threespeak",
+                1
+              ],
+              [
+                "vimm.app",
+                1
+              ]
+            ],
+            "key_auths": [
+              [
+                "STM6vJmrwaX5TjgTS9dPH8KsArso5m91fVodJvv91j7G765wqcNM9",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          }
+        },
+        "format": "Missing Posting Authority ${id}"
+      },
+      {
+        "context": {
+          "file": "transaction_util.hpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 103,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "auth_containers": [
+            {
+              "type": "vote_operation",
+              "value": {
+                "author": "alice",
+                "permlink": "a-post-by-alice",
+                "voter": "hiveio",
+                "weight": 10000
+              }
+            }
+          ],
+          "sigs": []
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "transaction.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 232,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "*this": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "database.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 4269,
+          "method": "_apply_transaction",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "trx": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "database.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 1176,
+          "method": "push_transaction",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "trx": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      }
+    ]
+  },
+  "message": "missing required posting authority:Missing Posting Authority hiveio"
+}
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.tavern.yaml b/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.tavern.yaml
new file mode 100644
index 00000000..f003dc51
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction/missing_posting_authority.tavern.yaml
@@ -0,0 +1,43 @@
+---
+  test_name: Hived broadcast_transaction
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: broadcast_transaction
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.broadcast_transaction"
+          params: [
+            {
+              "ref_block_prefix": 2181793527,
+              "expiration":"2016-03-24T18:00:21",
+              "operations":[
+                [
+                    "vote",
+                    {"voter":"hiveio","author":"alice","permlink":"a-post-by-alice","weight":10000}
+                ]
+              ],
+              "extensions":[],
+              "signatures":[]
+            }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "missing_posting_authority"
+            directory: "condenser_api_negative/broadcast_transaction"
+            error_response: true
+            ignore_tags: ['context']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.pat.json b/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.pat.json
new file mode 100644
index 00000000..767b8694
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.pat.json
@@ -0,0 +1,86 @@
+{
+  "code": -32000,
+  "data": {
+    "code": 4030100,
+    "message": "transaction expiration exception",
+    "name": "transaction_expiration_exception",
+    "stack": [
+      {
+        "data": {
+          "now": "2020-11-05T13:01:33",
+          "trx.exp": "2020-11-05T12:58:10"
+        },
+        "format": ""
+      },
+      {
+        "data": {
+          "trx": {
+            "expiration": "2020-11-05T12:58:10",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "request_account_recovery_operation",
+                "value": {
+                  "account_to_recover": "tulpa",
+                  "extensions": [],
+                  "new_owner_authority": {
+                    "account_auths": [],
+                    "key_auths": [
+                      [
+                        "STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS",
+                        1
+                      ]
+                    ],
+                    "weight_threshold": 1
+                  },
+                  "recovery_account": "nalesnik"
+                }
+              }
+            ],
+            "ref_block_num": 55551,
+            "ref_block_prefix": 276291495,
+            "signatures": [
+              "204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955"
+            ]
+          }
+        },
+        "format": ""
+      },
+      {
+        "data": {
+          "trx": {
+            "expiration": "2020-11-05T12:58:10",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "request_account_recovery_operation",
+                "value": {
+                  "account_to_recover": "tulpa",
+                  "extensions": [],
+                  "new_owner_authority": {
+                    "account_auths": [],
+                    "key_auths": [
+                      [
+                        "STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS",
+                        1
+                      ]
+                    ],
+                    "weight_threshold": 1
+                  },
+                  "recovery_account": "nalesnik"
+                }
+              }
+            ],
+            "ref_block_num": 55551,
+            "ref_block_prefix": 276291495,
+            "signatures": [
+              "204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955"
+            ]
+          }
+        },
+        "format": ""
+      }
+    ]
+  },
+  "message": "transaction expiration exception:"
+}
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.tavern.yaml b/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.tavern.yaml
new file mode 100644
index 00000000..f4ed856c
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction/transaction_expiration_exception.tavern.yaml
@@ -0,0 +1,44 @@
+---
+  test_name: Hived broadcast_transaction
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: broadcast_transaction
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.broadcast_transaction"
+          params: [
+            { 'expiration': '2020-11-05T12:58:10',
+              'extensions': [ ],
+              'operations': [ [ 'request_account_recovery',
+                { 'account_to_recover': 'tulpa',
+                  'extensions': [ ],
+                  'new_owner_authority': { 'account_auths': [ ],
+                                           'key_auths': [ [ 'STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS',
+                                                            '1' ] ],
+                                           'weight_threshold': 1 },
+                  'recovery_account': 'nalesnik' } ] ],
+              'ref_block_num': 55551,
+              'ref_block_prefix': 276291495,
+              'signatures': [ '204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955' ] }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "transaction_expiration_exception"
+            directory: "condenser_api_negative/broadcast_transaction"
+            error_response: true
+            ignore_tags: ['context','now']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.pat.json b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.pat.json
new file mode 100644
index 00000000..1d4ba4cb
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.pat.json
@@ -0,0 +1,182 @@
+{
+  "code": -32000,
+  "data": {
+    "code": 3030000,
+    "message": "missing required posting authority",
+    "name": "tx_missing_posting_auth",
+    "stack": [
+      {
+        "context": {
+          "file": "transaction_util.hpp",
+          "hostname": "",
+          "level": "error",
+          "line": 58,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "active": {
+            "account_auths": [],
+            "key_auths": [
+              [
+                "STM69zfrFGnZtU3gWFWpQJ6GhND1nz7TJsKBTjcWfebS1JzBEweQy",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          },
+          "id": "hiveio",
+          "owner": {
+            "account_auths": [],
+            "key_auths": [
+              [
+                "STM65PUAPA4yC4RgPtGgsPupxT6yJtMhmT5JHFdsT3uoCbR8WJ25s",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          },
+          "posting": {
+            "account_auths": [
+              [
+                "threespeak",
+                1
+              ],
+              [
+                "vimm.app",
+                1
+              ]
+            ],
+            "key_auths": [
+              [
+                "STM6vJmrwaX5TjgTS9dPH8KsArso5m91fVodJvv91j7G765wqcNM9",
+                1
+              ]
+            ],
+            "weight_threshold": 1
+          }
+        },
+        "format": "Missing Posting Authority ${id}"
+      },
+      {
+        "context": {
+          "file": "transaction_util.hpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 103,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "auth_containers": [
+            {
+              "type": "vote_operation",
+              "value": {
+                "author": "alice",
+                "permlink": "a-post-by-alice",
+                "voter": "hiveio",
+                "weight": 10000
+              }
+            }
+          ],
+          "sigs": []
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "transaction.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 232,
+          "method": "verify_authority",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "*this": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "database.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 4269,
+          "method": "_apply_transaction",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "trx": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      },
+      {
+        "context": {
+          "file": "database.cpp",
+          "hostname": "",
+          "level": "warn",
+          "line": 1176,
+          "method": "push_transaction",
+          "timestamp": "2020-11-05T12:51:07"
+        },
+        "data": {
+          "trx": {
+            "expiration": "2016-03-24T18:00:21",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "vote_operation",
+                "value": {
+                  "author": "alice",
+                  "permlink": "a-post-by-alice",
+                  "voter": "hiveio",
+                  "weight": 10000
+                }
+              }
+            ],
+            "ref_block_num": 0,
+            "ref_block_prefix": 2181793527,
+            "signatures": []
+          }
+        },
+        "format": ""
+      }
+    ]
+  },
+  "message": "missing required posting authority:Missing Posting Authority hiveio"
+}
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.tavern.yaml b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.tavern.yaml
new file mode 100644
index 00000000..34f6656b
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/missing_posting_authority.tavern.yaml
@@ -0,0 +1,43 @@
+---
+  test_name: Hived broadcast_transaction_synchronous
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: broadcast_transaction_synchronous
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.broadcast_transaction_synchronous"
+          params: [
+            {
+              "ref_block_prefix": 2181793527,
+              "expiration":"2016-03-24T18:00:21",
+              "operations":[
+                [
+                    "vote",
+                    {"voter":"hiveio","author":"alice","permlink":"a-post-by-alice","weight":10000}
+                ]
+              ],
+              "extensions":[],
+              "signatures":[]
+            }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "missing_posting_authority"
+            directory: "condenser_api_negative/broadcast_transaction_synchronous"
+            error_response: true
+            ignore_tags: ['context']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.pat.json b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.pat.json
new file mode 100644
index 00000000..767b8694
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.pat.json
@@ -0,0 +1,86 @@
+{
+  "code": -32000,
+  "data": {
+    "code": 4030100,
+    "message": "transaction expiration exception",
+    "name": "transaction_expiration_exception",
+    "stack": [
+      {
+        "data": {
+          "now": "2020-11-05T13:01:33",
+          "trx.exp": "2020-11-05T12:58:10"
+        },
+        "format": ""
+      },
+      {
+        "data": {
+          "trx": {
+            "expiration": "2020-11-05T12:58:10",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "request_account_recovery_operation",
+                "value": {
+                  "account_to_recover": "tulpa",
+                  "extensions": [],
+                  "new_owner_authority": {
+                    "account_auths": [],
+                    "key_auths": [
+                      [
+                        "STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS",
+                        1
+                      ]
+                    ],
+                    "weight_threshold": 1
+                  },
+                  "recovery_account": "nalesnik"
+                }
+              }
+            ],
+            "ref_block_num": 55551,
+            "ref_block_prefix": 276291495,
+            "signatures": [
+              "204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955"
+            ]
+          }
+        },
+        "format": ""
+      },
+      {
+        "data": {
+          "trx": {
+            "expiration": "2020-11-05T12:58:10",
+            "extensions": [],
+            "operations": [
+              {
+                "type": "request_account_recovery_operation",
+                "value": {
+                  "account_to_recover": "tulpa",
+                  "extensions": [],
+                  "new_owner_authority": {
+                    "account_auths": [],
+                    "key_auths": [
+                      [
+                        "STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS",
+                        1
+                      ]
+                    ],
+                    "weight_threshold": 1
+                  },
+                  "recovery_account": "nalesnik"
+                }
+              }
+            ],
+            "ref_block_num": 55551,
+            "ref_block_prefix": 276291495,
+            "signatures": [
+              "204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955"
+            ]
+          }
+        },
+        "format": ""
+      }
+    ]
+  },
+  "message": "transaction expiration exception:"
+}
diff --git a/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.tavern.yaml b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.tavern.yaml
new file mode 100644
index 00000000..70de3c7b
--- /dev/null
+++ b/hived/tavern/condenser_api_negative/broadcast_transaction_synchronous/transaction_expiration_exception.tavern.yaml
@@ -0,0 +1,44 @@
+---
+  test_name: Hived broadcast_transaction_synchronous
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: broadcast_transaction_synchronous
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.broadcast_transaction_synchronous"
+          params: [
+            { 'expiration': '2020-11-05T12:58:10',
+              'extensions': [ ],
+              'operations': [ [ 'request_account_recovery',
+                { 'account_to_recover': 'tulpa',
+                  'extensions': [ ],
+                  'new_owner_authority': { 'account_auths': [ ],
+                                           'key_auths': [ [ 'STM6wxeXR9kg8uu7vX5LS4HBgKw8sdqHBpzAaacqPwPxYfRx9h5bS',
+                                                            '1' ] ],
+                                           'weight_threshold': 1 },
+                  'recovery_account': 'nalesnik' } ] ],
+              'ref_block_num': 55551,
+              'ref_block_prefix': 276291495,
+              'signatures': [ '204f2dc529f3e884a77ee3e849d0f8c03ff9ec0d9af08894427d15c74eea4dcead50bc2bd23ac188cfb5975acc5a89cb1df1474e42d47d54ac993ed240fdb3f955' ] }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "transaction_expiration_exception"
+            directory: "condenser_api_negative/broadcast_transaction_synchronous"
+            error_response: true
+            ignore_tags: ['context','now']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_block/milion.pat.json b/hived/tavern/condenser_api_patterns/get_block/milion.pat.json
new file mode 100644
index 00000000..78df3bcc
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block/milion.pat.json
@@ -0,0 +1,12 @@
+{
+  "block_id": "000f4240e8f91385f7bff8f5aeebddc9b14e4281",
+  "extensions": [],
+  "previous": "000f423f974857674873d93d1909e0eeb7e4916e",
+  "signing_key": "STM67P2LhV4FCvk2y6sQjNTnp6b1MVTKnftw2mLE2Vxf89Vdn7xYG",
+  "timestamp": "2016-04-29T04:12:00",
+  "transaction_ids": [],
+  "transaction_merkle_root": "0000000000000000000000000000000000000000",
+  "transactions": [],
+  "witness": "abit",
+  "witness_signature": "1f72bd3f4b06e7dc6b156729f0fd7873163814972eecea9d77cb29bae11d0fea3865c814d11a58e818c2494ce19f4c3d4c3e17eab3b1465ebccb102c52c56472c0"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_block/milion.tavern.yaml b/hived/tavern/condenser_api_patterns/get_block/milion.tavern.yaml
new file mode 100644
index 00000000..d1f4a5a6
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block/milion.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived condenser_api.get_block milion
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: block_api.get_block milion
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_block"
+          params: [1000000]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "milion"
+            directory: "condenser_api_patterns/get_block"
diff --git a/hived/tavern/condenser_api_patterns/get_block/one.pat.json b/hived/tavern/condenser_api_patterns/get_block/one.pat.json
new file mode 100644
index 00000000..8d0510b5
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block/one.pat.json
@@ -0,0 +1,12 @@
+{
+  "block_id": "0000000109833ce528d5bbfb3f6225b39ee10086",
+  "extensions": [],
+  "previous": "0000000000000000000000000000000000000000",
+  "signing_key": "STM8GC13uCZbP44HzMLV6zPZGwVQ8Nt4Kji8PapsPiNq1BK153XTX",
+  "timestamp": "2016-03-24T16:05:00",
+  "transaction_ids": [],
+  "transaction_merkle_root": "0000000000000000000000000000000000000000",
+  "transactions": [],
+  "witness": "initminer",
+  "witness_signature": "204f8ad56a8f5cf722a02b035a61b500aa59b9519b2c33c77a80c0a714680a5a5a7a340d909d19996613c5e4ae92146b9add8a7a663eef37d837ef881477313043"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_block/one.tavern.yaml b/hived/tavern/condenser_api_patterns/get_block/one.tavern.yaml
new file mode 100644
index 00000000..e96ea8a2
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block/one.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived condenser_api.get_block
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_block
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_block"
+          params: [1]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "one"
+            directory: "condenser_api_patterns/get_block"
diff --git a/hived/tavern/condenser_api_patterns/get_block_header/milion.pat.json b/hived/tavern/condenser_api_patterns/get_block_header/milion.pat.json
new file mode 100644
index 00000000..6f9b1df3
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block_header/milion.pat.json
@@ -0,0 +1,7 @@
+{
+  "extensions": [],
+  "previous": "000f423f974857674873d93d1909e0eeb7e4916e",
+  "timestamp": "2016-04-29T04:12:00",
+  "transaction_merkle_root": "0000000000000000000000000000000000000000",
+  "witness": "abit"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_block_header/milion.tavern.yaml b/hived/tavern/condenser_api_patterns/get_block_header/milion.tavern.yaml
new file mode 100644
index 00000000..2dc83999
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block_header/milion.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived condenser_api.get_block_header milion
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: block_api.get_block milion
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_block_header"
+          params: [1000000]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "milion"
+            directory: "condenser_api_patterns/get_block_header"
diff --git a/hived/tavern/condenser_api_patterns/get_block_header/one.pat.json b/hived/tavern/condenser_api_patterns/get_block_header/one.pat.json
new file mode 100644
index 00000000..8184f9d5
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block_header/one.pat.json
@@ -0,0 +1,7 @@
+{
+  "extensions": [],
+  "previous": "0000000000000000000000000000000000000000",
+  "timestamp": "2016-03-24T16:05:00",
+  "transaction_merkle_root": "0000000000000000000000000000000000000000",
+  "witness": "initminer"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_block_header/one.tavern.yaml b/hived/tavern/condenser_api_patterns/get_block_header/one.tavern.yaml
new file mode 100644
index 00000000..2b0776a7
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_block_header/one.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived condenser_api.get_block_header
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_block_header
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_block_header"
+          params: [1]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "one"
+            directory: "condenser_api_patterns/get_block_header"
diff --git a/hived/tavern/condenser_api_patterns/get_comment_discussions_by_payout/get.tavern.yaml b/hived/tavern/condenser_api_patterns/get_comment_discussions_by_payout/get.tavern.yaml
new file mode 100644
index 00000000..fe71edaf
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_comment_discussions_by_payout/get.tavern.yaml
@@ -0,0 +1,33 @@
+---
+  test_name: Hived get_comment_discussions_by_payout
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_comment_discussions_by_payout
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_comment_discussions_by_payout"
+          params: [
+            {
+              "tag": "hive",
+              "limit": 10,
+            }
+          ]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:has_valid_response
+          extra_kwargs:
+            method: "get"
+            directory: "condenser_api_patterns/get_comment_discussions_by_payout"
diff --git a/hived/tavern/condenser_api_patterns/get_discussions_by_cashout/steem.tavern.yaml b/hived/tavern/condenser_api_patterns/get_discussions_by_cashout/steem.tavern.yaml
new file mode 100644
index 00000000..8c909fbc
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_discussions_by_cashout/steem.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived get_discussions_by_cashout
+
+  marks:
+    - patterntest
+    - xfail # _tags_api: tags_api_plugin not enabled.
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_cashout
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_discussions_by_cashout"
+          params: ["steem"]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "steem"
+            directory: "condenser_api_patterns/get_discussions_by_cashout"
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_discussions_by_children/steem.tavern.yaml b/hived/tavern/condenser_api_patterns/get_discussions_by_children/steem.tavern.yaml
new file mode 100644
index 00000000..17e70e3e
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_discussions_by_children/steem.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived get_discussions_by_children
+
+  marks:
+    - patterntest
+    - xfail # _tags_api: tags_api_plugin not enabled.
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_children
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_discussions_by_children"
+          params: ["steem"]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "steem"
+            directory: "condenser_api_patterns/get_discussions_by_children"
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_discussions_by_votes/steem.tavern.yaml b/hived/tavern/condenser_api_patterns/get_discussions_by_votes/steem.tavern.yaml
new file mode 100644
index 00000000..c979896a
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_discussions_by_votes/steem.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived get_discussions_by_votes
+
+  marks:
+    - patterntest
+    - xfail # _tags_api: tags_api_plugin not enabled.
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_votes
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_discussions_by_votes"
+          params: ["steem"]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "steem"
+            directory: "condenser_api_patterns/get_discussions_by_votes"
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.pat.json b/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.pat.json
new file mode 100644
index 00000000..a712bf60
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.pat.json
@@ -0,0 +1,44014 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 520861791056580,
+        "rshares": 164139801366903,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "4000",
+        "reputation": 341233778618,
+        "rshares": 626943807301,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1957220358850383,
+        "rshares": 1548611533291,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "4000",
+        "reputation": 4509451541223,
+        "rshares": 168325128890,
+        "voter": "theshell"
+      },
+      {
+        "percent": "1000",
+        "reputation": 109424005488868,
+        "rshares": 54240958922,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 159372103844946,
+        "rshares": 21825427759754,
+        "voter": "gtg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 591298160171898,
+        "rshares": 1461457299543,
+        "voter": "good-karma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 315496990256842,
+        "rshares": 5619989839379,
+        "voter": "arcange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 315247082036226,
+        "rshares": 1036053933654,
+        "voter": "lichtblick"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3249055439,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "800",
+        "reputation": 560943007638090,
+        "rshares": 291420955651,
+        "voter": "ace108"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1189083640441,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6857123935175,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3434871602070,
+        "rshares": 37207990222,
+        "voter": "fooblic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30591567767954,
+        "rshares": 73631823285,
+        "voter": "the-bitcoin-dood"
+      },
+      {
+        "percent": "8400",
+        "reputation": 209327783268279,
+        "rshares": 179095965900,
+        "voter": "foxkoit"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1087858767216,
+        "rshares": 184997806,
+        "voter": "micefy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25231292536535,
+        "rshares": 274205878456,
+        "voter": "chrisaiki"
+      },
+      {
+        "percent": "1900",
+        "reputation": 49426223217225,
+        "rshares": 25835491503,
+        "voter": "phusionphil"
+      },
+      {
+        "percent": "750",
+        "reputation": 144108882515293,
+        "rshares": 60654313702,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "3610",
+        "reputation": 85981642650865,
+        "rshares": 41014273037,
+        "voter": "seckorama"
+      },
+      {
+        "percent": "2000",
+        "reputation": 280674585514224,
+        "rshares": 188790835574,
+        "voter": "justyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 40775125861,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 111778832002739,
+        "rshares": 283118506033,
+        "voter": "techslut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 420443679514793,
+        "rshares": 1727422057043,
+        "voter": "esteemapp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22050619475702,
+        "rshares": 28430983451,
+        "voter": "wagnertamanaha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 306546327230906,
+        "rshares": 17044093581,
+        "voter": "teamhumble"
+      },
+      {
+        "percent": "3500",
+        "reputation": 0,
+        "rshares": 3436139883224,
+        "voter": "newhope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96057608537550,
+        "rshares": 74050746878,
+        "voter": "kotturinn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30904254166753,
+        "rshares": 733694717208,
+        "voter": "distantsignal"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7642834007,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36214470543162,
+        "rshares": 18404635328,
+        "voter": "assasin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43129757389335,
+        "rshares": 8764346415,
+        "voter": "sudutpandang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10514448764402,
+        "rshares": 1645122623,
+        "voter": "syarrf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48268764621908,
+        "rshares": 80462681008,
+        "voter": "fingersik"
+      },
+      {
+        "percent": "3000",
+        "reputation": 288303313542379,
+        "rshares": 175294413888,
+        "voter": "melinda010100"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16365587743468,
+        "rshares": 121605486661,
+        "voter": "tamaralovelace"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29513750536324,
+        "rshares": 6106421501,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11555767777330,
+        "rshares": 34973669996,
+        "voter": "thethreehugs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103190531489536,
+        "rshares": 171612994642,
+        "voter": "ayijufridar"
+      },
+      {
+        "percent": "7500",
+        "reputation": 26275815650202,
+        "rshares": 52814098408,
+        "voter": "trumpikas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 2862282091,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80123076461352,
+        "rshares": 396699780148,
+        "voter": "xels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206759412552,
+        "rshares": 112522039371,
+        "voter": "tomaszs77"
+      },
+      {
+        "percent": "6300",
+        "reputation": 11503516163103,
+        "rshares": 30078542082,
+        "voter": "mdosev"
+      },
+      {
+        "percent": "750",
+        "reputation": 3553102205525,
+        "rshares": 10485097361,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1110824554565,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "2900",
+        "reputation": 19643697626632,
+        "rshares": 119543567578,
+        "voter": "sam99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20355801093011,
+        "rshares": 490784838060,
+        "voter": "jingdol"
+      },
+      {
+        "percent": "5000",
+        "reputation": 494228895348,
+        "rshares": 773006596,
+        "voter": "saintopic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 579935195725,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "9600",
+        "reputation": 59746720810341,
+        "rshares": 43536615066,
+        "voter": "simaroy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29540199236425,
+        "rshares": 3763727982154,
+        "voter": "eturnerx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29666985623497,
+        "rshares": 87307148792,
+        "voter": "vallesleoruther"
+      },
+      {
+        "percent": "10000",
+        "reputation": 223486867868,
+        "rshares": 18762679709,
+        "voter": "captainquack22"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 397298299519,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1844447662772,
+        "rshares": 13433650020,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "4930",
+        "reputation": 31580212794880,
+        "rshares": 3745247664,
+        "voter": "ahlawat"
+      },
+      {
+        "percent": "4000",
+        "reputation": 453941972104547,
+        "rshares": 341767665503,
+        "voter": "nainaztengra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 81836455418258,
+        "rshares": 89247513590,
+        "voter": "noboxes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24639928209538,
+        "rshares": 57182695174,
+        "voter": "santigs"
+      },
+      {
+        "percent": "500",
+        "reputation": 149085530853696,
+        "rshares": 106516376405,
+        "voter": "karja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 18495791759,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "1000",
+        "reputation": 51994511985595,
+        "rshares": 4011556510857,
+        "voter": "tipu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 271999751945,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 535519919057,
+        "voter": "drax"
+      },
+      {
+        "percent": "1475",
+        "reputation": 0,
+        "rshares": 34140254931,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1356757205252,
+        "rshares": 1590452290,
+        "voter": "imawreader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47587090795963,
+        "rshares": 30141445179,
+        "voter": "szabolcs"
+      },
+      {
+        "percent": "845",
+        "reputation": 0,
+        "rshares": 340211275776,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57597252449855,
+        "rshares": 460190544871,
+        "voter": "florian-glechner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 128158005695390,
+        "rshares": 63536401922,
+        "voter": "arabisouri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1436962620884,
+        "rshares": 1004372737,
+        "voter": "mrsyria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 770453535542,
+        "rshares": 2413646233,
+        "voter": "bangjuh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1807139565916,
+        "rshares": 113762333,
+        "voter": "irynochka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 22248309781,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1143658933344,
+        "rshares": 710889591,
+        "voter": "machroezar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43698921303676,
+        "rshares": 47308382843,
+        "voter": "afril"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2902161253893,
+        "rshares": 3662317342,
+        "voter": "mamaloves"
+      },
+      {
+        "percent": "5000",
+        "reputation": 14337364044156,
+        "rshares": 6682767507,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7295732274,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112593705937795,
+        "rshares": 177700627854,
+        "voter": "apnigrich"
+      },
+      {
+        "percent": "3000",
+        "reputation": 417897915586235,
+        "rshares": 219740165641,
+        "voter": "phortun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6721086978707,
+        "rshares": 7226173336,
+        "voter": "ronpurteetv"
+      },
+      {
+        "percent": "2000",
+        "reputation": 87246032649758,
+        "rshares": 30590741583,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "1000",
+        "reputation": 169520027942230,
+        "rshares": 9190823597,
+        "voter": "r351574nc3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114122304547286,
+        "rshares": 223797236303,
+        "voter": "iamjadeline"
+      },
+      {
+        "percent": "500",
+        "reputation": 21720371357335,
+        "rshares": 2366418146,
+        "voter": "bartheek"
+      },
+      {
+        "percent": "8500",
+        "reputation": 14084205914169,
+        "rshares": 31093183201,
+        "voter": "kiwibloke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7833564344722,
+        "rshares": 2179632784,
+        "voter": "ahmedsy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 170235537022,
+        "rshares": 1410422723,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "1900",
+        "reputation": 8003119161188,
+        "rshares": 3967900550,
+        "voter": "brewery"
+      },
+      {
+        "percent": "5000",
+        "reputation": 330396781271113,
+        "rshares": 2331710454539,
+        "voter": "holger80"
+      },
+      {
+        "percent": "2000",
+        "reputation": 50124640567504,
+        "rshares": 7510110487,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "5000",
+        "reputation": 442944056818,
+        "rshares": 1894655279,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 344804463734258,
+        "rshares": 21316593878,
+        "voter": "dirapa"
+      },
+      {
+        "percent": "500",
+        "reputation": 411588240625,
+        "rshares": 330267804,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "9500",
+        "reputation": 4819938972371,
+        "rshares": 7100523922,
+        "voter": "green77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12435393608248,
+        "rshares": 15428822393,
+        "voter": "jhoxiris"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98135484010,
+        "rshares": 9403076199,
+        "voter": "dasc"
+      },
+      {
+        "percent": "1500",
+        "reputation": 17846302258319,
+        "rshares": 6383147020,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "6500",
+        "reputation": 6264286399143,
+        "rshares": 1949178207646,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4418427243653,
+        "rshares": 6056636429,
+        "voter": "memesdaily"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3065535471122,
+        "rshares": 4629977913,
+        "voter": "mutiahanum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62406194635091,
+        "rshares": 38279635540,
+        "voter": "russellstockley"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29772086599,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "4000",
+        "reputation": 93067317204510,
+        "rshares": 70091827906,
+        "voter": "almi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21188653353975,
+        "rshares": 145459795324,
+        "voter": "erikklok"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1172852327717,
+        "rshares": 226645045886,
+        "voter": "watchlist"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2256065348315,
+        "rshares": 8397420830,
+        "voter": "frassman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9839458481068,
+        "rshares": 23658641802,
+        "voter": "kryptik.tigrrr3d"
+      },
+      {
+        "percent": "9000",
+        "reputation": 541369096879,
+        "rshares": 8144822661,
+        "voter": "yusrizakaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15649272505736,
+        "rshares": 29638355866,
+        "voter": "lionsuit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 274229697842,
+        "rshares": 20138127862,
+        "voter": "abwasserrohr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 315987272518746,
+        "rshares": 214361230704,
+        "voter": "jeronimorubio"
+      },
+      {
+        "percent": "1000",
+        "reputation": 10250642778719,
+        "rshares": 3160648924,
+        "voter": "salty-mcgriddles"
+      },
+      {
+        "percent": "10000",
+        "reputation": 108726560523456,
+        "rshares": 382059986921,
+        "voter": "immanuel94"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8107441442652,
+        "rshares": 10478353262,
+        "voter": "deltasteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2059690236788,
+        "rshares": 18211370706,
+        "voter": "flyerchen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 85422666406,
+        "rshares": 10958499915,
+        "voter": "skyroad"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 30341297043,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "5000",
+        "reputation": 112109667795,
+        "rshares": 1508359174,
+        "voter": "memepress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37835744295387,
+        "rshares": 8737699955,
+        "voter": "gogreenbuddy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2285171223,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1705998268893,
+        "rshares": 975259617,
+        "voter": "dodolzk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23720177528186,
+        "rshares": 31092988731,
+        "voter": "wirago"
+      },
+      {
+        "percent": "9900",
+        "reputation": 1127084830607,
+        "rshares": 3246896521,
+        "voter": "irwandarasyid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9020628089607,
+        "rshares": 87837595401,
+        "voter": "promobot"
+      },
+      {
+        "percent": "3000",
+        "reputation": 25665583431709,
+        "rshares": 51349533741,
+        "voter": "rozku"
+      },
+      {
+        "percent": "1700",
+        "reputation": 13183527861245,
+        "rshares": 4526992893,
+        "voter": "celinavisaez"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 10125360314,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16608311881044,
+        "rshares": 47978835354,
+        "voter": "curatorcat"
+      },
+      {
+        "percent": "5000",
+        "reputation": 108486108034648,
+        "rshares": 43124190353,
+        "voter": "muelli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1849208884723,
+        "rshares": 1969785589,
+        "voter": "mulawarman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2634900617603,
+        "rshares": 3895592213,
+        "voter": "vampire-steem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63239211262012,
+        "rshares": 89423480679,
+        "voter": "marblely"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 834610338,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "1000",
+        "reputation": 599567348573,
+        "rshares": 484543730,
+        "voter": "exifr"
+      },
+      {
+        "percent": "250",
+        "reputation": 27522752785541,
+        "rshares": 1235048920,
+        "voter": "longer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 495132113427,
+        "rshares": 566004132,
+        "voter": "cowboyup"
+      },
+      {
+        "percent": "2300",
+        "reputation": 33860216986858,
+        "rshares": 138549040602,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2207289544318,
+        "rshares": 34239083822,
+        "voter": "amigareaction"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3211710745138,
+        "rshares": 2504064464,
+        "voter": "yayan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12686175479867,
+        "rshares": 23938258784,
+        "voter": "steem.craft"
+      },
+      {
+        "percent": "1000",
+        "reputation": 116804559,
+        "rshares": 578750584,
+        "voter": "exifr0"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1204818316663,
+        "rshares": 934129211,
+        "voter": "ekafao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62302307783,
+        "rshares": 28776625851,
+        "voter": "pvinny69"
+      },
+      {
+        "percent": "5000",
+        "reputation": 347950223775,
+        "rshares": 4239610443,
+        "voter": "minnowspeed"
+      },
+      {
+        "percent": "5000",
+        "reputation": 36498710441788,
+        "rshares": 17184114348,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3358406403537,
+        "rshares": 432105926288,
+        "voter": "fijimermaid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 5578565595,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 84599022,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 12742536278,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13238201387755,
+        "rshares": 80543371623,
+        "voter": "stefano.massari"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3816319637111,
+        "rshares": 1550097916,
+        "voter": "jackofcrows"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7593689306652,
+        "rshares": 98657846433387,
+        "voter": "encrypt3dbr0k3r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 30963297658,
+        "voter": "diegor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13222548277758,
+        "rshares": 288796167910,
+        "voter": "wil.metcalfe"
+      },
+      {
+        "percent": "6000",
+        "reputation": 11213150975739,
+        "rshares": 135912371708,
+        "voter": "kristall97"
+      },
+      {
+        "percent": "3000",
+        "reputation": 94595445913731,
+        "rshares": 373920356762,
+        "voter": "glastar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 106025830971,
+        "voter": "kekos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1125763140050,
+        "rshares": 3787032200,
+        "voter": "maajaanaa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 309500689901,
+        "rshares": 733120711,
+        "voter": "mariyem"
+      },
+      {
+        "percent": "500",
+        "reputation": 86443203025994,
+        "rshares": 2244822543,
+        "voter": "jacuzzi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4352592902254,
+        "rshares": 1013022165,
+        "voter": "teamawesome"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13586627169473,
+        "rshares": 18026411503,
+        "voter": "marianomariano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27966845679308,
+        "rshares": 81496022272,
+        "voter": "e-r-k-a-n"
+      },
+      {
+        "percent": "10000",
+        "reputation": 216020035070,
+        "rshares": 23781460500,
+        "voter": "agolasol"
+      },
+      {
+        "percent": "5000",
+        "reputation": 215729406529,
+        "rshares": 251025815,
+        "voter": "yingtaodaren"
+      },
+      {
+        "percent": "4000",
+        "reputation": 16012295789643,
+        "rshares": 3803926079,
+        "voter": "cooperfelix"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9483360545909,
+        "rshares": 1241094160,
+        "voter": "mia-cc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5616865862,
+        "rshares": 11035703975,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2910555091868,
+        "rshares": 964442825,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 925135168509,
+        "rshares": 486204220,
+        "voter": "marymi"
+      },
+      {
+        "percent": "1000",
+        "reputation": 69910542366759,
+        "rshares": 48954725964,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 469728104061,
+        "rshares": 1143383282,
+        "voter": "cindis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1481460968819,
+        "rshares": 1173731108,
+        "voter": "linur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8977413850563,
+        "rshares": 23799728890,
+        "voter": "maryincryptoland"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "tenyears"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4034609326936,
+        "rshares": 24925477209,
+        "voter": "saxx1304"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61476958391321,
+        "rshares": 5116279074,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 22341483558,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2179800525681,
+        "rshares": 815918545,
+        "voter": "ladeen"
+      },
+      {
+        "percent": "2500",
+        "reputation": 38385505883708,
+        "rshares": 98024177093,
+        "voter": "cezary-io"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36087507440149,
+        "rshares": 862671585401,
+        "voter": "likwid"
+      },
+      {
+        "percent": "5000",
+        "reputation": 735428674412,
+        "rshares": 7235280421,
+        "voter": "sor31"
+      },
+      {
+        "percent": "10000",
+        "reputation": 499450701404,
+        "rshares": 532360501,
+        "voter": "iktisat"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 1444869138,
+        "voter": "cryptogambit"
+      },
+      {
+        "percent": "2200",
+        "reputation": 50073588499121,
+        "rshares": 38363067820,
+        "voter": "golden.future"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10026344348529,
+        "rshares": 588420435,
+        "voter": "alexvalera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165757662725,
+        "rshares": 3149752009,
+        "voter": "lrekt01"
+      },
+      {
+        "percent": "2000",
+        "reputation": 154281807627727,
+        "rshares": 38317188386,
+        "voter": "iamraincrystal"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1704173681552,
+        "rshares": 1111101757,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "750",
+        "reputation": 17687551130249,
+        "rshares": 914106419,
+        "voter": "bcm"
+      },
+      {
+        "percent": "1750",
+        "reputation": 3257555962879,
+        "rshares": 910218813,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2754871650749,
+        "rshares": 3631592430,
+        "voter": "dappstats"
+      },
+      {
+        "percent": "1180",
+        "reputation": 20606238744,
+        "rshares": 0,
+        "voter": "leviet7490"
+      },
+      {
+        "percent": "9200",
+        "reputation": 108134629920,
+        "rshares": 2184275967,
+        "voter": "dexy50"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9783009514092,
+        "rshares": 290955148239,
+        "voter": "sharkthelion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1316380362597,
+        "rshares": 2800355956,
+        "voter": "neoado"
+      },
+      {
+        "percent": "10000",
+        "reputation": 786619143592,
+        "rshares": 22821342,
+        "voter": "cmdd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 336154498730,
+        "rshares": 6478635306,
+        "voter": "marblesz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32542453022,
+        "rshares": 5087282477,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 1211872847,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30837223420968,
+        "rshares": 7645183705,
+        "voter": "drew0"
+      },
+      {
+        "percent": "9000",
+        "reputation": 15614014721682,
+        "rshares": 5785449434,
+        "voter": "cornavirus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 503075702,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "2800",
+        "reputation": 7921327410319,
+        "rshares": 6282246094,
+        "voter": "euc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 535751563080,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "3300",
+        "reputation": 3242356575612,
+        "rshares": 6715278124,
+        "voter": "walarhein"
+      },
+      {
+        "percent": "990",
+        "reputation": 10364363981695,
+        "rshares": 522371489672,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1209731647511,
+        "rshares": 1713189201243,
+        "voter": "softworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7288245429962,
+        "rshares": 3191904433,
+        "voter": "ghastlygames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17500919200979,
+        "rshares": 58481842132,
+        "voter": "arlettemsalase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 679455507132,
+        "rshares": 501734030,
+        "voter": "hjchilb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4274979461460,
+        "rshares": 45816792310,
+        "voter": "neon3000"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5277345693920,
+        "rshares": 1602903370,
+        "voter": "andrewmusic"
+      },
+      {
+        "percent": "1000",
+        "reputation": 604442758770,
+        "rshares": 44917129454,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 56328328383994,
+        "rshares": 6150021183130,
+        "voter": "ecency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 35663871793,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4389470907154,
+        "rshares": 4378385985,
+        "voter": "musicua"
+      },
+      {
+        "percent": "5000",
+        "reputation": 13758538330601,
+        "rshares": 6363164405,
+        "voter": "reza-shamim"
+      },
+      {
+        "percent": "970",
+        "reputation": 4358352640716,
+        "rshares": 253771658015,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 57987914623,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10230005925375,
+        "rshares": 14697227352,
+        "voter": "issymarie2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 268212102,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 36008411783,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22143037222260,
+        "rshares": 21438646069,
+        "voter": "marytp20"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4399967431494,
+        "rshares": 3111640598,
+        "voter": "epilatero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 3134560924,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8292357082,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 2964434060963,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "980",
+        "reputation": 3174507364780,
+        "rshares": 369733311283,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6260561866202,
+        "rshares": 195464877727,
+        "voter": "idea-make-rich"
+      },
+      {
+        "percent": "3321",
+        "reputation": 16307549034965,
+        "rshares": 7109940804,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3679705780578,
+        "rshares": 3817736063,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "200",
+        "reputation": 0,
+        "rshares": 23960036407,
+        "voter": "intacto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5167918,
+        "rshares": 0,
+        "voter": "vionline"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1954083117,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112363590278,
+        "rshares": 49453797,
+        "voter": "dango1411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 974130034782,
+        "rshares": 4560308528,
+        "voter": "aiovo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 434627240,
+        "rshares": 15721660916,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1523084393,
+        "rshares": 9982017,
+        "voter": "osiri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "larotayogaming"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 182791827,
+        "voter": "braveonlines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 60260772760,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3594869451,
+        "rshares": 0,
+        "voter": "mythcrusher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "arlier1"
+      }
+    ],
+    "author": "ecency",
+    "author_reputation": 56328328383994,
+    "beneficiaries": [],
+    "body": "Over last 2 weeks, we have pushed 2 more new updates to Ecency mobile app making it faster and better with recent Hardfork of the network. Many pages got performance boosts and are free from different bugs.\nIn this post we will talk about some of these changes.\n\n<center>\n![Ecency-Hive-Blockchain-Mobile-Update](https://images.ecency.com/DQmUU6ZPhQ9PJNtGzPsxMFFTSArXLx2yVcbuxJ4ZT4aYYoT/mobile_release309.png)\n</center>\n\n## What's new\n\n- Feed refresh improved - some Android devices struggled on startup to load feed and required Pull down to refresh action unnecessarily, so we fixed that.\n- Timeout increase on node connections - nodes have had issues after recent hardfork and we noticed a lot of timeouts, improved connection to help minimize such instances.\n- Fix editor options menu title - small cosmetic fixes on title.\n- Fix for loading more posts issue - infinite post loading is crucial for a lot of people to be able to check posts in their community and feed, having small bug there was causing issues, we addressed that in this release.\n- Fix for api failover and threshold increase - node connection failover threshold is increased to help unstable mobile connection to retry.\n- Posts cards improvements - some design improvements\n- Turkish and Indonesian languages order fix - thanks to our awesome detail oriented users, language order was mixed up, we have corrected it.\n- Error screen improvements -  error screen has bit more appealing view.\n- Fix vote registering issue - vote registering wasn't working as expected after hardfork, fixed that as well.\n- Fix communities page crash - in some instances communities page was crashing, we have improved that pages.\n- Fix commenting and posting issue - new editor format handling and fixes\n- Profile page improvements - profile page was also improved with better performance tweaks.\n- Fix pointing and wallet pages transaction history - transaction history now using new api endpoint.\n- Replies fix - profile page replies tab was not loading always due to some bug, now fixed.\n- Reputation fix - when user reputation comes in converted format, previously we had to convert to readable format.\n- Update to all Languages\n- AppStore and PlayStore listing screens updated\n\nIf you are React Native developer, feel free to join and help developing features we all love using, [our mobile application is opensource](https://github.com/ecency/ecency-mobile).  \n \n**Looking for Ecency related footers? Check here examples awesome footers:** https://ecency.com/ocd/@dunsky/footers-for-ecency-lovers  \n \n<center>\n![ecency-fast-secure-rewarding-social-media-app-wallet](https://images.ecency.com/DQmcWV77JEu58vUcarxwFgKzyufKbTiw88FM922exvHsN84/featured_image.jpg)\n</center>\n \nStay tuned, stay excited, stay united! Don't forget to share news with your friends.  \n \n### https://ecency.com \n##### iOS https://ios.ecency.com  \n##### Android https://android.ecency.com  \n##### Desktop https://desktop.ecency.com\n\n<center>`hello@ecency.com`  \n\ud83c\udf10[`Ecency.com`](https://ecency.com) | \u270d\ud83c\udffb [`Telegram`](https://t.me/ecency) | \ud83d\udcac[`Discord`](https://discord.me/ecency)  \n[`Approve Hivesigner`](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B88%5D&approve=true) | [`Approve Hivesearcher`](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B114%5D&approve=true)  \n[![Vote for @good-karma as a witness](https://images.ecency.com/p/o1AJ9qDyyJNSpZWhUgGYc3MngFqoAN2qn9AiTn8UpLP6Qb5TL?format=match&mode=fit)](https://hivesigner.com/sign/account-witness-vote?witness=good-karma&approve=1)  \n</center>",
+    "body_length": 3565,
+    "cashout_time": "2020-11-06T03:43:36",
+    "category": "hive-125125",
+    "children": 26,
+    "created": "2020-10-30T03:43:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"ecency/3.0.7-vision\",\"format\":\"markdown+html\",\"image\":[\"https://images.ecency.com/DQmUU6ZPhQ9PJNtGzPsxMFFTSArXLx2yVcbuxJ4ZT4aYYoT/mobile_release309.png\",\"https://images.ecency.com/DQmcWV77JEu58vUcarxwFgKzyufKbTiw88FM922exvHsN84/featured_image.jpg\"],\"links\":[\"https://github.com/ecency/ecency-mobile\",\"https://ecency.com/ocd/@dunsky/footers-for-ecency-lovers\",\"https://ecency.com\",\"https://ios.ecency.com\",\"https://android.ecency.com\",\"https://desktop.ecency.com\",\"https://ecency.com\",\"https://t.me/ecency\",\"https://discord.me/ecency\",\"https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B88%5D&approve=true\",\"https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B114%5D&approve=true\",\"https://images.ecency.com/p/o1AJ9qDyyJNSpZWhUgGYc3MngFqoAN2qn9AiTn8UpLP6Qb5TL?format=match&mode=fit\",\"https://hivesigner.com/sign/account-witness-vote?witness=good-karma&approve=1\"],\"tags\":[\"hive-125125\",\"bitcoin\",\"ecency\",\"mobile\",\"hive\",\"dapp\",\"wallet\"],\"users\":[\"good-karma\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-30T11:56:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 348304346209276,
+    "parent_author": "",
+    "parent_permlink": "hive-125125",
+    "pending_payout_value": "82.454 HBD",
+    "percent_hbd": 10000,
+    "permlink": "fast-surfing-with-ecency-mobile-app",
+    "post_id": 100313067,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Fast surfing with Ecency mobile app",
+    "title": "Fast surfing with Ecency mobile app",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-125125/@ecency/fast-surfing-with-ecency-mobile-app"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 99636215095482,
+        "rshares": 1176397150175,
+        "voter": "dan"
+      },
+      {
+        "percent": "1190",
+        "reputation": 1049281228830,
+        "rshares": 2281745691176,
+        "voter": "enki"
+      },
+      {
+        "percent": "918",
+        "reputation": 19245698180508,
+        "rshares": 199307697060,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "1000",
+        "reputation": 211696269298912,
+        "rshares": 800145770892,
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 192454047339929,
+        "rshares": 455968387058,
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30111821406182,
+        "rshares": 663095542379,
+        "voter": "bleepcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 351157717865710,
+        "rshares": 1977464746345,
+        "voter": "onealfa"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1594304819447449,
+        "rshares": 3045528796072,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "5100",
+        "reputation": 506372806974428,
+        "rshares": 4496657215491,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "5000",
+        "reputation": 42689564397220,
+        "rshares": 350334496900,
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "64",
+        "reputation": 109424005488868,
+        "rshares": 3475890839,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "300",
+        "reputation": 20148016993603,
+        "rshares": 52177380336,
+        "voter": "gerber"
+      },
+      {
+        "percent": "10000",
+        "reputation": 60346510542088,
+        "rshares": 35313465223,
+        "voter": "artem-sokoloff"
+      },
+      {
+        "percent": "649",
+        "reputation": 591298160171898,
+        "rshares": 97426934252,
+        "voter": "good-karma"
+      },
+      {
+        "percent": "800",
+        "reputation": 68491352821982,
+        "rshares": 52486480227,
+        "voter": "daan"
+      },
+      {
+        "percent": "300",
+        "reputation": 639040633115794,
+        "rshares": 201332020035,
+        "voter": "ezzy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9763982600833,
+        "rshares": 24706570144,
+        "voter": "rxhector"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2988155372506,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "2550",
+        "reputation": 86171006185191,
+        "rshares": 10060173393,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 276855291307,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 67858732461644,
+        "rshares": 977130038735,
+        "voter": "fulltimegeek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 273738883635043,
+        "rshares": 1051487783372,
+        "voter": "inertia"
+      },
+      {
+        "percent": "1000",
+        "reputation": 315496990256842,
+        "rshares": 552546799709,
+        "voter": "arcange"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4957775761011,
+        "rshares": 4848903462256,
+        "voter": "ubg"
+      },
+      {
+        "percent": "300",
+        "reputation": 1231399052746489,
+        "rshares": 114797116744,
+        "voter": "exyle"
+      },
+      {
+        "percent": "2550",
+        "reputation": 2558692465689,
+        "rshares": 18317364904,
+        "voter": "arconite"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3176899031,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 997789975190862,
+        "rshares": 952473475891,
+        "voter": "joythewanderer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 145783930955299,
+        "rshares": 600342241141,
+        "voter": "moon32walker"
+      },
+      {
+        "percent": "700",
+        "reputation": 560943007638090,
+        "rshares": 244256206483,
+        "voter": "ace108"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72178763490828,
+        "rshares": 313613261360,
+        "voter": "felixxx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6424238336878,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 530858254412,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "4000",
+        "reputation": 363924035887507,
+        "rshares": 568287132809,
+        "voter": "steevc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92147852982136,
+        "rshares": 419651063228,
+        "voter": "lasseehlers"
+      },
+      {
+        "percent": "300",
+        "reputation": 96871175157544,
+        "rshares": 52707010013,
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 209327783268279,
+        "rshares": 202474018536,
+        "voter": "foxkoit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 461742024181352,
+        "rshares": 41636580232,
+        "voter": "jlufer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25231292536535,
+        "rshares": 261788132911,
+        "voter": "chrisaiki"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96059856770036,
+        "rshares": 15354385725277,
+        "voter": "canadian-coconut"
+      },
+      {
+        "percent": "7000",
+        "reputation": 54361243039563,
+        "rshares": 61635495692,
+        "voter": "joanstewart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 64058605201,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 561323412822933,
+        "rshares": 5026752487,
+        "voter": "discernente"
+      },
+      {
+        "percent": "10000",
+        "reputation": 339523341647146,
+        "rshares": 501974674487,
+        "voter": "whatsup"
+      },
+      {
+        "percent": "4000",
+        "reputation": 120512824315021,
+        "rshares": 1491971227176,
+        "voter": "funnyman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 48881445482,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 559165550719,
+        "rshares": 2531825516,
+        "voter": "syahhiran"
+      },
+      {
+        "percent": "500",
+        "reputation": 121575052614664,
+        "rshares": 5693996036,
+        "voter": "vannour"
+      },
+      {
+        "percent": "10000",
+        "reputation": 371604430408116,
+        "rshares": 2352049499853,
+        "voter": "nonameslefttouse"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7547083616142,
+        "rshares": 25003769920,
+        "voter": "edb"
+      },
+      {
+        "percent": "660",
+        "reputation": 420443679514793,
+        "rshares": 109500878045,
+        "voter": "esteemapp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22050619475702,
+        "rshares": 30799155004,
+        "voter": "wagnertamanaha"
+      },
+      {
+        "percent": "1600",
+        "reputation": 13145453641526,
+        "rshares": 10759015680,
+        "voter": "bigtakosensei"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2670247068687,
+        "rshares": 480321903884,
+        "voter": "walterjay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2233359256240,
+        "rshares": 5578645481,
+        "voter": "sinistry"
+      },
+      {
+        "percent": "1700",
+        "reputation": 215061230497985,
+        "rshares": 2808738575367,
+        "voter": "v4vapid"
+      },
+      {
+        "percent": "1300",
+        "reputation": 5554224447155,
+        "rshares": 13115399808,
+        "voter": "lovemetouchme2"
+      },
+      {
+        "percent": "1500",
+        "reputation": 27214240242904,
+        "rshares": 12729464771,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5163257691,
+        "rshares": 4783303138,
+        "voter": "koncreteninja"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7651374337,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 231532310014301,
+        "rshares": 179060891422,
+        "voter": "denmarkguy"
+      },
+      {
+        "percent": "600",
+        "reputation": 24653813359294,
+        "rshares": 5689790804,
+        "voter": "privex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43129757389335,
+        "rshares": 8588120698,
+        "voter": "sudutpandang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 44713898646809,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2764259147,
+        "voter": "dyrt88"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19406409261381,
+        "rshares": 3474946843434,
+        "voter": "diggndeeper.com"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7088385398925,
+        "rshares": 79081454318,
+        "voter": "cosmictriage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68502244465536,
+        "rshares": 14804712300,
+        "voter": "eirik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 144088138108,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 203599542560635,
+        "rshares": 6606328720,
+        "voter": "lordneroo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 286164345508,
+        "rshares": 808597671,
+        "voter": "dapu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39205354424754,
+        "rshares": 6016251797746,
+        "voter": "dhimmel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 153925847897756,
+        "rshares": 926331562274,
+        "voter": "preparedwombat"
+      },
+      {
+        "percent": "500",
+        "reputation": 1614643030899,
+        "rshares": 912435103,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10514448764402,
+        "rshares": 1784880197,
+        "voter": "syarrf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71901302671995,
+        "rshares": 14682152188,
+        "voter": "hiroyamagishi"
+      },
+      {
+        "percent": "300",
+        "reputation": 21701614328748,
+        "rshares": 22558504241,
+        "voter": "dune69"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 264429866494,
+        "voter": "mes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66024390617355,
+        "rshares": 736012913460,
+        "voter": "elizahfhaye"
+      },
+      {
+        "percent": "186",
+        "reputation": 39969242565947,
+        "rshares": 3406701512,
+        "voter": "iansart"
+      },
+      {
+        "percent": "6100",
+        "reputation": 139091215313620,
+        "rshares": 830199984837,
+        "voter": "whatamidoing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13370190184046,
+        "rshares": 1821848367,
+        "voter": "martie7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32595690215621,
+        "rshares": 668851107744,
+        "voter": "forykw"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1748651637089,
+        "rshares": 4734131735,
+        "voter": "khussan"
+      },
+      {
+        "percent": "2500",
+        "reputation": 76741990090791,
+        "rshares": 22420389851,
+        "voter": "valued-customer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 36147195813,
+        "voter": "drag33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23819307616416,
+        "rshares": 23618521525,
+        "voter": "farizal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14638546901678,
+        "rshares": 4917165554847,
+        "voter": "fatimajunio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 413408024106,
+        "rshares": 1279234556663,
+        "voter": "nrg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3773610796661,
+        "rshares": 2027659504,
+        "voter": "alainite"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26275815650202,
+        "rshares": 71497931790,
+        "voter": "trumpikas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19675504562112,
+        "rshares": 198122927840,
+        "voter": "amirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 1643010329,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80123076461352,
+        "rshares": 392737885877,
+        "voter": "xels"
+      },
+      {
+        "percent": "1000",
+        "reputation": 19001680286018,
+        "rshares": 1206516316,
+        "voter": "rycharde"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 131658274720,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2271312461941,
+        "rshares": 3095773101,
+        "voter": "taitux"
+      },
+      {
+        "percent": "10000",
+        "reputation": 329877254452254,
+        "rshares": 8556817259,
+        "voter": "steeminator3000"
+      },
+      {
+        "percent": "270",
+        "reputation": 23577497062186,
+        "rshares": 52957874654,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46150080976545,
+        "rshares": 3460260806495,
+        "voter": "cryptographic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 94117611307146,
+        "rshares": 215412904661,
+        "voter": "ammonite"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110211133478274,
+        "rshares": 1609518940767,
+        "voter": "drakos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20355801093011,
+        "rshares": 480974958449,
+        "voter": "jingdol"
+      },
+      {
+        "percent": "5000",
+        "reputation": 383718200382,
+        "rshares": 810520587,
+        "voter": "kramarenko"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 588913603308,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9899728290123,
+        "rshares": 61318019708,
+        "voter": "rarej"
+      },
+      {
+        "percent": "10000",
+        "reputation": 205181088227172,
+        "rshares": 1381459226231,
+        "voter": "geekgirl"
+      },
+      {
+        "percent": "3100",
+        "reputation": 171498070594985,
+        "rshares": 124842047071,
+        "voter": "toofasteddie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 184191136030059,
+        "rshares": 946195611084,
+        "voter": "runicar"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 223486867868,
+        "rshares": -95842718166,
+        "voter": "captainquack22"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59695875646638,
+        "rshares": 902282209,
+        "voter": "theguruasia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12720015246109,
+        "voter": "haejin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 466532027405,
+        "rshares": 1656862785,
+        "voter": "dado13btc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6887925214950,
+        "rshares": 211311449875,
+        "voter": "droida"
+      },
+      {
+        "percent": "300",
+        "reputation": 18018060826148,
+        "rshares": 1240819202,
+        "voter": "shitsignals"
+      },
+      {
+        "percent": "10000",
+        "reputation": 412383998781,
+        "rshares": 5358208235,
+        "voter": "last.german"
+      },
+      {
+        "percent": "10000",
+        "reputation": 190691885658151,
+        "rshares": 7208743437441,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 390008817582,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "1000",
+        "reputation": 68448132279986,
+        "rshares": 794405922,
+        "voter": "fatherfaith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98412847766611,
+        "rshares": 820600320631,
+        "voter": "resiliencia"
+      },
+      {
+        "percent": "500",
+        "reputation": 1844447662772,
+        "rshares": 1315088429,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3449425709461,
+        "rshares": 197184046628,
+        "voter": "pardeepkumar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1528965628556,
+        "rshares": 2220061514,
+        "voter": "chey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72946432090481,
+        "rshares": 127321705399,
+        "voter": "my451r"
+      },
+      {
+        "percent": "300",
+        "reputation": 173069624727027,
+        "rshares": 14141938471,
+        "voter": "felander"
+      },
+      {
+        "percent": "4840",
+        "reputation": 24639928209538,
+        "rshares": 26835577137,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 18127709309,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 17636757813,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 67543767987,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "100",
+        "reputation": 51994511985595,
+        "rshares": 399407165137,
+        "voter": "tipu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2736265537663,
+        "rshares": 60449688827,
+        "voter": "massivevibration"
+      },
+      {
+        "percent": "5100",
+        "reputation": 5754775236968,
+        "rshares": 2306872016,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "10000",
+        "reputation": 140483466255317,
+        "rshares": 579980511366,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 49927105281,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4629448536475,
+        "rshares": 58104134515,
+        "voter": "wholeself-in"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 15205223254,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "300",
+        "reputation": 731791169403,
+        "rshares": 2698078508,
+        "voter": "yogacoach"
+      },
+      {
+        "percent": "10000",
+        "reputation": 167991810520774,
+        "rshares": 665569711617,
+        "voter": "celestal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 520765550224,
+        "voter": "drax"
+      },
+      {
+        "percent": "448",
+        "reputation": 0,
+        "rshares": 10225293391,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61350839312689,
+        "rshares": 46752310018,
+        "voter": "termitemusic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 79764359720874,
+        "rshares": 101322883314,
+        "voter": "sayee"
+      },
+      {
+        "percent": "658",
+        "reputation": 0,
+        "rshares": 1973329564,
+        "voter": "esteem.app"
+      },
+      {
+        "percent": "841",
+        "reputation": 0,
+        "rshares": 340110652249,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2500",
+        "reputation": 141970828773777,
+        "rshares": 398358525454,
+        "voter": "tobetada"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30679468047783,
+        "rshares": 10662762995959,
+        "voter": "fedesox"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 5726510347,
+        "voter": "fulcrumleader"
+      },
+      {
+        "percent": "3700",
+        "reputation": 393133538290267,
+        "rshares": 31783011464,
+        "voter": "madushanka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 635150854067,
+        "rshares": 9619769554,
+        "voter": "teknow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 128158005695390,
+        "rshares": 63286914563,
+        "voter": "arabisouri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103915899650487,
+        "rshares": 725271779242,
+        "voter": "traciyork"
+      },
+      {
+        "percent": "2500",
+        "reputation": 663634027075,
+        "rshares": 660536230,
+        "voter": "nexusvortex777"
+      },
+      {
+        "percent": "285",
+        "reputation": 7232716062458,
+        "rshares": 5588627748,
+        "voter": "caladan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1436962620884,
+        "rshares": 793454462,
+        "voter": "mrsyria"
+      },
+      {
+        "percent": "2000",
+        "reputation": 72060804308794,
+        "rshares": 524696608109,
+        "voter": "eonwarped"
+      },
+      {
+        "percent": "300",
+        "reputation": 377317663062316,
+        "rshares": 77507226038,
+        "voter": "emrebeyler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 579461579559,
+        "rshares": 175445075783,
+        "voter": "sankysanket18"
+      },
+      {
+        "percent": "100",
+        "reputation": 127902933991218,
+        "rshares": 436423391,
+        "voter": "felipejoys"
+      },
+      {
+        "percent": "5000",
+        "reputation": 398820969940927,
+        "rshares": 861682963,
+        "voter": "etherpunk"
+      },
+      {
+        "percent": "3100",
+        "reputation": 172804239020062,
+        "rshares": 101619104886,
+        "voter": "chekohler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39868149562725,
+        "rshares": 990923768485,
+        "voter": "armentor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52628537782133,
+        "rshares": 144459808558,
+        "voter": "azwarrangkuti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76831784793845,
+        "rshares": 326451544183,
+        "voter": "ocupation"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17711690265347,
+        "rshares": 110727893807,
+        "voter": "sgt-dan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 224345212509723,
+        "rshares": 40168111158,
+        "voter": "olawalium"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 18595491811,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12025175588719,
+        "rshares": 13421376808,
+        "voter": "jicrochet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199114477141557,
+        "rshares": 11020196452,
+        "voter": "enjoyinglife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52315833113791,
+        "rshares": 73495177351,
+        "voter": "inalittlewhile"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112593705937795,
+        "rshares": 174149357579,
+        "voter": "apnigrich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23470732984911,
+        "rshares": 147375560214,
+        "voter": "aussieninja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 2843999511374,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "7400",
+        "reputation": 305437093461437,
+        "rshares": 144544654642,
+        "voter": "abitcoinskeptic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 469346970536721,
+        "rshares": 745468101997,
+        "voter": "daltono"
+      },
+      {
+        "percent": "5000",
+        "reputation": 368970410036642,
+        "rshares": 719223874682,
+        "voter": "jongolson"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21639191847021,
+        "rshares": 8056423288542,
+        "voter": "mmmmkkkk311"
+      },
+      {
+        "percent": "300",
+        "reputation": 138441860072892,
+        "rshares": 17782155704,
+        "voter": "nealmcspadden"
+      },
+      {
+        "percent": "10000",
+        "reputation": 279507826168043,
+        "rshares": 2887706042544,
+        "voter": "edicted"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7833564344722,
+        "rshares": 2179555995,
+        "voter": "ahmedsy"
+      },
+      {
+        "percent": "300",
+        "reputation": 7978719984268,
+        "rshares": 3672347744,
+        "voter": "purefood"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 549389194,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3344383644535,
+        "rshares": 1283078421,
+        "voter": "justasking"
+      },
+      {
+        "percent": "3500",
+        "reputation": 37970568723804,
+        "rshares": 24855914143,
+        "voter": "psos"
+      },
+      {
+        "percent": "1900",
+        "reputation": 8003119161188,
+        "rshares": 3952774676,
+        "voter": "brewery"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19975856950324,
+        "rshares": 954468651,
+        "voter": "eosgo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 1053886897,
+        "voter": "icuz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1941963922,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "5000",
+        "reputation": 54137549885572,
+        "rshares": 29297665153,
+        "voter": "angryman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8496919418242,
+        "rshares": 3228237917,
+        "voter": "ericburgoyne"
+      },
+      {
+        "percent": "240",
+        "reputation": 10898214322749,
+        "rshares": 1179840919,
+        "voter": "pkocjan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1209226474661,
+        "rshares": 995483925,
+        "voter": "josh26"
+      },
+      {
+        "percent": "5000",
+        "reputation": 483223942335,
+        "rshares": 2118982347,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 12935668781,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4153538585,
+        "voter": "auminda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64242146543076,
+        "rshares": 208127827769,
+        "voter": "citimillz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 274611114102331,
+        "rshares": 3198367493936,
+        "voter": "mindtrap"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62406194635091,
+        "rshares": 11194802009,
+        "voter": "russellstockley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10610474160807,
+        "rshares": 234206185225,
+        "voter": "harpagon"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28978784438,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73042470414733,
+        "rshares": 402186880842,
+        "voter": "rubencress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 6216625480,
+        "voter": "wildarms65"
+      },
+      {
+        "percent": "500",
+        "reputation": 2256065348315,
+        "rshares": 796380456,
+        "voter": "frassman"
+      },
+      {
+        "percent": "300",
+        "reputation": 61129901433914,
+        "rshares": 12670209579,
+        "voter": "reazuliqbal"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 46955154178798,
+        "rshares": -2097360156622,
+        "voter": "amico"
+      },
+      {
+        "percent": "10000",
+        "reputation": 983103554489,
+        "rshares": 3273494286,
+        "voter": "jo5h"
+      },
+      {
+        "percent": "300",
+        "reputation": 1170108458021,
+        "rshares": 1370993467,
+        "voter": "bestboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25978211905358,
+        "rshares": 277808640545,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 367201484924059,
+        "rshares": 1234339527759,
+        "voter": "louis88"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1036186035297,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 373679836722908,
+        "rshares": 3455956679576,
+        "voter": "derangedvisions"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4038024331096,
+        "rshares": 490771253707,
+        "voter": "foxon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6746077696008,
+        "rshares": 21617447602,
+        "voter": "radard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2184610478491,
+        "rshares": 10199143912,
+        "voter": "ex-exploitation"
+      },
+      {
+        "percent": "1500",
+        "reputation": 7324548372470,
+        "rshares": 21946856598,
+        "voter": "freddio"
+      },
+      {
+        "percent": "1500",
+        "reputation": 570270524259,
+        "rshares": 16187125315,
+        "voter": "blainjones"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 29138439050,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32061253351,
+        "rshares": 8581541571,
+        "voter": "informator"
+      },
+      {
+        "percent": "300",
+        "reputation": 18055325674078,
+        "rshares": 27626089330,
+        "voter": "themightyvolcano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2154224858,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "1000",
+        "reputation": 454088646937365,
+        "rshares": 31449538509,
+        "voter": "kgakakillerg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19409877558565,
+        "rshares": 99311404953,
+        "voter": "mraggaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7977152581078,
+        "rshares": 22904712146,
+        "voter": "khrom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4521400761737,
+        "rshares": 7445024641,
+        "voter": "towilmasz"
+      },
+      {
+        "percent": "340",
+        "reputation": 9020628089607,
+        "rshares": 2912156787,
+        "voter": "promobot"
+      },
+      {
+        "percent": "100",
+        "reputation": 3042286903871,
+        "rshares": 404122924,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "75",
+        "reputation": 1963153455547,
+        "rshares": 16916222316,
+        "voter": "steem.services"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4637465899679,
+        "rshares": 11994856594,
+        "voter": "pannapysia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19000454877,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "8000",
+        "reputation": 35592667940354,
+        "rshares": 15487467354,
+        "voter": "zaxan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 29227572228613,
+        "rshares": 25990914346,
+        "voter": "techcoderx"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1993672004294,
+        "rshares": 50926618606,
+        "voter": "pladozero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813698891718,
+        "rshares": 3432962199,
+        "voter": "minerthreat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13550154929336,
+        "rshares": 5158396408,
+        "voter": "ntowl"
+      },
+      {
+        "percent": "800",
+        "reputation": 70214892950356,
+        "rshares": 301479406085,
+        "voter": "nateaguila"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9991988056,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "1500",
+        "reputation": 153947835280090,
+        "rshares": 127756185184,
+        "voter": "enforcer48"
+      },
+      {
+        "percent": "4000",
+        "reputation": 56448250239493,
+        "rshares": 17689543324,
+        "voter": "sketch17"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13630732276127,
+        "rshares": 13976419427,
+        "voter": "elmundodexao"
+      },
+      {
+        "percent": "300",
+        "reputation": 655223881789,
+        "rshares": 1740684993,
+        "voter": "swisswitness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52047051239253,
+        "rshares": 321856485870,
+        "voter": "apshamilton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31579572689,
+        "rshares": 744933088,
+        "voter": "agathusia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 49365177906156,
+        "rshares": 855737795,
+        "voter": "milaan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6836653370416,
+        "rshares": 9893062096,
+        "voter": "reyvaj"
+      },
+      {
+        "percent": "200",
+        "reputation": 33860216986858,
+        "rshares": 12273479986,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2075722785,
+        "rshares": 0,
+        "voter": "mmmplus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 558380924105,
+        "rshares": 424608243954,
+        "voter": "hamismsf"
+      },
+      {
+        "percent": "150",
+        "reputation": 156376467869107,
+        "rshares": 4807205234,
+        "voter": "dalz"
+      },
+      {
+        "percent": "9000",
+        "reputation": 425226010828,
+        "rshares": 46363020035,
+        "voter": "yaelg"
+      },
+      {
+        "percent": "150",
+        "reputation": 18790919715448,
+        "rshares": 22193817567,
+        "voter": "luppers"
+      },
+      {
+        "percent": "300",
+        "reputation": 103580743464850,
+        "rshares": 35013860565,
+        "voter": "dlike"
+      },
+      {
+        "percent": "50",
+        "reputation": 144910360949054,
+        "rshares": 949613651,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "240",
+        "reputation": 58772053733860,
+        "rshares": 48011072215,
+        "voter": "engrave"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 5590085969,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 77764751586248,
+        "rshares": 1568545947919,
+        "voter": "frot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1494229786604,
+        "rshares": 142807583852,
+        "voter": "pboulet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 17210040,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "964",
+        "reputation": 0,
+        "rshares": 10252262023,
+        "voter": "voter003"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 12487342046,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "1500",
+        "reputation": 6687049412835,
+        "rshares": 12190399420,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7593689306652,
+        "rshares": 100306637610993,
+        "voter": "encrypt3dbr0k3r"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 9217481706,
+        "voter": "merlin7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 29141410587,
+        "voter": "diegor"
+      },
+      {
+        "percent": "1500",
+        "reputation": 570615134196274,
+        "rshares": 60498038537,
+        "voter": "priyanarc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13222548277758,
+        "rshares": 283561453890,
+        "voter": "wil.metcalfe"
+      },
+      {
+        "percent": "6000",
+        "reputation": 11213150975739,
+        "rshares": 100563172951,
+        "voter": "kristall97"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2878433743657,
+        "rshares": 10500277669,
+        "voter": "faeryboots"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14391246828388,
+        "rshares": 16445163689,
+        "voter": "geeklania"
+      },
+      {
+        "percent": "9000",
+        "reputation": 49288860027665,
+        "rshares": 753094556886,
+        "voter": "cwow2"
+      },
+      {
+        "percent": "300",
+        "reputation": 2716815451543,
+        "rshares": 22160877911,
+        "voter": "followjohngalt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 217075039975,
+        "voter": "michealb"
+      },
+      {
+        "percent": "5500",
+        "reputation": 539147053023232,
+        "rshares": 25272276583356,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "150",
+        "reputation": 3420036317592,
+        "rshares": 1889866143,
+        "voter": "cakemonster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 3584979531,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 3878543875,
+        "voter": "marki99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38750190104631,
+        "rshares": 105245447783,
+        "voter": "owasco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3051298620925,
+        "rshares": 373741785723,
+        "voter": "jpbliberty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4104615584,
+        "rshares": 94285862968,
+        "voter": "steem-on-2020"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3606329902229,
+        "rshares": 2985071069,
+        "voter": "shainemata"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 44445766370,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "1700",
+        "reputation": 971181267,
+        "rshares": 19523957699,
+        "voter": "primeradue"
+      },
+      {
+        "percent": "300",
+        "reputation": 1213063566738,
+        "rshares": 1130529524,
+        "voter": "permaculturedude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3188730840665,
+        "rshares": 37140273028,
+        "voter": "loliver"
+      },
+      {
+        "percent": "5500",
+        "reputation": 0,
+        "rshares": 293984560986,
+        "voter": "johnmadden"
+      },
+      {
+        "percent": "1750",
+        "reputation": 6085708906847,
+        "rshares": 2610974919,
+        "voter": "creary"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12361832402331,
+        "rshares": 58384020878,
+        "voter": "idiosyncratic1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97219598927367,
+        "rshares": 60731430128,
+        "voter": "josehany"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 164705903827,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "10000",
+        "reputation": -15243422544198,
+        "rshares": 2417323952,
+        "voter": "overall-servant"
+      },
+      {
+        "percent": "10000",
+        "reputation": 82203812282991,
+        "rshares": 180059610753,
+        "voter": "monster-one"
+      },
+      {
+        "percent": "1500",
+        "reputation": 6301639433510,
+        "rshares": 806783930,
+        "voter": "goodcontentbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 796719662454,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5616865862,
+        "rshares": 11093438707,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 193706512612,
+        "rshares": 1335565639,
+        "voter": "stevenmalik"
+      },
+      {
+        "percent": "3500",
+        "reputation": 96673801127912,
+        "rshares": 83461331689,
+        "voter": "doze"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4774689093914,
+        "rshares": 8655822760,
+        "voter": "osavi"
+      },
+      {
+        "percent": "9000",
+        "reputation": 44106429466,
+        "rshares": 1281949203,
+        "voter": "goodcontentbot1"
+      },
+      {
+        "percent": "1000",
+        "reputation": 22403588555771,
+        "rshares": 21555741638,
+        "voter": "thelogicaldude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2910555091868,
+        "rshares": 1069757538,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "2000",
+        "reputation": 27838835653920,
+        "rshares": 5666415243,
+        "voter": "kggymlife"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 193060942276,
+        "rshares": 0,
+        "voter": "holydog"
+      },
+      {
+        "percent": "100",
+        "reputation": 69910542366759,
+        "rshares": 4840214743,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "285",
+        "reputation": 17287220932883,
+        "rshares": 3099762771,
+        "voter": "mfblack"
+      },
+      {
+        "percent": "10000",
+        "reputation": 305410265087460,
+        "rshares": 330290734057,
+        "voter": "claudio83"
+      },
+      {
+        "percent": "5000",
+        "reputation": 459526835755,
+        "rshares": 900459494,
+        "voter": "bigmoneyman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 24452453814,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 52522691035,
+        "voter": "banvie"
+      },
+      {
+        "percent": "150",
+        "reputation": 33348221474331,
+        "rshares": 791362546,
+        "voter": "threejay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91489915760,
+        "rshares": 785046248,
+        "voter": "canercanbolat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4912769043403,
+        "rshares": 1627107038,
+        "voter": "theshaki"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9382926732500,
+        "rshares": 25464268803,
+        "voter": "morwen"
+      },
+      {
+        "percent": "340",
+        "reputation": 36087507440149,
+        "rshares": 29033357159,
+        "voter": "likwid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36857316180998,
+        "rshares": 65488385307,
+        "voter": "blumela"
+      },
+      {
+        "percent": "3900",
+        "reputation": 201674995003388,
+        "rshares": 258052628624,
+        "voter": "borjan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 499450701404,
+        "rshares": 585637341,
+        "voter": "iktisat"
+      },
+      {
+        "percent": "5000",
+        "reputation": 927259760311,
+        "rshares": 553402668,
+        "voter": "oxoskva"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 1444869138,
+        "voter": "cryptogambit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64787679421704,
+        "rshares": 22794338359,
+        "voter": "katiefreespirit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537015876037,
+        "rshares": 3126773665,
+        "voter": "vxc"
+      },
+      {
+        "percent": "300",
+        "reputation": 52974480102727,
+        "rshares": 1737963819,
+        "voter": "shimozurdo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 773985194624,
+        "rshares": 540997539,
+        "voter": "kgswallet"
+      },
+      {
+        "percent": "300",
+        "reputation": 40619501571,
+        "rshares": 1261320466,
+        "voter": "milu-the-dog"
+      },
+      {
+        "percent": "10000",
+        "reputation": 116210100336,
+        "rshares": 2081987301,
+        "voter": "mustakkio"
+      },
+      {
+        "percent": "300",
+        "reputation": 9905442858,
+        "rshares": 1030746382,
+        "voter": "triplea.bot"
+      },
+      {
+        "percent": "300",
+        "reputation": 115912639173774,
+        "rshares": 29872480486,
+        "voter": "steem.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2891275992098,
+        "rshares": 67665673514,
+        "voter": "teo93"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 20514206183,
+        "voter": "good.game"
+      },
+      {
+        "percent": "10000",
+        "reputation": 622788295137,
+        "rshares": 2574532979,
+        "voter": "ali-h"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6411393851,
+        "rshares": 881619638,
+        "voter": "driedfruit"
+      },
+      {
+        "percent": "270",
+        "reputation": 14604990824032,
+        "rshares": 3314713748,
+        "voter": "asteroids"
+      },
+      {
+        "percent": "75",
+        "reputation": 1410161022,
+        "rshares": 1762516484,
+        "voter": "botante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 118320666727,
+        "rshares": 5456507811,
+        "voter": "dechuck"
+      },
+      {
+        "percent": "694",
+        "reputation": 18505058691598,
+        "rshares": 37231330779,
+        "voter": "logiczombie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26814777059782,
+        "rshares": 553647686037,
+        "voter": "lynds"
+      },
+      {
+        "percent": "600",
+        "reputation": 426404968,
+        "rshares": 23717174450,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "600",
+        "reputation": 6113738572,
+        "rshares": 30398415409,
+        "voter": "maxuve"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1704173681552,
+        "rshares": 1128221857,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5976543610782,
+        "rshares": 114803907,
+        "voter": "alicargofer"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2754871650749,
+        "rshares": 3627144006,
+        "voter": "dappstats"
+      },
+      {
+        "percent": "2500",
+        "reputation": 447569668922,
+        "rshares": 1048518741,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4298572479419,
+        "rshares": 6667748362,
+        "voter": "bakingjazzpower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17325573495839,
+        "rshares": 48476527727,
+        "voter": "kaeserotor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51941880676536,
+        "rshares": 29280054281,
+        "voter": "sacrosanct"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15076530384277,
+        "rshares": 99920979221,
+        "voter": "oblivioncubed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 131203903096144,
+        "rshares": 38974215117,
+        "voter": "firayumni"
+      },
+      {
+        "percent": "150",
+        "reputation": 0,
+        "rshares": 961463347,
+        "voter": "ribary"
+      },
+      {
+        "percent": "1000",
+        "reputation": 32542453022,
+        "rshares": 973770987,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3843288884834,
+        "rshares": 2935873540,
+        "voter": "der-fahrlehrer"
+      },
+      {
+        "percent": "300",
+        "reputation": 549265305265,
+        "rshares": 15229104385,
+        "voter": "mice-k"
+      },
+      {
+        "percent": "5000",
+        "reputation": 679076789336,
+        "rshares": 9518658113,
+        "voter": "davidlionfish"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 178783384909,
+        "rshares": -166436595,
+        "voter": "ainsuphaur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1606230178046,
+        "voter": "gleam-of-light"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 384414251,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30620520771,
+        "rshares": 3306825035,
+        "voter": "hive-168088"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2829358208974,
+        "rshares": 9644236974,
+        "voter": "adamdabeast"
+      },
+      {
+        "percent": "4000",
+        "reputation": 38576347919541,
+        "rshares": 3940408761,
+        "voter": "dapplr"
+      },
+      {
+        "percent": "2000",
+        "reputation": 16625796586365,
+        "rshares": 2919698888,
+        "voter": "femcy-willy"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15759855851,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86868289888522,
+        "rshares": 1811582636690,
+        "voter": "peakd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 358839904767,
+        "rshares": 56902075150,
+        "voter": "akunull"
+      },
+      {
+        "percent": "6580",
+        "reputation": 1209731647511,
+        "rshares": 1104730823632,
+        "voter": "softworld"
+      },
+      {
+        "percent": "300",
+        "reputation": 5571802524553,
+        "rshares": 7927727848,
+        "voter": "polish.hive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2193438115036,
+        "rshares": 3195445606,
+        "voter": "mpath"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": 28080365,
+        "voter": "tips.tracker"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 92777821343,
+        "voter": "dcityrewards"
+      },
+      {
+        "percent": "6600",
+        "reputation": 1292923913128,
+        "rshares": 13079488440,
+        "voter": "hextech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5277345693920,
+        "rshares": 1715291941,
+        "voter": "andrewmusic"
+      },
+      {
+        "percent": "300",
+        "reputation": 3177222978373,
+        "rshares": 2708867402,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "1500",
+        "reputation": 604442758770,
+        "rshares": 67163304024,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32381994985806,
+        "rshares": 36838660825,
+        "voter": "yolimarag"
+      },
+      {
+        "percent": "658",
+        "reputation": 56328328383994,
+        "rshares": 394879682087,
+        "voter": "ecency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 474817393502,
+        "rshares": 372280638,
+        "voter": "parung76"
+      },
+      {
+        "percent": "3000",
+        "reputation": 429763208250,
+        "rshares": 1266920657,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "zarevaneli"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 12590071812,
+        "voter": "hivecur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 34251323681,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1289890269498,
+        "rshares": 824783481,
+        "voter": "greengalletti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11320226922294,
+        "rshares": 3338300088715,
+        "voter": "hiro-hive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18263907419485,
+        "rshares": 5612610948,
+        "voter": "zhoten"
+      },
+      {
+        "percent": "658",
+        "reputation": 12378826857256,
+        "rshares": 1184795548,
+        "voter": "ecency.stats"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15596004215170,
+        "rshares": 1060275196,
+        "voter": "rojiso2411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 261866749,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35280907862981,
+        "rshares": 10259973992,
+        "voter": "hive-data"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 21765102972,
+        "voter": "gohive"
+      },
+      {
+        "percent": "800",
+        "reputation": 15234109271535,
+        "rshares": 953834024,
+        "voter": "vicnzia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3528170359266,
+        "rshares": 7117713404,
+        "voter": "cryptosimplify"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33401976736,
+        "rshares": 49938222105,
+        "voter": "aceh-media"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 15629950438,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1447273576100,
+        "rshares": 2715073640,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "3400",
+        "reputation": 16307549034965,
+        "rshares": 5418531736,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 656202726984,
+        "rshares": 9561387504,
+        "voter": "monster-retos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4104673569963,
+        "rshares": 4372576927,
+        "voter": "gilliatt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 102092235719,
+        "rshares": 884892339,
+        "voter": "clifth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1954083117,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 284208655587,
+        "rshares": 1121474774,
+        "voter": "freemarihuana"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112363590278,
+        "rshares": 45554385,
+        "voter": "dango1411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1303993724855,
+        "rshares": 80531371813,
+        "voter": "damus-nostra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2350243356279,
+        "rshares": 3601066911,
+        "voter": "omonteleone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 270295677528,
+        "rshares": 237953329,
+        "voter": "hauptfleisch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 191920431453,
+        "rshares": 1014862882,
+        "voter": "ventucollado12"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1523084393,
+        "rshares": 7727034,
+        "voter": "osiri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12807018861,
+        "rshares": 2913985358,
+        "voter": "q42"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48820807481,
+        "rshares": 384310591,
+        "voter": "officialhisha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "kabitadesign"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1788790210,
+        "voter": "brofund-weed"
+      }
+    ],
+    "author": "dan",
+    "author_reputation": 99636215095482,
+    "beneficiaries": [],
+    "body": "<html>\n<p><img src=\"https://images.hive.blog/DQmNN6qGEQcdS4yQNp3vS2H8tT6AiQSEwFXSNmz59rfme4C/image.png\" alt=\"image.png\"/></p>\n<p>I just posted a sneak peek of a chapter from my upcomming book on how to decentralize power, build consensus, and secure life, liberty, property, and justice for all. You can check it out on my new blog site, <a href=\"https://moreequalanimals.com/posts/Tyranny-of-the-Status-Quo\">More Equal Animals</a>.</p>\n<p>I am encouraging everyone to <a href=\"https://moreequalanimals.com/posts/why-subscribe\">subscribe</a> to my mailing list to be the first to know when my new book becomes available.</p>\n<p>You may recognize some of the content from my prior voice post: <a href=\"https://app.voice.com/post/@dan/can-we-end-riots-with-a-new-kind-of-government-1594063789-1\">&quot;Can we end riots with a new kind of Government?&quot;</a>,  I want to thank the Voice and Steem community for helping me build out the ideas in the book.  Please leave your thoughts! </p>\n</html>",
+    "body_length": 995,
+    "cashout_time": "2020-11-05T18:59:30",
+    "category": "moreequalanimals",
+    "children": 145,
+    "created": "2020-10-29T18:59:30",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"image\":[\"https://images.hive.blog/DQmNN6qGEQcdS4yQNp3vS2H8tT6AiQSEwFXSNmz59rfme4C/image.png\"],\"links\":[\"https://moreequalanimals.com/posts/Tyranny-of-the-Status-Quo\",\"https://moreequalanimals.com/posts/why-subscribe\",\"https://app.voice.com/post/@dan/can-we-end-riots-with-a-new-kind-of-government-1594063789-1\"],\"app\":\"hiveblog/0.1\",\"format\":\"html\"}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-29T19:01:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 342128675442069,
+    "parent_author": "",
+    "parent_permlink": "moreequalanimals",
+    "pending_payout_value": "80.986 HBD",
+    "percent_hbd": 10000,
+    "permlink": "tyranny-of-the-status-quo",
+    "post_id": 100308140,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Tyranny of the Status Quo",
+    "title": "Tyranny of the Status Quo",
+    "total_payout_value": "0.000 HBD",
+    "url": "/moreequalanimals/@dan/tyranny-of-the-status-quo"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "75",
+        "reputation": 19245698180508,
+        "rshares": 16086200428,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "4500",
+        "reputation": 341233778618,
+        "rshares": 704251311751,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5983374206813,
+        "rshares": 23261303081,
+        "voter": "fractalnode"
+      },
+      {
+        "percent": "2000",
+        "reputation": 351157717865710,
+        "rshares": 379320562588,
+        "voter": "onealfa"
+      },
+      {
+        "percent": "4500",
+        "reputation": 1957220358850383,
+        "rshares": 1608856174104,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 10275674240434,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 506372806974428,
+        "rshares": 2087159495066,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "4500",
+        "reputation": 4509451541223,
+        "rshares": 189085638482,
+        "voter": "theshell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4233322581773,
+        "rshares": 85466696868,
+        "voter": "hedge-x"
+      },
+      {
+        "percent": "10000",
+        "reputation": 159372103844946,
+        "rshares": 21685939783111,
+        "voter": "gtg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 618931574338675,
+        "rshares": 730508277511,
+        "voter": "ericvancewalton"
+      },
+      {
+        "percent": "1750",
+        "reputation": 34103703963623,
+        "rshares": 7841079251,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2509669363039,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "1250",
+        "reputation": 86171006185191,
+        "rshares": 4902731372,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 292408161360,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 67858732461644,
+        "rshares": 1124948188970,
+        "voter": "fulltimegeek"
+      },
+      {
+        "percent": "5000",
+        "reputation": 342312471468,
+        "rshares": 2255863948173,
+        "voter": "bobbylee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8349683635857,
+        "rshares": 6068505126,
+        "voter": "nascimentoab"
+      },
+      {
+        "percent": "10000",
+        "reputation": 372226967801214,
+        "rshares": 46213749241,
+        "voter": "allmonitors"
+      },
+      {
+        "percent": "2500",
+        "reputation": 315496990256842,
+        "rshares": 1337351083071,
+        "voter": "arcange"
+      },
+      {
+        "percent": "10000",
+        "reputation": 978188457801574,
+        "rshares": 3326041508714,
+        "voter": "deanliu"
+      },
+      {
+        "percent": "1250",
+        "reputation": 2558692465689,
+        "rshares": 8943671105,
+        "voter": "arconite"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3087897717,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98765147786888,
+        "rshares": 244256857319,
+        "voter": "logic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 90235201589691,
+        "rshares": 458726296149,
+        "voter": "always1success"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1473413787814,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3774393595703,
+        "rshares": 47266832578,
+        "voter": "laoyao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6042026377398,
+        "rshares": 84664245,
+        "voter": "somebody"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97845484474,
+        "rshares": 165914128626,
+        "voter": "midnightoil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47820660266221,
+        "rshares": 938879624746,
+        "voter": "xiaohui"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5874433204442,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1493318183193201,
+        "rshares": 5455134639791,
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143768203235023,
+        "rshares": 17781335546,
+        "voter": "shanghaipreneur"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 541875322154,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "5500",
+        "reputation": 133665343804692,
+        "rshares": 453263084747,
+        "voter": "borran"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32866384013620,
+        "rshares": 124838087392,
+        "voter": "frankbacon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97229489927307,
+        "rshares": 347990798652,
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 181963199440755,
+        "rshares": 1235057559289,
+        "voter": "helene"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30591567767954,
+        "rshares": 78609219497,
+        "voter": "the-bitcoin-dood"
+      },
+      {
+        "percent": "3000",
+        "reputation": 113291389678283,
+        "rshares": 651295775,
+        "voter": "jsantana"
+      },
+      {
+        "percent": "1300",
+        "reputation": 363924035887507,
+        "rshares": 184658274359,
+        "voter": "steevc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 134570234493033,
+        "rshares": 83203692789,
+        "voter": "shadowspub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 461742024181352,
+        "rshares": 48181862416,
+        "voter": "jlufer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7886415406854,
+        "rshares": 54455644588,
+        "voter": "notconvinced"
+      },
+      {
+        "percent": "7500",
+        "reputation": 59537594546955,
+        "rshares": 31248979158,
+        "voter": "por500bolos"
+      },
+      {
+        "percent": "500",
+        "reputation": 505596674036569,
+        "rshares": 343219339230,
+        "voter": "penguinpablo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 390433925983792,
+        "rshares": 207004569941,
+        "voter": "uwelang"
+      },
+      {
+        "percent": "4900",
+        "reputation": 96059856770036,
+        "rshares": 7810231982183,
+        "voter": "canadian-coconut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 190255477809,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "2500",
+        "reputation": 706874908331117,
+        "rshares": 593206136954,
+        "voter": "abh12345"
+      },
+      {
+        "percent": "200",
+        "reputation": 120512824315021,
+        "rshares": 78521544070,
+        "voter": "funnyman"
+      },
+      {
+        "percent": "2250",
+        "reputation": 280674585514224,
+        "rshares": 223209890855,
+        "voter": "justyy"
+      },
+      {
+        "percent": "1250",
+        "reputation": 149827038166480,
+        "rshares": 51269127782,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 56155469204,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 111778832002739,
+        "rshares": 281125916902,
+        "voter": "techslut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 546070228,
+        "voter": "triviummethod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 234795708570321,
+        "rshares": 250162412792,
+        "voter": "jaybird"
+      },
+      {
+        "percent": "10000",
+        "reputation": 371604430408116,
+        "rshares": 2352049499853,
+        "voter": "nonameslefttouse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 118794412395373,
+        "rshares": 38429796381,
+        "voter": "alcibiades"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 696967038875,
+        "voter": "created"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 16914614122,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "650",
+        "reputation": 7547083616142,
+        "rshares": 8145480109,
+        "voter": "edb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 142803808522779,
+        "rshares": 497662285504,
+        "voter": "anthonyadavisii"
+      },
+      {
+        "percent": "2500",
+        "reputation": 59094884211730,
+        "rshares": 3536404231,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "3590",
+        "reputation": 101539530127063,
+        "rshares": 139515252434,
+        "voter": "edje"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19610705040132,
+        "rshares": 45061925775,
+        "voter": "askari"
+      },
+      {
+        "percent": "4000",
+        "reputation": 7177514553823,
+        "rshares": 85479566283,
+        "voter": "gabriele-gio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 221144436321945,
+        "rshares": 74186421185,
+        "voter": "blackbunny"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 42427497108,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1049642294074,
+        "rshares": 46470622283,
+        "voter": "cpol"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36248450113797,
+        "rshares": 79380113451,
+        "voter": "lingfei"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7746446308,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "7200",
+        "reputation": 96863592771723,
+        "rshares": 87543029500,
+        "voter": "noemilunastorta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36214470543162,
+        "rshares": 18152929601,
+        "voter": "assasin"
+      },
+      {
+        "percent": "3300",
+        "reputation": 12325904700970,
+        "rshares": 7715619853,
+        "voter": "justinashby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 215229803246462,
+        "rshares": 163624737073,
+        "voter": "ackza"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15925403061479,
+        "rshares": 1398345398,
+        "voter": "titianus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 204139815824,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1614643030899,
+        "rshares": 1916983070,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "7523",
+        "reputation": 307916617000098,
+        "rshares": 784037069415,
+        "voter": "detlev"
+      },
+      {
+        "percent": "4000",
+        "reputation": 42214550905806,
+        "rshares": 1607099325744,
+        "voter": "smasssh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16365587743468,
+        "rshares": 114025257088,
+        "voter": "tamaralovelace"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 287833641207,
+        "voter": "mes"
+      },
+      {
+        "percent": "8000",
+        "reputation": 79234586811944,
+        "rshares": 237694492076,
+        "voter": "thenightflier"
+      },
+      {
+        "percent": "2500",
+        "reputation": 91224250124,
+        "rshares": 5659348373,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 14042097917673,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 216790353857759,
+        "rshares": 267285100372,
+        "voter": "barbara-orenya"
+      },
+      {
+        "percent": "5500",
+        "reputation": 29845436743688,
+        "rshares": 380054915869,
+        "voter": "cryptocurator"
+      },
+      {
+        "percent": "3500",
+        "reputation": 39969242565947,
+        "rshares": 63742832197,
+        "voter": "iansart"
+      },
+      {
+        "percent": "2000",
+        "reputation": 23391602452678,
+        "rshares": 74200911951,
+        "voter": "schlees"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5899232344203,
+        "rshares": 567311585,
+        "voter": "yeaho"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1748651637089,
+        "rshares": 3820772003,
+        "voter": "khussan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 832896994040741,
+        "rshares": 7646134544,
+        "voter": "stackin"
+      },
+      {
+        "percent": "2500",
+        "reputation": 76741990090791,
+        "rshares": 25183415631,
+        "voter": "valued-customer"
+      },
+      {
+        "percent": "187",
+        "reputation": 11448902903972,
+        "rshares": 94505453650,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 294281694879864,
+        "rshares": 1549506020662,
+        "voter": "bigram13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 130573901548108,
+        "rshares": 972551680423,
+        "voter": "fredrikaa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19675504562112,
+        "rshares": 278576232246,
+        "voter": "amirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 2971986767,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "2500",
+        "reputation": 441960688612864,
+        "rshares": 547566255789,
+        "voter": "isaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23634061827279,
+        "rshares": 143430412337,
+        "voter": "stevelivingston"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 251410733083,
+        "voter": "exec"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 853252545,
+        "voter": "eval"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1089772483896,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "3000",
+        "reputation": 69653104045391,
+        "rshares": 34173931906,
+        "voter": "anacristinasilva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 655474560066583,
+        "rshares": 2245055825521,
+        "voter": "galenkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22475002262691,
+        "rshares": 40875446142,
+        "voter": "reddragonfly"
+      },
+      {
+        "percent": "2900",
+        "reputation": 19643697626632,
+        "rshares": 121936674207,
+        "voter": "sam99"
+      },
+      {
+        "percent": "2500",
+        "reputation": 383145046100830,
+        "rshares": 438752350468,
+        "voter": "jaynie"
+      },
+      {
+        "percent": "3000",
+        "reputation": 104644958945964,
+        "rshares": 1543424153624,
+        "voter": "spectrumecons"
+      },
+      {
+        "percent": "1000",
+        "reputation": 120327041068001,
+        "rshares": 34353926980,
+        "voter": "jayna"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30158976168359,
+        "rshares": 5521466428,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "5000",
+        "reputation": 698336179865,
+        "rshares": 536782942,
+        "voter": "sirjaxxy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 284852594097573,
+        "rshares": 3114198335,
+        "voter": "reseller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13037201970659,
+        "rshares": 47537694086,
+        "voter": "corsica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 582437706834948,
+        "rshares": 468926689581,
+        "voter": "theouterlight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76998450222036,
+        "rshares": 670117682485,
+        "voter": "forexbrokr"
+      },
+      {
+        "percent": "6500",
+        "reputation": 14619210831916,
+        "rshares": 8459408422,
+        "voter": "kiokizz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 8535083509600,
+        "rshares": 15196777557,
+        "voter": "otom"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14175507042005,
+        "rshares": 1536441085,
+        "voter": "adambarratt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3430589330891,
+        "rshares": 23842459618,
+        "voter": "whitelightxpress"
+      },
+      {
+        "percent": "6500",
+        "reputation": 0,
+        "rshares": 1968824549,
+        "voter": "approximate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91410383693752,
+        "rshares": 305633680954,
+        "voter": "vincentnijman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23747652895956,
+        "rshares": 974520063,
+        "voter": "richi0927"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1060930411809617,
+        "rshares": 2451886570890,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 190691885658151,
+        "rshares": 6379658348572,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21870820797138,
+        "rshares": 44428536036,
+        "voter": "marian0"
+      },
+      {
+        "percent": "3500",
+        "reputation": 36780217425224,
+        "rshares": 29943894679,
+        "voter": "dine77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1192307877995,
+        "rshares": 714927673,
+        "voter": "teukumuhas"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 359194417362,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "1000",
+        "reputation": 68448132279986,
+        "rshares": 784553797,
+        "voter": "fatherfaith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1465267842688,
+        "rshares": 1515623027,
+        "voter": "jorge248"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 176106568320,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10111973688443,
+        "rshares": 13900613671,
+        "voter": "gamesjoyce"
+      },
+      {
+        "percent": "3125",
+        "reputation": 16251675397221,
+        "rshares": 68940198678,
+        "voter": "jasonbu"
+      },
+      {
+        "percent": "7000",
+        "reputation": 616021827459,
+        "rshares": 9248536004,
+        "voter": "yacobh"
+      },
+      {
+        "percent": "2750",
+        "reputation": 61249536206183,
+        "rshares": 31469249449,
+        "voter": "redrica"
+      },
+      {
+        "percent": "1000",
+        "reputation": 73283380450035,
+        "rshares": 104012852871,
+        "voter": "shanibeer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57682371069310,
+        "rshares": 27001150804,
+        "voter": "gardeningchannel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 26317620061322,
+        "rshares": 2083980792,
+        "voter": "foreveraverage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 659946748896,
+        "rshares": 1518819180,
+        "voter": "nascimentocb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72946432090481,
+        "rshares": 135023906368,
+        "voter": "my451r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16348092082289,
+        "rshares": 742323761,
+        "voter": "pojan"
+      },
+      {
+        "percent": "6000",
+        "reputation": 24639928209538,
+        "rshares": 36356938622,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 35972230673675,
+        "rshares": 238750767032,
+        "voter": "reinhard-schmid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 18495791759,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 69952029739,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "3000",
+        "reputation": 67191720608970,
+        "rshares": 103490871513,
+        "voter": "pele23"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 10879688246,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72347595650439,
+        "rshares": 1212352667,
+        "voter": "ponpase"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5754775236968,
+        "rshares": 1092976659,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "10000",
+        "reputation": 140483466255317,
+        "rshares": 495305723811,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355541395288151,
+        "rshares": 7647003657799,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 275615258032,
+        "rshares": 11321298283,
+        "voter": "eurodale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 20125476238,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51585017229874,
+        "rshares": 92068044228,
+        "voter": "eastmael"
+      },
+      {
+        "percent": "1000",
+        "reputation": 139904553806579,
+        "rshares": 580496912803,
+        "voter": "joshman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 407917800538,
+        "voter": "drax"
+      },
+      {
+        "percent": "5000",
+        "reputation": 399247061484993,
+        "rshares": 339072772009,
+        "voter": "rosatravels"
+      },
+      {
+        "percent": "250",
+        "reputation": 445234100950820,
+        "rshares": 797033163346,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1386913003857667,
+        "rshares": 3064762519960,
+        "voter": "taskmaster4450"
+      },
+      {
+        "percent": "5000",
+        "reputation": 72384838675160,
+        "rshares": 297935797891,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "3775",
+        "reputation": 0,
+        "rshares": 66615754127,
+        "voter": "fatman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48712593060561,
+        "rshares": 22126410630,
+        "voter": "albanna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 336063014350538,
+        "rshares": 708913924739,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "2500",
+        "reputation": 21798737047108,
+        "rshares": 50142319408,
+        "voter": "yangyanje"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206055018792025,
+        "rshares": 51531066937,
+        "voter": "silversaver888"
+      },
+      {
+        "percent": "9000",
+        "reputation": 28057351253216,
+        "rshares": 578762657,
+        "voter": "superbing"
+      },
+      {
+        "percent": "500",
+        "reputation": 1179789091392,
+        "rshares": 1073577058,
+        "voter": "superdavey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3054701407913,
+        "rshares": 2060296850,
+        "voter": "thatterrioguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58282771573923,
+        "rshares": 35555344332,
+        "voter": "dilimunanzar"
+      },
+      {
+        "percent": "2250",
+        "reputation": 64078918102750,
+        "rshares": 14950418590,
+        "voter": "dailystats"
+      },
+      {
+        "percent": "5000",
+        "reputation": 104418116636989,
+        "rshares": 24717704281,
+        "voter": "mcfarhat"
+      },
+      {
+        "percent": "3500",
+        "reputation": 57287800105812,
+        "rshares": 1190222358,
+        "voter": "calimeatwagon"
+      },
+      {
+        "percent": "4000",
+        "reputation": 38394184486553,
+        "rshares": 160587385126,
+        "voter": "sharpshot"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6727973666699,
+        "rshares": 83681121277,
+        "voter": "omra-sky"
+      },
+      {
+        "percent": "1800",
+        "reputation": 137567392768,
+        "rshares": 2292147442,
+        "voter": "rodent"
+      },
+      {
+        "percent": "1000",
+        "reputation": 47982158911387,
+        "rshares": 30907193623,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1876754372524,
+        "rshares": 9536344261,
+        "voter": "shadflyfilms"
+      },
+      {
+        "percent": "8000",
+        "reputation": 12066290877974,
+        "rshares": 61047803396,
+        "voter": "heidi71"
+      },
+      {
+        "percent": "240",
+        "reputation": 0,
+        "rshares": 84880205158,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24343533253934,
+        "rshares": 30695655004,
+        "voter": "doifeellucky"
+      },
+      {
+        "percent": "3000",
+        "reputation": 38950506479154,
+        "rshares": 19966663618,
+        "voter": "vegoutt-travel"
+      },
+      {
+        "percent": "3000",
+        "reputation": 513799575547713,
+        "rshares": 175780804531,
+        "voter": "josediccus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3291168947960,
+        "rshares": 3502523089,
+        "voter": "enolife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30679468047783,
+        "rshares": 10043853944548,
+        "voter": "fedesox"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10939046475227,
+        "rshares": 747282667,
+        "voter": "liverpool-fan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57597252449855,
+        "rshares": 442688817672,
+        "voter": "florian-glechner"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 5401542105,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103915899650487,
+        "rshares": 770740822027,
+        "voter": "traciyork"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26544594519126,
+        "rshares": 20710455121,
+        "voter": "dkid14"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1737660226555,
+        "rshares": 1495444662,
+        "voter": "meincluyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24529315355817,
+        "rshares": 26767284235,
+        "voter": "mrhill"
+      },
+      {
+        "percent": "10000",
+        "reputation": 473928985768900,
+        "rshares": 3108869836,
+        "voter": "tradingideas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12722616650811,
+        "rshares": 2180264376751,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14210818977999,
+        "rshares": 20075552734,
+        "voter": "faizarfatria"
+      },
+      {
+        "percent": "5000",
+        "reputation": 31360323509866,
+        "rshares": 65363267772,
+        "voter": "steveconnor"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1989736847412,
+        "rshares": 1336069741,
+        "voter": "kph"
+      },
+      {
+        "percent": "250",
+        "reputation": 157805541487641,
+        "rshares": 157524565552,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61257367144299,
+        "rshares": 609875970,
+        "voter": "publicumaurora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15317934745865,
+        "rshares": 177839785447,
+        "voter": "yogajill"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2045506354809,
+        "rshares": 1841944151,
+        "voter": "steeminer4up"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42134765111603,
+        "rshares": 24099834312,
+        "voter": "mariana4ve"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5341088715064,
+        "rshares": 1824435485,
+        "voter": "aquinotyron3"
+      },
+      {
+        "percent": "5000",
+        "reputation": 66785151966461,
+        "rshares": 239610317626,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 21692651597,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12709262361968,
+        "rshares": 3125218183,
+        "voter": "syedubair"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9904578498117,
+        "rshares": 20960218510,
+        "voter": "vaneaventuras"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 18232051421,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "2500",
+        "reputation": 110889227376345,
+        "rshares": 2254030035,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5994128131575,
+        "rshares": 1928798343,
+        "voter": "jrungi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 618706115961,
+        "rshares": 602896103,
+        "voter": "lethsrock"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7621234115,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2680015924516,
+        "rshares": 7380054457,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65152755152316,
+        "rshares": 35071844739,
+        "voter": "theonlyway"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 4033818019247,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "1500",
+        "reputation": 305437093461437,
+        "rshares": 28446874347,
+        "voter": "abitcoinskeptic"
+      },
+      {
+        "percent": "3000",
+        "reputation": 6074854639098,
+        "rshares": 47736061218,
+        "voter": "deepresearch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36559175792044,
+        "rshares": 1661009865,
+        "voter": "jewel-lover"
+      },
+      {
+        "percent": "10000",
+        "reputation": 106197032747732,
+        "rshares": 36328305572,
+        "voter": "kevinli"
+      },
+      {
+        "percent": "5000",
+        "reputation": 87246032649758,
+        "rshares": 97540871011,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 368970410036642,
+        "rshares": 1550718736800,
+        "voter": "jongolson"
+      },
+      {
+        "percent": "1000",
+        "reputation": 6794111379268,
+        "rshares": 1095459511,
+        "voter": "dudeontheweb"
+      },
+      {
+        "percent": "7523",
+        "reputation": 86529641974877,
+        "rshares": 444117712036,
+        "voter": "wehmoen"
+      },
+      {
+        "percent": "7500",
+        "reputation": 7648880714525,
+        "rshares": 885776151,
+        "voter": "mirkon86"
+      },
+      {
+        "percent": "500",
+        "reputation": 25048759621308,
+        "rshares": 4680121827,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 279507826168043,
+        "rshares": 2505291368865,
+        "voter": "edicted"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3895318402889,
+        "rshares": 1505156474,
+        "voter": "criptonotas"
+      },
+      {
+        "percent": "5100",
+        "reputation": 127592029555558,
+        "rshares": 573745370292,
+        "voter": "chorock"
+      },
+      {
+        "percent": "10000",
+        "reputation": 170235537022,
+        "rshares": 1407016368,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62275371513698,
+        "rshares": 1147802445,
+        "voter": "vaansteam"
+      },
+      {
+        "percent": "4000",
+        "reputation": 164071035369220,
+        "rshares": 164100452627,
+        "voter": "ikrahch"
+      },
+      {
+        "percent": "1250",
+        "reputation": 4755551366717,
+        "rshares": 859269575,
+        "voter": "philnewton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63812007256914,
+        "rshares": 75814761618,
+        "voter": "k-banti"
+      },
+      {
+        "percent": "750",
+        "reputation": 79537112262409,
+        "rshares": 13537150130,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4436444427883,
+        "rshares": 884864541,
+        "voter": "tricki"
+      },
+      {
+        "percent": "10000",
+        "reputation": 216783552688214,
+        "rshares": 50021604542,
+        "voter": "chronocrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 703884534,
+        "voter": "icuz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91651981795187,
+        "rshares": 23861837880,
+        "voter": "lunaticpandora"
+      },
+      {
+        "percent": "3300",
+        "reputation": 330396781271113,
+        "rshares": 1495430312785,
+        "voter": "holger80"
+      },
+      {
+        "percent": "2500",
+        "reputation": 403417137596680,
+        "rshares": 29948301028,
+        "voter": "adetorrent"
+      },
+      {
+        "percent": "2250",
+        "reputation": 50124640567504,
+        "rshares": 7626194035,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22367616882821,
+        "rshares": 5724629132,
+        "voter": "mr-phoenix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86916035515124,
+        "rshares": 126653132091,
+        "voter": "cryptosharon"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8496919418242,
+        "rshares": 2910635420,
+        "voter": "ericburgoyne"
+      },
+      {
+        "percent": "7000",
+        "reputation": 39443399637767,
+        "rshares": 23760853157,
+        "voter": "joelai"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110218754575910,
+        "rshares": 366848860185,
+        "voter": "eddiespino"
+      },
+      {
+        "percent": "9500",
+        "reputation": 4819938972371,
+        "rshares": 6798746627,
+        "voter": "green77"
+      },
+      {
+        "percent": "7523",
+        "reputation": 26891833471686,
+        "rshares": 155135315700,
+        "voter": "sisygoboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1275793729622,
+        "rshares": 4458881104,
+        "voter": "macslin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1912983934049,
+        "rshares": 1014671584,
+        "voter": "overmedia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20304784933273,
+        "rshares": 185107629518,
+        "voter": "barge"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2823573898487,
+        "rshares": 2977144452,
+        "voter": "thisbejake"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17846302258319,
+        "rshares": 42832708473,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12186132605,
+        "rshares": 1631178120,
+        "voter": "magicbirds"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8653571432,
+        "rshares": 1632849801,
+        "voter": "blueproject"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41394952718,
+        "rshares": 1633758208,
+        "voter": "django137"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5904893661018,
+        "rshares": 1499325491,
+        "voter": "fiveelements5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8493141387,
+        "rshares": 1632963152,
+        "voter": "goldeneye64"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65151962039,
+        "rshares": 1629786533,
+        "voter": "ludezma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11867738310700,
+        "rshares": 1496070234,
+        "voter": "oleg5430"
+      },
+      {
+        "percent": "500",
+        "reputation": 192724898646069,
+        "rshares": 34945001741,
+        "voter": "bozz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2506608157147,
+        "rshares": 78990262760,
+        "voter": "cst90"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64242146543076,
+        "rshares": 208149212739,
+        "voter": "citimillz"
+      },
+      {
+        "percent": "250",
+        "reputation": 26898775193091,
+        "rshares": 2359914423,
+        "voter": "movement19"
+      },
+      {
+        "percent": "3800",
+        "reputation": 120749150606820,
+        "rshares": 123495760917,
+        "voter": "hosgug"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20074444806548,
+        "rshares": 7598815188,
+        "voter": "arac"
+      },
+      {
+        "percent": "4200",
+        "reputation": 192465234875420,
+        "rshares": 240516819527,
+        "voter": "whack.science"
+      },
+      {
+        "percent": "500",
+        "reputation": 6268791987206,
+        "rshares": 4035121613,
+        "voter": "ajaxalot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 83447433709898,
+        "rshares": 549874532953,
+        "voter": "ashtv"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62406194635091,
+        "rshares": 13240230600,
+        "voter": "russellstockley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5067166508268,
+        "rshares": 102719018593,
+        "voter": "kitalee"
+      },
+      {
+        "percent": "1750",
+        "reputation": 17385822919900,
+        "rshares": 8618265674,
+        "voter": "forester-joe"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29366912369,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2500",
+        "reputation": 18673367244,
+        "rshares": 10606324839,
+        "voter": "g4fun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73042470414733,
+        "rshares": 410632113004,
+        "voter": "rubencress"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15537102540153,
+        "rshares": 46166503453,
+        "voter": "siphon"
+      },
+      {
+        "percent": "5500",
+        "reputation": 93067317204510,
+        "rshares": 101721191372,
+        "voter": "almi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6368389637818,
+        "rshares": 323090352,
+        "voter": "dunkman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 168836422039217,
+        "rshares": 51906598313,
+        "voter": "fego"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3414691338324,
+        "rshares": 2324226052,
+        "voter": "homeginkit"
+      },
+      {
+        "percent": "5000",
+        "reputation": 743605910590,
+        "rshares": 1001710713,
+        "voter": "carlosbp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24659735546029,
+        "rshares": 35023961681,
+        "voter": "ange.nkuru"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2256065348315,
+        "rshares": 8412368988,
+        "voter": "frassman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 126869932105,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 158256810302501,
+        "rshares": 40166825319,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "700",
+        "reputation": 62798275108724,
+        "rshares": 31894598501,
+        "voter": "j85063"
+      },
+      {
+        "percent": "5000",
+        "reputation": 45433987678513,
+        "rshares": 37736794245,
+        "voter": "khaimi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15649272505736,
+        "rshares": 29566925897,
+        "voter": "lionsuit"
+      },
+      {
+        "percent": "2000",
+        "reputation": 115008738303016,
+        "rshares": 3155674099984,
+        "voter": "azircon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397421034392,
+        "rshares": 170435476381,
+        "voter": "steemitcolombia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1137313020354,
+        "rshares": 1789481616,
+        "voter": "nebuladream"
+      },
+      {
+        "percent": "2000",
+        "reputation": 492319527534844,
+        "rshares": 150371207554,
+        "voter": "ronaldoavelino"
+      },
+      {
+        "percent": "7523",
+        "reputation": 367201484924059,
+        "rshares": 512716568063,
+        "voter": "louis88"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1108677568897,
+        "rshares": 5762250392,
+        "voter": "jan23com"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28643888754007,
+        "rshares": 33272878263,
+        "voter": "paragism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1102323464966,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 174856977309980,
+        "rshares": 347151209049,
+        "voter": "ivansnz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4038024331096,
+        "rshares": 497302434843,
+        "voter": "foxon"
+      },
+      {
+        "percent": "4000",
+        "reputation": 17410482134249,
+        "rshares": 16215547104,
+        "voter": "wolfhart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 489416883814,
+        "rshares": 539113079,
+        "voter": "presidentslabber"
+      },
+      {
+        "percent": "2000",
+        "reputation": 50091053272936,
+        "rshares": 66019534419,
+        "voter": "yameen"
+      },
+      {
+        "percent": "5000",
+        "reputation": 52997770938854,
+        "rshares": 74246874449,
+        "voter": "prydefoltz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 23942138274308,
+        "rshares": 22184197928,
+        "voter": "braaiboy"
+      },
+      {
+        "percent": "1500",
+        "reputation": 183095375076710,
+        "rshares": 24132727400,
+        "voter": "prettynicevideo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26253168400063,
+        "rshares": 2455293419879,
+        "voter": "rawutah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451811665047,
+        "rshares": 6726424792,
+        "voter": "orkin420"
+      },
+      {
+        "percent": "3000",
+        "reputation": 570270524259,
+        "rshares": 33207559331,
+        "voter": "blainjones"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 6226435596,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "384",
+        "reputation": 40776009332161,
+        "rshares": 5888491337,
+        "voter": "gadrian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 151166868816119,
+        "rshares": 23158949372,
+        "voter": "jordangerder"
+      },
+      {
+        "percent": "3761",
+        "reputation": 112109667795,
+        "rshares": 1126113308,
+        "voter": "memepress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13910589758110,
+        "rshares": 11890782503,
+        "voter": "garybilbao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18055325674078,
+        "rshares": 139092185510,
+        "voter": "themightyvolcano"
+      },
+      {
+        "percent": "9000",
+        "reputation": 158718167236,
+        "rshares": 3526241122,
+        "voter": "choco11oreo11"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16499809682833,
+        "rshares": 21692347234,
+        "voter": "geadriana"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36875713446685,
+        "rshares": 83164347925,
+        "voter": "artmom"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8020932518298,
+        "rshares": 6201718616,
+        "voter": "naruitchi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2259776061,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28114370178955,
+        "rshares": 524896136694,
+        "voter": "adeyemidrey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17764793535203,
+        "rshares": 10379829649,
+        "voter": "josebenavente"
+      },
+      {
+        "percent": "5000",
+        "reputation": 162917506903765,
+        "rshares": 182982538965,
+        "voter": "artemislives"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42246987760,
+        "rshares": 8670118750,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1072061813246,
+        "rshares": 3909813929,
+        "voter": "yaraha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9020628089607,
+        "rshares": 92951727435,
+        "voter": "promobot"
+      },
+      {
+        "percent": "1000",
+        "reputation": 36024596907536,
+        "rshares": 13628464480,
+        "voter": "incubot"
+      },
+      {
+        "percent": "5000",
+        "reputation": 48846679188,
+        "rshares": 634140016,
+        "voter": "youraverageguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25780595648429,
+        "rshares": 24653500609,
+        "voter": "superlao"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10484590752220,
+        "rshares": 51897507886,
+        "voter": "veteranforcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13196413386545,
+        "rshares": 18472541383,
+        "voter": "dunite"
+      },
+      {
+        "percent": "500",
+        "reputation": 120756196920388,
+        "rshares": 1883139055,
+        "voter": "playdice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 18657571412,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28237853787625,
+        "rshares": 556937306,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8665552760808,
+        "rshares": 5025246232,
+        "voter": "aceaeterna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1131137096970,
+        "rshares": 3939405711,
+        "voter": "justasperm"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1993672004294,
+        "rshares": 51069871834,
+        "voter": "pladozero"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1917096247997,
+        "rshares": 564948543,
+        "voter": "crimo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 70214892950356,
+        "rshares": 3777011720819,
+        "voter": "nateaguila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9095206,
+        "rshares": 868790358565,
+        "voter": "steem-tube"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6746593076733,
+        "rshares": 52604298634,
+        "voter": "aliento"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1915818854367,
+        "rshares": 1273661284,
+        "voter": "parauri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16608311881044,
+        "rshares": 50254983406,
+        "voter": "curatorcat"
+      },
+      {
+        "percent": "5900",
+        "reputation": 42499254461187,
+        "rshares": 77982799392,
+        "voter": "oldmans"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1123068542384,
+        "rshares": 1485065472,
+        "voter": "juliocesar7"
+      },
+      {
+        "percent": "4000",
+        "reputation": 71049104003913,
+        "rshares": 38577356885,
+        "voter": "irvinc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2634900617603,
+        "rshares": 3472237400,
+        "voter": "vampire-steem"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3261043121278,
+        "rshares": 2266006009,
+        "voter": "somegaming"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18918733577,
+        "rshares": 376261937,
+        "voter": "youngelder"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 866928990,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "5500",
+        "reputation": 17562491646897,
+        "rshares": 4925114454,
+        "voter": "newsnownorthwest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6184938444683,
+        "rshares": 7042136768,
+        "voter": "sthephany"
+      },
+      {
+        "percent": "1000",
+        "reputation": 193071506988065,
+        "rshares": 251003604992,
+        "voter": "blewitt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9718632602,
+        "rshares": 1631992415,
+        "voter": "prudencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12580096938,
+        "rshares": 1629203573,
+        "voter": "gorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13059317148,
+        "rshares": 1630286186,
+        "voter": "suley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6990715593,
+        "rshares": 1629153113,
+        "voter": "zulema"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10089127541,
+        "rshares": 1631037458,
+        "voter": "herencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9724555279,
+        "rshares": 1628646790,
+        "voter": "zoraida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4252099247,
+        "rshares": 1629683972,
+        "voter": "embera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6224691662,
+        "rshares": 1630340713,
+        "voter": "medula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3158689060,
+        "rshares": 1710358959,
+        "voter": "chavela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7291463397,
+        "rshares": 1629183854,
+        "voter": "tierra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17043601892482,
+        "rshares": 29174606223,
+        "voter": "k0wsk1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1943885599331,
+        "rshares": 992889763,
+        "voter": "noobster"
+      },
+      {
+        "percent": "4000",
+        "reputation": 37902408766598,
+        "rshares": 132521182078,
+        "voter": "cmplxty"
+      },
+      {
+        "percent": "9500",
+        "reputation": 33860216986858,
+        "rshares": 560437745488,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18701622566955,
+        "rshares": 37645021432,
+        "voter": "ambiguity"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3516028097696,
+        "rshares": 37695915663464,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 570535977,
+        "rshares": 646584112,
+        "voter": "therealnigerianp"
+      },
+      {
+        "percent": "2000",
+        "reputation": 31223477279974,
+        "rshares": 3035519566,
+        "voter": "tiffany4ever"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21771305129128,
+        "rshares": 3287026710,
+        "voter": "mightypanda"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6592285898816,
+        "rshares": 11783146719,
+        "voter": "schlunior"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1487820702005,
+        "rshares": 859850454,
+        "voter": "rufruf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20224059636954,
+        "rshares": 24325962192,
+        "voter": "adonisr"
+      },
+      {
+        "percent": "3100",
+        "reputation": 3017320382626,
+        "rshares": 12209203935,
+        "voter": "yestermorrow"
+      },
+      {
+        "percent": "7000",
+        "reputation": 44525854399402,
+        "rshares": 118173256526,
+        "voter": "thehive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1615900628665,
+        "rshares": 1089130523,
+        "voter": "elmauza"
+      },
+      {
+        "percent": "1000",
+        "reputation": 52837110172217,
+        "rshares": 645695407,
+        "voter": "jk6276"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2376783964081,
+        "rshares": 4549624475,
+        "voter": "arrixion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2880166082909,
+        "rshares": 1431222909,
+        "voter": "kepslok"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88520220786775,
+        "rshares": 64823337164,
+        "voter": "wendyth16"
+      },
+      {
+        "percent": "500",
+        "reputation": 17939211305935,
+        "rshares": 25710107088,
+        "voter": "raiseup"
+      },
+      {
+        "percent": "9000",
+        "reputation": 22555392895,
+        "rshares": 5332205801,
+        "voter": "littleshadow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3425708064391,
+        "rshares": 32293159090,
+        "voter": "goingbonkers"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1649687301692,
+        "rshares": 479622147,
+        "voter": "mrultracheese"
+      },
+      {
+        "percent": "50",
+        "reputation": 18790919715448,
+        "rshares": 7055163109,
+        "voter": "luppers"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7532194699640,
+        "rshares": 2006271030,
+        "voter": "cubapl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7854554032620,
+        "rshares": 6841443796,
+        "voter": "judethedude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71506876418188,
+        "rshares": 148673884691,
+        "voter": "cryptoyzzy"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144910360949054,
+        "rshares": 38655409822,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30014809530606,
+        "rshares": 15655752857,
+        "voter": "ysmael20"
+      },
+      {
+        "percent": "9000",
+        "reputation": 17567685388,
+        "rshares": 1813205263,
+        "voter": "joseph6232"
+      },
+      {
+        "percent": "7500",
+        "reputation": 19783849759,
+        "rshares": 3289080821,
+        "voter": "emaillisahere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 836324990221,
+        "rshares": 4397168788,
+        "voter": "jokinmenipieleen"
+      },
+      {
+        "percent": "500",
+        "reputation": 57031563221,
+        "rshares": 43928665357,
+        "voter": "steemaction"
+      },
+      {
+        "percent": "5000",
+        "reputation": 19563050817,
+        "rshares": 627894653,
+        "voter": "buzzbee"
+      },
+      {
+        "percent": "3300",
+        "reputation": 36498710441788,
+        "rshares": 10585295634,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1799537482104,
+        "rshares": 3058720594,
+        "voter": "shepherd-stories"
+      },
+      {
+        "percent": "5000",
+        "reputation": 770558880558,
+        "rshares": 16594541320,
+        "voter": "developspanish"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 5693231586,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "9900",
+        "reputation": 77764751586248,
+        "rshares": 3354099392316,
+        "voter": "frot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37453744817,
+        "rshares": 4153053283,
+        "voter": "caoimhin"
+      },
+      {
+        "percent": "7500",
+        "reputation": 27727654562,
+        "rshares": 1480819889,
+        "voter": "djtrucker"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6660418695187,
+        "rshares": 654456242,
+        "voter": "steemituplife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71329447478265,
+        "rshares": 580374559481,
+        "voter": "vimm"
+      },
+      {
+        "percent": "120",
+        "reputation": 381305299520882,
+        "rshares": 904125978,
+        "voter": "alokkumar121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 18770080533,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "8500",
+        "reputation": 260876943473,
+        "rshares": 76750945531,
+        "voter": "marshalmugi"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1786834467,
+        "rshares": 1722794275,
+        "voter": "podg3"
+      },
+      {
+        "percent": "2500",
+        "reputation": 41288629235348,
+        "rshares": 2808793432,
+        "voter": "mariluna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 40470543597,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "9000",
+        "reputation": 2040204650,
+        "rshares": 6505303370,
+        "voter": "misstaken"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34340166233452,
+        "rshares": 4628216109,
+        "voter": "perfspots"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13238201387755,
+        "rshares": 54464055731,
+        "voter": "stefano.massari"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29250095880922,
+        "rshares": 7174012775,
+        "voter": "anroja"
+      },
+      {
+        "percent": "5000",
+        "reputation": 552103378980,
+        "rshares": 34072006883,
+        "voter": "jimbi"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16966885974746,
+        "rshares": 927647376,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8904532917885,
+        "rshares": 684245523,
+        "voter": "jamzmie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 321885398962151,
+        "rshares": 48945719448,
+        "voter": "the4thmusketeer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 30493870008,
+        "voter": "diegor"
+      },
+      {
+        "percent": "6000",
+        "reputation": 788852406777,
+        "rshares": 2048003722,
+        "voter": "thrasher666"
+      },
+      {
+        "percent": "2000",
+        "reputation": 570615134196274,
+        "rshares": 81520573577,
+        "voter": "priyanarc"
+      },
+      {
+        "percent": "7000",
+        "reputation": 89966310084,
+        "rshares": 454705047,
+        "voter": "steempope"
+      },
+      {
+        "percent": "5000",
+        "reputation": 153344652102711,
+        "rshares": 37537420651,
+        "voter": "nonsowrites"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51899127306885,
+        "rshares": 8176171748,
+        "voter": "mystry360"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13222548277758,
+        "rshares": 292014212962,
+        "voter": "wil.metcalfe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14391246828388,
+        "rshares": 19686411758,
+        "voter": "geeklania"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 361173962186,
+        "voter": "michealb"
+      },
+      {
+        "percent": "9000",
+        "reputation": 4187177339,
+        "rshares": 2017539705,
+        "voter": "jussbren"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 3514126029,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 247504096816,
+        "rshares": 915390038,
+        "voter": "apofis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 5749095935,
+        "voter": "marki99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2934210455665,
+        "rshares": 6849319769,
+        "voter": "noeliazul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 122960274717009,
+        "rshares": 187882165000,
+        "voter": "pablo1601"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 104353886903,
+        "voter": "kekos"
+      },
+      {
+        "percent": "7000",
+        "reputation": 5092515559222,
+        "rshares": 145333258802,
+        "voter": "kiel91"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1867101038475,
+        "rshares": 1048492524,
+        "voter": "starrouge"
+      },
+      {
+        "percent": "3000",
+        "reputation": 854097216443,
+        "rshares": 576290107,
+        "voter": "redheaddemon"
+      },
+      {
+        "percent": "9900",
+        "reputation": 4104615584,
+        "rshares": 70519991561,
+        "voter": "steem-on-2020"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57787971691858,
+        "rshares": 320730356030,
+        "voter": "wherein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11499521185204,
+        "rshares": 20855101623,
+        "voter": "yuriy4"
+      },
+      {
+        "percent": "2000",
+        "reputation": 30517153592067,
+        "rshares": 6551047513,
+        "voter": "variedades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 157363211781421,
+        "rshares": 232673583962,
+        "voter": "equipodelta"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1330122595989,
+        "rshares": 923559888,
+        "voter": "zerofive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 111080703420070,
+        "rshares": 80146100115,
+        "voter": "ferrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 43578449011,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 1984037965,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27846394621362,
+        "rshares": 19497520066,
+        "voter": "angelik-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 602957476203,
+        "voter": "bluesniper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 393881380327,
+        "rshares": 971904329,
+        "voter": "bilderkiste"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8193736963639,
+        "rshares": 1891649238,
+        "voter": "breakforbook"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1667308323,
+        "voter": "tr777"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1286581665,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 43344030607,
+        "voter": "coriolis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 11919855606,
+        "rshares": 647522070,
+        "voter": "escuadron201"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1616508543,
+        "voter": "tr77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1449048575,
+        "voter": "smoner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1685253957,
+        "voter": "smonian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61527381175492,
+        "rshares": 257842804360,
+        "voter": "cnstm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64935903718,
+        "rshares": 665860519,
+        "voter": "likuang007"
+      },
+      {
+        "percent": "6500",
+        "reputation": 0,
+        "rshares": 942324384,
+        "voter": "sm-lvl1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 551470681550,
+        "rshares": 35095518011,
+        "voter": "whiterosecoffee"
+      },
+      {
+        "percent": "6500",
+        "reputation": 126439858549,
+        "rshares": 688648515,
+        "voter": "sm-starter-beta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21122210064846,
+        "rshares": 22380266511,
+        "voter": "vickyguevara"
+      },
+      {
+        "percent": "500",
+        "reputation": -4467669911343,
+        "rshares": 781832602456,
+        "voter": "ctime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 90366789538083,
+        "rshares": 25794211756,
+        "voter": "miguelmederico"
+      },
+      {
+        "percent": "10000",
+        "reputation": 774128044503,
+        "rshares": 1725138152,
+        "voter": "caribehub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 189422233111,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "1000",
+        "reputation": 670907511465,
+        "rshares": 1359754189,
+        "voter": "baasdebeer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5230675637,
+        "rshares": 1443345146,
+        "voter": "jjangjjanggirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 644453947703,
+        "rshares": 1002184346,
+        "voter": "lianjingmedia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 5256837230,
+        "voter": "spiderwhale"
+      },
+      {
+        "percent": "6500",
+        "reputation": 19916963405,
+        "rshares": 973455273,
+        "voter": "darhainer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 665695019321,
+        "rshares": 965698516,
+        "voter": "realgoodcontent"
+      },
+      {
+        "percent": "3000",
+        "reputation": 16012295789643,
+        "rshares": 2880675964,
+        "voter": "cooperfelix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6833021323980,
+        "rshares": 9516214762,
+        "voter": "cabalen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362719994675379,
+        "rshares": 109688140361,
+        "voter": "dfacademy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 127150826252,
+        "rshares": 1394003991,
+        "voter": "afternoondrinks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5833218185,
+        "rshares": 1663547827,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2910555091868,
+        "rshares": 1081210894,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42787624679630,
+        "rshares": 30279713219,
+        "voter": "hungryharish"
+      },
+      {
+        "percent": "4000",
+        "reputation": 38434598893424,
+        "rshares": 18797718896,
+        "voter": "historiasamorlez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3148507896676,
+        "rshares": 11347746078,
+        "voter": "wolffeys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8974489893990,
+        "rshares": 10349683964,
+        "voter": "lionsaturbix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7716047369242,
+        "rshares": 27788981032,
+        "voter": "alchemystones"
+      },
+      {
+        "percent": "1000",
+        "reputation": 914395073422,
+        "rshares": 894641563,
+        "voter": "ilanisnapshots"
+      },
+      {
+        "percent": "10000",
+        "reputation": 137410610469,
+        "rshares": 607834973,
+        "voter": "theinspiration"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4189876953003,
+        "rshares": 2812897490,
+        "voter": "hungryanu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 173132216601,
+        "rshares": 616866143,
+        "voter": "epic4chris"
+      },
+      {
+        "percent": "600",
+        "reputation": 161840569289533,
+        "rshares": 5900083579,
+        "voter": "engrsayful"
+      },
+      {
+        "percent": "10000",
+        "reputation": 305410265087460,
+        "rshares": 310478958795,
+        "voter": "claudio83"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68146878689125,
+        "rshares": 502314907538,
+        "voter": "rollie1212"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2180219855181,
+        "rshares": 1050506583,
+        "voter": "hungerstream"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1269845209863,
+        "rshares": 1179093178,
+        "voter": "krunkypuram"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1243018036066,
+        "rshares": 1311862813,
+        "voter": "wallvater"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10223084450765,
+        "rshares": 3813636218,
+        "voter": "draconel"
+      },
+      {
+        "percent": "75",
+        "reputation": 120936131908085,
+        "rshares": 5638359773,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "9500",
+        "reputation": 14559983850035,
+        "rshares": 52636466008,
+        "voter": "poliwalt10"
+      },
+      {
+        "percent": "7523",
+        "reputation": 153229969445473,
+        "rshares": 40850250699308,
+        "voter": "threespeak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2127457046090,
+        "rshares": 139952843020,
+        "voter": "star.lord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 152169516576120,
+        "rshares": 65680991849,
+        "voter": "deeanndmathews"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2597264781531,
+        "rshares": 3907162639,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10702198150786,
+        "rshares": 141881516638,
+        "voter": "scholaris"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46361104011592,
+        "rshares": 3074921685,
+        "voter": "kayda-ventures"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 51497928785,
+        "voter": "banvie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19219822868653,
+        "rshares": 103854310035,
+        "voter": "beerlover"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1295116188,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9382926732500,
+        "rshares": 25472075836,
+        "voter": "morwen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36087507440149,
+        "rshares": 786227279014,
+        "voter": "likwid"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2686371810001,
+        "rshares": 12924184421,
+        "voter": "x6oc5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36857316180998,
+        "rshares": 65305418664,
+        "voter": "blumela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 12694056640,
+        "voter": "xyz001"
+      },
+      {
+        "percent": "250",
+        "reputation": 20916803594387,
+        "rshares": 1144062236,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 499450701404,
+        "rshares": 728577632,
+        "voter": "iktisat"
+      },
+      {
+        "percent": "1200",
+        "reputation": 2407117821761,
+        "rshares": 2707329519,
+        "voter": "travelwritemoney"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 380222082137,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1181351512634,
+        "rshares": 4059254993,
+        "voter": "kendra19"
+      },
+      {
+        "percent": "2500",
+        "reputation": 301977647,
+        "rshares": 45132335406,
+        "voter": "xyz004"
+      },
+      {
+        "percent": "10000",
+        "reputation": 442801860940,
+        "rshares": 18091342609,
+        "voter": "steemindian"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 1444869138,
+        "voter": "cryptogambit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64787679421704,
+        "rshares": 24088546113,
+        "voter": "katiefreespirit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17647336098195,
+        "rshares": 36469120802,
+        "voter": "c21c"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6321736492006,
+        "rshares": 1812784224,
+        "voter": "waraira777"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16098690446016,
+        "rshares": 28265594987,
+        "voter": "denisdenis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4535234888457,
+        "rshares": 2443092824,
+        "voter": "uncafeyalgomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9163578879,
+        "rshares": 536628123,
+        "voter": "suigener1s"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52974480102727,
+        "rshares": 52929685383,
+        "voter": "shimozurdo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 517055194981,
+        "rshares": 16222705803,
+        "voter": "mind.force"
+      },
+      {
+        "percent": "10000",
+        "reputation": 513457484733,
+        "rshares": 1320187500,
+        "voter": "strongwoman"
+      },
+      {
+        "percent": "9000",
+        "reputation": 12552713403211,
+        "rshares": 17409575694,
+        "voter": "yeswecan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6342420743238,
+        "rshares": 53156350243,
+        "voter": "asmr.tist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 116210100336,
+        "rshares": 1897342470,
+        "voter": "mustakkio"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9742808963304,
+        "rshares": 8767018527,
+        "voter": "ssiena"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7343650800496,
+        "rshares": 766018298,
+        "voter": "angelesdesteemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2891275992098,
+        "rshares": 63311765126,
+        "voter": "teo93"
+      },
+      {
+        "percent": "4250",
+        "reputation": 14712355832971,
+        "rshares": 5941433452,
+        "voter": "reggaesteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3114628597,
+        "voter": "nichemarket"
+      },
+      {
+        "percent": "1200",
+        "reputation": 1681134665977,
+        "rshares": 3022254685479,
+        "voter": "leo.voter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 612780456165,
+        "rshares": 8535963401,
+        "voter": "freedomring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 874275545416,
+        "rshares": 1921017225,
+        "voter": "tys-project"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15808214765405,
+        "rshares": 409032575835,
+        "voter": "votebetting"
+      },
+      {
+        "percent": "3000",
+        "reputation": 91115882126,
+        "rshares": 2422184213,
+        "voter": "hyborian-strain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2391221597007,
+        "rshares": 2707897821,
+        "voter": "pablo1601.sports"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 362492251,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144361697175024,
+        "rshares": 38789273686,
+        "voter": "taskmaster4450le"
+      },
+      {
+        "percent": "1500",
+        "reputation": 91995455090943,
+        "rshares": 4782205157,
+        "voter": "thranax"
+      },
+      {
+        "percent": "4500",
+        "reputation": 6156906005,
+        "rshares": 602274168,
+        "voter": "brainhacks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 241740100,
+        "rshares": 80571346197,
+        "voter": "beta500"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "happiness19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 31819490,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 5562438919,
+        "voter": "fucanglong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 770042020971,
+        "rshares": 28629203783,
+        "voter": "acta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5889854881,
+        "rshares": 21643837908,
+        "voter": "the-table"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266042222060,
+        "rshares": 2307260811,
+        "voter": "cardtrader"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1704173681552,
+        "rshares": 1111168772,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "6500",
+        "reputation": 0,
+        "rshares": 941965639,
+        "voter": "espni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43374515375527,
+        "rshares": 233247320939,
+        "voter": "build-it"
+      },
+      {
+        "percent": "9000",
+        "reputation": 19199339523,
+        "rshares": 1878142440,
+        "voter": "thehouse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 384232801439956,
+        "rshares": 117071207885,
+        "voter": "mattsanthonyit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1636686891,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 887737375,
+        "voter": "jessy22"
+      },
+      {
+        "percent": "500",
+        "reputation": 7809695368217,
+        "rshares": 366622432,
+        "voter": "spinvest-leo"
+      },
+      {
+        "percent": "690",
+        "reputation": 3195367578140,
+        "rshares": 7340971804,
+        "voter": "joshmania"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3257555962879,
+        "rshares": 1322389125,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2754871650749,
+        "rshares": 3627424157,
+        "voter": "dappstats"
+      },
+      {
+        "percent": "9000",
+        "reputation": 967638294423,
+        "rshares": 142772199533,
+        "voter": "silverquest"
+      },
+      {
+        "percent": "8500",
+        "reputation": 268654389989,
+        "rshares": 10075609388,
+        "voter": "honeychip"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 6433658281,
+        "voter": "snoochieboochies"
+      },
+      {
+        "percent": "500",
+        "reputation": 2957803689,
+        "rshares": 24212151868,
+        "voter": "policewala"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18319034606,
+        "rshares": 7993636269,
+        "voter": "marlians.token"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1199022058,
+        "voter": "galenkp.aus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1160258786,
+        "voter": "ang.pal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 778895515,
+        "voter": "ang.spc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51941880676536,
+        "rshares": 29820650821,
+        "voter": "sacrosanct"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "toni.curation"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96421687900488,
+        "rshares": 46757401744,
+        "voter": "lachg89"
+      },
+      {
+        "percent": "10000",
+        "reputation": 80375925270366,
+        "rshares": 10146124908,
+        "voter": "lorentm"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1201079161955,
+        "rshares": 623696886,
+        "voter": "gmlrecordz"
+      },
+      {
+        "percent": "6500",
+        "reputation": 0,
+        "rshares": 2422724863,
+        "voter": "dec-market"
+      },
+      {
+        "percent": "2000",
+        "reputation": 133245362827,
+        "rshares": 1436473606,
+        "voter": "mvanhauten"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1308144705,
+        "voter": "keepit2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 40716090911,
+        "rshares": 642588051,
+        "voter": "angel33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48837444735821,
+        "rshares": 24037358824,
+        "voter": "build-it.daily"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5096756512026,
+        "rshares": 9793539712,
+        "voter": "dec.entralized"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20853422627715,
+        "rshares": 1381703536,
+        "voter": "im-ridd"
+      },
+      {
+        "percent": "1650",
+        "reputation": 32542453022,
+        "rshares": 1553609394,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 2507705389,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "6500",
+        "reputation": 0,
+        "rshares": 938403632,
+        "voter": "ragequitter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12710819754219,
+        "rshares": 1330670263,
+        "voter": "disagio.gang"
+      },
+      {
+        "percent": "1600",
+        "reputation": 16354753869293,
+        "rshares": 4237585335,
+        "voter": "busybody"
+      },
+      {
+        "percent": "5000",
+        "reputation": 14577043701834,
+        "rshares": 7578267554,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 164450582774349,
+        "rshares": 68815282103,
+        "voter": "alexa.art"
+      },
+      {
+        "percent": "9000",
+        "reputation": 30255784377,
+        "rshares": 1722249670,
+        "voter": "tommys.shop"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1917280169,
+        "voter": "hive-127039"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15806087005,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "5000",
+        "reputation": 86868289888522,
+        "rshares": 1013492021046,
+        "voter": "peakd"
+      },
+      {
+        "percent": "7500",
+        "reputation": 355888101482,
+        "rshares": 574396568,
+        "voter": "hivewaves"
+      },
+      {
+        "percent": "200",
+        "reputation": 35668660233941,
+        "rshares": 5290079848,
+        "voter": "hivebuzz"
+      },
+      {
+        "percent": "1200",
+        "reputation": 48866708333183,
+        "rshares": 22775928393,
+        "voter": "leofinance"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3184292050332,
+        "rshares": 118946362482,
+        "voter": "st8z"
+      },
+      {
+        "percent": "1000",
+        "reputation": 25946748345182,
+        "rshares": 15193833747,
+        "voter": "iliyan90"
+      },
+      {
+        "percent": "4200",
+        "reputation": 3242356575612,
+        "rshares": 8197628208,
+        "voter": "walarhein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3234260836080,
+        "rshares": 2621947578,
+        "voter": "solcycler"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 1328480581,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12467280124701,
+        "rshares": 9028987366,
+        "voter": "filoriologo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 342960762579,
+        "rshares": 2463295708,
+        "voter": "alphahippie"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5219413655836,
+        "rshares": 216772014495,
+        "voter": "reggaejahm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2236858422320,
+        "rshares": 17822846707,
+        "voter": "benthomaswwd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 535017327867,
+        "rshares": 613406139,
+        "voter": "krypto-hilfe"
+      },
+      {
+        "percent": "5400",
+        "reputation": 1209731647511,
+        "rshares": 925581252451,
+        "voter": "softworld"
+      },
+      {
+        "percent": "3000",
+        "reputation": 441327975768,
+        "rshares": 605445497518,
+        "voter": "captainhive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3065772781664,
+        "rshares": 3040790353,
+        "voter": "smp.cardio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3063240678224,
+        "rshares": 3194147386,
+        "voter": "netdent"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17500919200979,
+        "rshares": 28739305574,
+        "voter": "arlettemsalase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19849622918233,
+        "rshares": 112182370081,
+        "voter": "behiver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6105958100194,
+        "rshares": 1686554105,
+        "voter": "dagamers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 679455507132,
+        "rshares": 439104127,
+        "voter": "hjchilb"
+      },
+      {
+        "percent": "750",
+        "reputation": 22060257076152,
+        "rshares": 3014310920,
+        "voter": "quello"
+      },
+      {
+        "percent": "1000",
+        "reputation": 56831893473913,
+        "rshares": 8029993994,
+        "voter": "globalcurrencies"
+      },
+      {
+        "percent": "10000",
+        "reputation": 90463833228384,
+        "rshares": 45145196496,
+        "voter": "freakeao"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 590611800,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5540338918826,
+        "rshares": 5602010618,
+        "voter": "ppinillos"
+      },
+      {
+        "percent": "6600",
+        "reputation": 1292923913128,
+        "rshares": 11650674920,
+        "voter": "hextech"
+      },
+      {
+        "percent": "7500",
+        "reputation": 5014132859,
+        "rshares": 1505350725,
+        "voter": "paulman"
+      },
+      {
+        "percent": "187",
+        "reputation": 47896334821902,
+        "rshares": 2588544048,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10637170241006,
+        "rshares": 12197894953,
+        "voter": "miriannalis"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9123483012,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5226428326302,
+        "rshares": 4652481591,
+        "voter": "argenvista"
+      },
+      {
+        "percent": "2500",
+        "reputation": 604442758770,
+        "rshares": 112394395606,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "3125",
+        "reputation": 0,
+        "rshares": 564330226,
+        "voter": "tattytoque"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7072458061355,
+        "rshares": 6649143762,
+        "voter": "threespeak-es"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2612900116,
+        "rshares": 534969099,
+        "voter": "mynewlifeai"
+      },
+      {
+        "percent": "500",
+        "reputation": 9650263289467,
+        "rshares": 2703794436,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "2000",
+        "reputation": 19058471657,
+        "rshares": 1259196367,
+        "voter": "vibrasphere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62691685333073,
+        "rshares": 108743985411,
+        "voter": "xxxthorxxx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21651678370275,
+        "rshares": 22219266320,
+        "voter": "pcojines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7436529679810,
+        "rshares": 7240252026,
+        "voter": "belen0949"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4368091122,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7674822776,
+        "voter": "hive-101493"
+      },
+      {
+        "percent": "600",
+        "reputation": 8412246560343,
+        "rshares": 571336994,
+        "voter": "beehivetrader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 849928020180,
+        "rshares": 728758415,
+        "voter": "jaguarosky"
+      },
+      {
+        "percent": "1500",
+        "reputation": 74732394114947,
+        "rshares": 268756758469,
+        "voter": "ronavel"
+      },
+      {
+        "percent": "7000",
+        "reputation": 29579801503382,
+        "rshares": 13295744382,
+        "voter": "maleklopez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2100762851576,
+        "rshares": 66528981278,
+        "voter": "daniky"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5470715229938,
+        "rshares": 1068161972,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69575389840495,
+        "rshares": 79629572063,
+        "voter": "lucianav"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17583644867,
+        "rshares": 340483366,
+        "voter": "heinkhantmaung"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8994726862497,
+        "rshares": 3402653786,
+        "voter": "filosbonus1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16545252407954,
+        "rshares": 17395941724,
+        "voter": "zullyarte"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43332467245,
+        "rshares": 44010456809,
+        "voter": "beezdak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4503226485042,
+        "rshares": 8581964678,
+        "voter": "roberto58"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11320226922294,
+        "rshares": 3784286154948,
+        "voter": "hiro-hive"
+      },
+      {
+        "percent": "5000",
+        "reputation": 833805368390,
+        "rshares": 217507180414,
+        "voter": "hivebuilder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65519590598,
+        "rshares": 2002149901,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "6500",
+        "reputation": 2957353135624,
+        "rshares": 1854561277,
+        "voter": "splinterstats"
+      },
+      {
+        "percent": "2500",
+        "reputation": 23814154211011,
+        "rshares": 1009240269,
+        "voter": "syberia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "cocos168"
+      },
+      {
+        "percent": "10000",
+        "reputation": 792202344312,
+        "rshares": 757520888,
+        "voter": "ollasysartenes"
+      },
+      {
+        "percent": "500",
+        "reputation": 25284728169845,
+        "rshares": 137988541198,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "1250",
+        "reputation": 76284107957,
+        "rshares": 3321021123,
+        "voter": "hive-108278"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9517022344384,
+        "rshares": 38743135987,
+        "voter": "rafaelgreen"
+      },
+      {
+        "percent": "500",
+        "reputation": 906267166974,
+        "rshares": 528446260,
+        "voter": "sevenoh-fiveoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57171664726,
+        "rshares": 3849646469,
+        "voter": "btsarps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1329302309,
+        "rshares": 24061686818,
+        "voter": "starlord2826"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33401976736,
+        "rshares": 50957141047,
+        "voter": "aceh-media"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4399967431494,
+        "rshares": 3577219004,
+        "voter": "epilatero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 4112309727,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9058618771553,
+        "rshares": 8916768661,
+        "voter": "aurauramagic"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 4936419863,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6748176467764,
+        "rshares": 7665065698,
+        "voter": "rafabvr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19503505850,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7254965979645,
+        "rshares": 6796896180,
+        "voter": "sshila"
+      },
+      {
+        "percent": "6400",
+        "reputation": 6260561866202,
+        "rshares": 123993586011,
+        "voter": "idea-make-rich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 5217678720,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1447273576100,
+        "rshares": 1312262214,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "5100",
+        "reputation": 16307549034965,
+        "rshares": 18642849141,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9727854376347,
+        "rshares": 1507573780,
+        "voter": "borbolet"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1668767539307,
+        "rshares": 684621443,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 102092235719,
+        "rshares": 1865782497,
+        "voter": "clifth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 907489862666,
+        "rshares": 1228257355,
+        "voter": "danielhive2021"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92721511576,
+        "rshares": 517021045,
+        "voter": "rhinoceros"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1929431210,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "1350",
+        "reputation": 2004903,
+        "rshares": 0,
+        "voter": "panprezes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 49318924596,
+        "rshares": 749973155,
+        "voter": "pelulacro"
+      },
+      {
+        "percent": "200",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "jac-inthebox"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 696709568,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "josepa10"
+      }
+    ],
+    "author": "theycallmedan",
+    "author_reputation": 539147053023232,
+    "beneficiaries": [
+      {
+        "account": "threespeakwallet",
+        "weight": 1100
+      }
+    ],
+    "body": "<center>\r\n\r\n[![](https://img.3speakcontent.co/raaxtlrg/post.png)](https://3speak.co/watch?v=theycallmedan/raaxtlrg)\r\n\r\n\u25b6\ufe0f [Watch on 3Speak](https://3speak.co/watch?v=theycallmedan/raaxtlrg)\r\n\r\n</center>\r\n\r\n---\r\n\r\nThis Is My Journey - My Content Is Not Financial Advice.\n\nWhy do you invest in ethereum? Ethereum the token, it's actual use is for gas on the platform. It can also be used as collateral for defi but that is something brand new and wasn't the reason it shot to 1400 the first time. \n\nDefi craze what was the use case of most of the tokens? Governance.\nHive has that too.\n\nIf you're trying to compare why coins pump with their use case, you'll find that \"gas\" and governance is literally the only use cases of these tokens. Do people want to be on your blockchain bad enough to pay a small fee or hoard tokens? Bitcoin is the same, you're buying space on the chain.\n\nWhat is Ethereums roadmap?\nWell, they don't have one. Well, not in the \"vision\" department at least. Their roadmaps are purely technical. They don't care what you do with the technology they just tell you what tech they built.\n\nHaving a vision roadmap only happens in centralized chains. If I recall, Bitcoin had the vision to be peer 2 peer cash, but now its digital gold. You can't force a vision onto anyone, not even Satoshi. \n\nSo I believe we should focus on promoting what we are building and let the market decide what they want to use it for. Have a Hive technical roadmap if anything.\r\n\r\n---\r\n\r\n\u25b6\ufe0f [3Speak](https://3speak.co/watch?v=theycallmedan/raaxtlrg)\r\n",
+    "body_length": 1546,
+    "cashout_time": "2020-11-08T19:20:03",
+    "category": "hive-167922",
+    "children": 51,
+    "created": "2020-11-01T19:20:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"tags\":[\"hive\",\"ethereum\",\"crypto\",\"bitcoin\"],\"app\":\"3speak/0.3.0\",\"type\":\"3speak/video\",\"image\":[\"https://img.3speakcontent.co/raaxtlrg/post.png\"],\"video\":{\"info\":{\"platform\":\"3speak\",\"title\":\"Hive's \\\"Vision\\\" & Usecase - Let's Talk About It\",\"author\":\"theycallmedan\",\"permlink\":\"raaxtlrg\",\"duration\":1282.8,\"filesize\":336259400,\"file\":\"bvOphAFgTFyJeeOPcuGYUcueMcNUmewxZSTXSJYwrimhdwcIYIVFbwbnbmqnqlNf.mp4\",\"ipfs\":null},\"content\":{\"description\":\"This Is My Journey - My Content Is Not Financial Advice.\\n\\nWhy do you invest in ethereum? Ethereum the token, it's actual use is for gas on the platform. It can also be used as collateral for defi but that is something brand new and wasn't the reason it shot to 1400 the first time. \\n\\nDefi craze what was the use case of most of the tokens? Governance.\\nHive has that too.\\n\\nIf you're trying to compare why coins pump with their use case, you'll find that \\\"gas\\\" and governance is literally the only use cases of these tokens. Do people want to be on your blockchain bad enough to pay a small fee or hoard tokens? Bitcoin is the same, you're buying space on the chain.\\n\\nWhat is Ethereums roadmap?\\nWell, they don't have one. Well, not in the \\\"vision\\\" department at least. Their roadmaps are purely technical. They don't care what you do with the technology they just tell you what tech they built.\\n\\nHaving a vision roadmap only happens in centralized chains. If I recall, Bitcoin had the vision to be peer 2 peer cash, but now its digital gold. You can't force a vision onto anyone, not even Satoshi. \\n\\nSo I believe we should focus on promoting what we are building and let the market decide what they want to use it for. Have a Hive technical roadmap if anything.\",\"tags\":[\"hive\",\"ethereum\",\"crypto\",\"bitcoin\"]}}}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-01T19:20:03",
+    "max_accepted_payout": "100000.000 HBD",
+    "net_rshares": 284197560973379,
+    "parent_author": "",
+    "parent_permlink": "hive-167922",
+    "pending_payout_value": "67.166 HBD",
+    "percent_hbd": 0,
+    "permlink": "raaxtlrg",
+    "post_id": 100348035,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hive's \"Vision\" & Usecase - Let's Talk About It",
+    "title": "Hive's \"Vision\" & Usecase - Let's Talk About It",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-167922/@theycallmedan/raaxtlrg"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "1800",
+        "reputation": 19245698180508,
+        "rshares": 386472263540,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "3000",
+        "reputation": 341233778618,
+        "rshares": 470579344521,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30111821406182,
+        "rshares": 633537353809,
+        "voter": "bleepcoin"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1957220358850383,
+        "rshares": 1170474032507,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "8000",
+        "reputation": 137382059999971,
+        "rshares": 187021236364,
+        "voter": "flemingfarm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 9575696252465,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "3000",
+        "reputation": 4509451541223,
+        "rshares": 126334032670,
+        "voter": "theshell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1574265047259,
+        "rshares": 102759824733,
+        "voter": "judyhopps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 159372103844946,
+        "rshares": 21856583998394,
+        "voter": "gtg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 618931574338675,
+        "rshares": 1063203234633,
+        "voter": "ericvancewalton"
+      },
+      {
+        "percent": "5000",
+        "reputation": 352970428645376,
+        "rshares": 3421853089179,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2228634939169,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 67858732461644,
+        "rshares": 1051275384384,
+        "voter": "fulltimegeek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 372226967801214,
+        "rshares": 54267406805,
+        "voter": "allmonitors"
+      },
+      {
+        "percent": "10000",
+        "reputation": 315496990256842,
+        "rshares": 5350505430219,
+        "voter": "arcange"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4957775761011,
+        "rshares": 6293492927122,
+        "voter": "ubg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 978188457801574,
+        "rshares": 3275303134796,
+        "voter": "deanliu"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3039991307,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "1700",
+        "reputation": 560943007638090,
+        "rshares": 638232085045,
+        "voter": "ace108"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72178763490828,
+        "rshares": 299376776497,
+        "voter": "felixxx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1506012064423,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3774393595703,
+        "rshares": 45873688848,
+        "voter": "laoyao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6042026377398,
+        "rshares": 80458859,
+        "voter": "somebody"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97845484474,
+        "rshares": 161030697911,
+        "voter": "midnightoil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47820660266221,
+        "rshares": 911234588506,
+        "voter": "xiaohui"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5037831179418,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2705431887559,
+        "rshares": 3463953088758,
+        "voter": "joele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1493318183193201,
+        "rshares": 5387217751870,
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143768203235023,
+        "rshares": 16936975734,
+        "voter": "shanghaipreneur"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3434871602070,
+        "rshares": 39882254722,
+        "voter": "fooblic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14314005204488,
+        "rshares": 153783362844,
+        "voter": "fingolfin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 74151779329146,
+        "rshares": 10545410315,
+        "voter": "rmach"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97229489927307,
+        "rshares": 425849430405,
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 181963199440755,
+        "rshares": 1198700600913,
+        "voter": "helene"
+      },
+      {
+        "percent": "1900",
+        "reputation": 363924035887507,
+        "rshares": 281800072693,
+        "voter": "steevc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74863127712333,
+        "rshares": 1580774827658,
+        "voter": "mattclarke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3619593982366,
+        "rshares": 3839927844,
+        "voter": "esecholo"
+      },
+      {
+        "percent": "800",
+        "reputation": 505596674036569,
+        "rshares": 519638351868,
+        "voter": "penguinpablo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 390433925983792,
+        "rshares": 215451816414,
+        "voter": "uwelang"
+      },
+      {
+        "percent": "5000",
+        "reputation": 662250918016,
+        "rshares": 3190024131042,
+        "voter": "cornerstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 82696616415,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1900",
+        "reputation": 49426223217225,
+        "rshares": 17986427100,
+        "voter": "phusionphil"
+      },
+      {
+        "percent": "2300",
+        "reputation": 258744306894076,
+        "rshares": 37313469504,
+        "voter": "edgarsart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4667597876284,
+        "rshares": 358151251883,
+        "voter": "mjhomb"
+      },
+      {
+        "percent": "5000",
+        "reputation": 120512824315021,
+        "rshares": 1940559311903,
+        "voter": "funnyman"
+      },
+      {
+        "percent": "1500",
+        "reputation": 280674585514224,
+        "rshares": 144453953989,
+        "voter": "justyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 361633122480444,
+        "rshares": 107405537930,
+        "voter": "michelle.gent"
+      },
+      {
+        "percent": "10000",
+        "reputation": 183465603606151,
+        "rshares": 247362196706,
+        "voter": "jang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1973032531145,
+        "rshares": 9931355795,
+        "voter": "whoib"
+      },
+      {
+        "percent": "10000",
+        "reputation": 169658123107479,
+        "rshares": 113607271281,
+        "voter": "lloyddavis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 45373560518,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 137790425095985,
+        "rshares": 203423566985,
+        "voter": "lighteye"
+      },
+      {
+        "percent": "10000",
+        "reputation": 559165550719,
+        "rshares": 2531825516,
+        "voter": "syahhiran"
+      },
+      {
+        "percent": "5000",
+        "reputation": 111778832002739,
+        "rshares": 283118506033,
+        "voter": "techslut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 221491576015,
+        "rshares": 1059068215,
+        "voter": "consciousness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 553845981,
+        "voter": "triviummethod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 234795708570321,
+        "rshares": 240822242191,
+        "voter": "jaybird"
+      },
+      {
+        "percent": "10000",
+        "reputation": 330858064593420,
+        "rshares": 7442568911540,
+        "voter": "jaki01"
+      },
+      {
+        "percent": "4500",
+        "reputation": 0,
+        "rshares": 2753474126796,
+        "voter": "redes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19868139032,
+        "rshares": 722731504,
+        "voter": "whistleblower"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5043649436983,
+        "rshares": 5440374908,
+        "voter": "amadeus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 14691383603,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "950",
+        "reputation": 7547083616142,
+        "rshares": 12382381954,
+        "voter": "edb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 430990815671,
+        "rshares": 3219734322,
+        "voter": "veganism"
+      },
+      {
+        "percent": "5000",
+        "reputation": 37769232724831,
+        "rshares": 99987992384,
+        "voter": "ixindamix"
+      },
+      {
+        "percent": "1500",
+        "reputation": 5554224447155,
+        "rshares": 15928288003,
+        "voter": "lovemetouchme2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14875692021756,
+        "rshares": 4396098826,
+        "voter": "chiren"
+      },
+      {
+        "percent": "10000",
+        "reputation": 283274585990,
+        "rshares": 1354326995,
+        "voter": "steemitcommunity"
+      },
+      {
+        "percent": "2000",
+        "reputation": 101539530127063,
+        "rshares": 66605402111,
+        "voter": "edje"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19610705040132,
+        "rshares": 48895637732,
+        "voter": "askari"
+      },
+      {
+        "percent": "4000",
+        "reputation": 7177514553823,
+        "rshares": 85518190814,
+        "voter": "gabriele-gio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 221144436321945,
+        "rshares": 72001035159,
+        "voter": "blackbunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 138663179735601,
+        "rshares": 319380835394,
+        "voter": "kobold-djawa"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 43153109167,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30904254166753,
+        "rshares": 752993466135,
+        "voter": "distantsignal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32556441828843,
+        "rshares": 10862556870,
+        "voter": "ades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36248450113797,
+        "rshares": 77041848751,
+        "voter": "lingfei"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1696316811168628,
+        "rshares": 2726207170468,
+        "voter": "tarazkp"
+      },
+      {
+        "percent": "3300",
+        "reputation": 12325904700970,
+        "rshares": 7783486908,
+        "voter": "justinashby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 169327551453023,
+        "rshares": 11416559248,
+        "voter": "evildeathcore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19406409261381,
+        "rshares": 4219698921056,
+        "voter": "diggndeeper.com"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 128616062182,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 286164345508,
+        "rshares": 808597671,
+        "voter": "dapu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22376987942580,
+        "rshares": 1596762984,
+        "voter": "freedomexists"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12241947357981,
+        "rshares": 43423758650,
+        "voter": "dickturpin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4061300561388,
+        "rshares": 10225271626,
+        "voter": "ocisly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96744768495,
+        "rshares": 5123239448699,
+        "voter": "davidorcamuriel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14794792589844,
+        "rshares": 2473545933,
+        "voter": "imperfect-one"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15465640814476,
+        "rshares": 3826527866708,
+        "voter": "sepracore"
+      },
+      {
+        "percent": "8000",
+        "reputation": 62578995648516,
+        "rshares": 124964030259,
+        "voter": "zaragast"
+      },
+      {
+        "percent": "3000",
+        "reputation": 42214550905806,
+        "rshares": 1206121856764,
+        "voter": "smasssh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 279611097583,
+        "voter": "mes"
+      },
+      {
+        "percent": "8000",
+        "reputation": 79234586811944,
+        "rshares": 236954934949,
+        "voter": "thenightflier"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20837541242644,
+        "rshares": 2293741092,
+        "voter": "grider123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39969242565947,
+        "rshares": 174180838253,
+        "voter": "iansart"
+      },
+      {
+        "percent": "2000",
+        "reputation": 23391602452678,
+        "rshares": 75521233877,
+        "voter": "schlees"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13370190184046,
+        "rshares": 2059842026,
+        "voter": "martie7"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5899232344203,
+        "rshares": 575555602,
+        "voter": "yeaho"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19666794654684,
+        "rshares": 20968789773,
+        "voter": "aaliyahholt"
+      },
+      {
+        "percent": "4500",
+        "reputation": 11448902903972,
+        "rshares": 2228460527049,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 294281694879864,
+        "rshares": 1439821930314,
+        "voter": "bigram13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 4498690646,
+        "voter": "drag33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 413408024106,
+        "rshares": 1686961916643,
+        "voter": "nrg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19675504562112,
+        "rshares": 281763511777,
+        "voter": "amirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 3261853978,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 115353304916,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3381778816658,
+        "rshares": 5136930380,
+        "voter": "aditor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 244008203468,
+        "voter": "exec"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 825050232,
+        "voter": "eval"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7901101123497,
+        "rshares": 279580420942,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 329877254452254,
+        "rshares": 8556817259,
+        "voter": "steeminator3000"
+      },
+      {
+        "percent": "10000",
+        "reputation": 655474560066583,
+        "rshares": 2172818105567,
+        "voter": "galenkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 175710482549410,
+        "rshares": 726825177173,
+        "voter": "enjar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46150080976545,
+        "rshares": 3512595359791,
+        "voter": "cryptographic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62238574494569,
+        "rshares": 688459029756,
+        "voter": "mahdiyari"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15824477347297,
+        "rshares": 14170957835,
+        "voter": "tracer-paulo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 507780353842783,
+        "rshares": 1642183000222,
+        "voter": "brian.rrr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110211133478274,
+        "rshares": 1717651689282,
+        "voter": "drakos"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 188531348121,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "5000",
+        "reputation": 698336179865,
+        "rshares": 548629044,
+        "voter": "sirjaxxy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1734633072808,
+        "rshares": 9446389400,
+        "voter": "bruzzy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 595566399605,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 582437706834948,
+        "rshares": 508323146963,
+        "voter": "theouterlight"
+      },
+      {
+        "percent": "5000",
+        "reputation": 110067930671619,
+        "rshares": 109345113517,
+        "voter": "benedict08"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29540199236425,
+        "rshares": 3331691852926,
+        "voter": "eturnerx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29666985623497,
+        "rshares": 88146966735,
+        "voter": "vallesleoruther"
+      },
+      {
+        "percent": "4040",
+        "reputation": 77457609763631,
+        "rshares": 763979575386,
+        "voter": "face2face"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4511212385057,
+        "rshares": 3870143224,
+        "voter": "nicniezgrublem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23747652895956,
+        "rshares": 1058441024,
+        "voter": "richi0927"
+      },
+      {
+        "percent": "3000",
+        "reputation": 135808252885028,
+        "rshares": 1093451424619,
+        "voter": "stayoutoftherz"
+      },
+      {
+        "percent": "2800",
+        "reputation": 190691885658151,
+        "rshares": 1971244027266,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "2500",
+        "reputation": 31463721820884,
+        "rshares": 257587813339,
+        "voter": "sanjeevm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21870820797138,
+        "rshares": 40526156026,
+        "voter": "marian0"
+      },
+      {
+        "percent": "8000",
+        "reputation": 64603876629814,
+        "rshares": 345824501013,
+        "voter": "steempostitalia"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 389274633353,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58065010354603,
+        "rshares": 118624007745,
+        "voter": "shasta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26703458140145,
+        "rshares": 14315534906,
+        "voter": "kharrazi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1844447662772,
+        "rshares": 4408299427,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1465267842688,
+        "rshares": 1558049304,
+        "voter": "jorge248"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10111973688443,
+        "rshares": 14182067634,
+        "voter": "gamesjoyce"
+      },
+      {
+        "percent": "7000",
+        "reputation": 616021827459,
+        "rshares": 9369075312,
+        "voter": "yacobh"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3550952434511,
+        "rshares": 62047301282,
+        "voter": "oldman28"
+      },
+      {
+        "percent": "10000",
+        "reputation": 225885956343558,
+        "rshares": 79268694155,
+        "voter": "horpey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14702291738356,
+        "rshares": 4851252546,
+        "voter": "moromaro"
+      },
+      {
+        "percent": "700",
+        "reputation": 73283380450035,
+        "rshares": 78404913328,
+        "voter": "shanibeer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72586430101690,
+        "rshares": 84610840464,
+        "voter": "aurodivys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63776063283749,
+        "rshares": 256207330358,
+        "voter": "shogo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 52406600539994,
+        "rshares": 30510144655,
+        "voter": "fionasfavourites"
+      },
+      {
+        "percent": "5000",
+        "reputation": 26317620061322,
+        "rshares": 2127064444,
+        "voter": "foreveraverage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72946432090481,
+        "rshares": 135114573932,
+        "voter": "my451r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 328923251098727,
+        "rshares": 37239830740,
+        "voter": "elenasteem"
+      },
+      {
+        "percent": "6400",
+        "reputation": 24639928209538,
+        "rshares": 38277801491,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 15403917487,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 64707710414,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 477437764741,
+        "rshares": 877658368,
+        "voter": "ekkah"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11165947310,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31474391219,
+        "rshares": 21323378181,
+        "voter": "onartbali"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 47107795691,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "8000",
+        "reputation": 35075558795655,
+        "rshares": 116121718949,
+        "voter": "alinakot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 19474163828,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51585017229874,
+        "rshares": 92081984402,
+        "voter": "eastmael"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 235080432704,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11593916038941,
+        "rshares": 114242092,
+        "voter": "itikna09"
+      },
+      {
+        "percent": "1000",
+        "reputation": 139904553806579,
+        "rshares": 555901482187,
+        "voter": "joshman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 406677216593,
+        "voter": "drax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14688526974259,
+        "rshares": 3370332177,
+        "voter": "helix"
+      },
+      {
+        "percent": "6000",
+        "reputation": 445234100950820,
+        "rshares": 19040202765766,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1386913003857667,
+        "rshares": 3030092743552,
+        "voter": "taskmaster4450"
+      },
+      {
+        "percent": "8200",
+        "reputation": 16864868829890,
+        "rshares": 40707050167,
+        "voter": "karlin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72384838675160,
+        "rshares": 598458680498,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73578445665754,
+        "rshares": 242634240061,
+        "voter": "deathwing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5079875936675,
+        "rshares": 5345719185,
+        "voter": "scorer"
+      },
+      {
+        "percent": "6000",
+        "reputation": 336063014350538,
+        "rshares": 817363995914,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206055018792025,
+        "rshares": 49114780796,
+        "voter": "silversaver888"
+      },
+      {
+        "percent": "9000",
+        "reputation": 28057351253216,
+        "rshares": 579612902,
+        "voter": "superbing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3054701407913,
+        "rshares": 2146851130,
+        "voter": "thatterrioguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58282771573923,
+        "rshares": 35660092435,
+        "voter": "dilimunanzar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 822218064662,
+        "rshares": 1779748815,
+        "voter": "acehnature"
+      },
+      {
+        "percent": "1500",
+        "reputation": 64078918102750,
+        "rshares": 9953320654,
+        "voter": "dailystats"
+      },
+      {
+        "percent": "3500",
+        "reputation": 57287800105812,
+        "rshares": 1207619736,
+        "voter": "calimeatwagon"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6727973666699,
+        "rshares": 83108136805,
+        "voter": "omra-sky"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4237603797309,
+        "rshares": 472455549,
+        "voter": "imamalkimas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2799624882441,
+        "rshares": 10670094710,
+        "voter": "borgheseglass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1876754372524,
+        "rshares": 9379397246,
+        "voter": "shadflyfilms"
+      },
+      {
+        "percent": "4300",
+        "reputation": 78606817928738,
+        "rshares": 63243558868,
+        "voter": "happydolphin"
+      },
+      {
+        "percent": "8000",
+        "reputation": 12066290877974,
+        "rshares": 61787127708,
+        "voter": "heidi71"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19533997928933,
+        "rshares": 38490686391,
+        "voter": "daisyphotography"
+      },
+      {
+        "percent": "157",
+        "reputation": 0,
+        "rshares": 67355382372,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14538002619952,
+        "rshares": 458717589638,
+        "voter": "gank"
+      },
+      {
+        "percent": "2500",
+        "reputation": 141970828773777,
+        "rshares": 413864431629,
+        "voter": "tobetada"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3291168947960,
+        "rshares": 2944390552,
+        "voter": "enolife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 400141436611,
+        "rshares": 4230316121,
+        "voter": "spacesheep"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10939046475227,
+        "rshares": 753600782,
+        "voter": "liverpool-fan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 4855034583,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1920136042828,
+        "rshares": 5904178405,
+        "voter": "petrolinivideo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2106804845688,
+        "rshares": 5121165333,
+        "voter": "cryptotradingfr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1737660226555,
+        "rshares": 1537489685,
+        "voter": "meincluyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 473928985768900,
+        "rshares": 3045995506,
+        "voter": "tradingideas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2302152857587,
+        "rshares": 1476309580,
+        "voter": "jexus77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 616201530,
+        "rshares": 108658389215,
+        "voter": "new-world-steem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 735157464719,
+        "rshares": 5003897486,
+        "voter": "mtl1979"
+      },
+      {
+        "percent": "5000",
+        "reputation": 31360323509866,
+        "rshares": 64621608710,
+        "voter": "steveconnor"
+      },
+      {
+        "percent": "6000",
+        "reputation": 4848090755452,
+        "rshares": 34813016494,
+        "voter": "gazbaz4000"
+      },
+      {
+        "percent": "6000",
+        "reputation": 157805541487641,
+        "rshares": 3763899414195,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 691048366382,
+        "rshares": 2425924664,
+        "voter": "jes2850"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 19321220012,
+        "voter": "yazp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6823769560292,
+        "rshares": 6228550749,
+        "voter": "thesobuz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2045506354809,
+        "rshares": 1704154825,
+        "voter": "steeminer4up"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10582665763690,
+        "rshares": 553802663508,
+        "voter": "tazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 686525892561,
+        "rshares": 162811953758,
+        "voter": "lebin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66785151966461,
+        "rshares": 482726538369,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 17624752195,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "7000",
+        "reputation": 22087086438734,
+        "rshares": 37701863537,
+        "voter": "fjcalduch"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9242922601755,
+        "rshares": 17615434619,
+        "voter": "marcolino76"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 18817844596,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9705859783834,
+        "rshares": 24116284082,
+        "voter": "spiritabsolute"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5994128131575,
+        "rshares": 1968720360,
+        "voter": "jrungi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 618706115961,
+        "rshares": 616068298,
+        "voter": "lethsrock"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7143399851,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 626927056,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112593705937795,
+        "rshares": 173591580441,
+        "voter": "apnigrich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6926909241271,
+        "rshares": 20543871630,
+        "voter": "dechastre"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 4270867201477,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "5000",
+        "reputation": 87246032649758,
+        "rshares": 87307583155,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 226477842496,
+        "rshares": 826600484,
+        "voter": "thedrewshow"
+      },
+      {
+        "percent": "1000",
+        "reputation": 6794111379268,
+        "rshares": 1099927057,
+        "voter": "dudeontheweb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 109380383179709,
+        "rshares": 79885653459,
+        "voter": "edwardstobia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 105965337989608,
+        "rshares": 1510222515,
+        "voter": "koreaminer"
+      },
+      {
+        "percent": "2250",
+        "reputation": 1451555574844,
+        "rshares": 845768980,
+        "voter": "korinkrafting"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34389579567199,
+        "rshares": 49637101794,
+        "voter": "hijosdelhombre"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3933285221882,
+        "rshares": 1000326096,
+        "voter": "santarius"
+      },
+      {
+        "percent": "10000",
+        "reputation": 167323940570569,
+        "rshares": 519930458140,
+        "voter": "bala41288"
+      },
+      {
+        "percent": "10000",
+        "reputation": 316164161900,
+        "rshares": 1334569230,
+        "voter": "acronyms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51453243377505,
+        "rshares": 1768200399,
+        "voter": "socialmediaseo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3895318402889,
+        "rshares": 1547281751,
+        "voter": "criptonotas"
+      },
+      {
+        "percent": "4500",
+        "reputation": 191209873138075,
+        "rshares": 50588464904,
+        "voter": "mermaidvampire"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22213386192816,
+        "rshares": 1853670548,
+        "voter": "jimcustodio"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62275371513698,
+        "rshares": 1147837008,
+        "voter": "vaansteam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 959567888850,
+        "rshares": 128909772986,
+        "voter": "nnaraoh"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4436444427883,
+        "rshares": 888510694,
+        "voter": "tricki"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 713754509,
+        "voter": "icuz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2848881778824,
+        "rshares": 934856878,
+        "voter": "srikandi"
+      },
+      {
+        "percent": "5100",
+        "reputation": 330396781271113,
+        "rshares": 2339024152373,
+        "voter": "holger80"
+      },
+      {
+        "percent": "1500",
+        "reputation": 50124640567504,
+        "rshares": 4711101092,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "5000",
+        "reputation": 51254284112658,
+        "rshares": 59296817393,
+        "voter": "shmoogleosukami"
+      },
+      {
+        "percent": "3000",
+        "reputation": 94029543548042,
+        "rshares": 244934782230,
+        "voter": "glenalbrethsen"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8909326634629,
+        "rshares": 16646668272,
+        "voter": "upfundme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86916035515124,
+        "rshares": 123170830778,
+        "voter": "cryptosharon"
+      },
+      {
+        "percent": "2000",
+        "reputation": 442944056818,
+        "rshares": 759823650,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2383466345866,
+        "rshares": 2241151841,
+        "voter": "sweetkathy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64116667167136,
+        "rshares": 39388181327,
+        "voter": "emiliocabrera"
+      },
+      {
+        "percent": "9500",
+        "reputation": 4819938972371,
+        "rshares": 6808836855,
+        "voter": "green77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1275793729622,
+        "rshares": 4644173239,
+        "voter": "macslin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1912983934049,
+        "rshares": 1036174289,
+        "voter": "overmedia"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25585298727868,
+        "rshares": 65058676,
+        "voter": "maxpatternman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20304784933273,
+        "rshares": 179642596914,
+        "voter": "barge"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2823573898487,
+        "rshares": 3038216726,
+        "voter": "thisbejake"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17846302258319,
+        "rshares": 38948720050,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6264286399143,
+        "rshares": 1123109129309,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12186132605,
+        "rshares": 1673485239,
+        "voter": "magicbirds"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8653571432,
+        "rshares": 1675248109,
+        "voter": "blueproject"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41394952718,
+        "rshares": 1676147728,
+        "voter": "django137"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5904893661018,
+        "rshares": 1541533272,
+        "voter": "fiveelements5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8493141387,
+        "rshares": 1674626228,
+        "voter": "goldeneye64"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65151962039,
+        "rshares": 1672109905,
+        "voter": "ludezma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11867738310700,
+        "rshares": 1538193863,
+        "voter": "oleg5430"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22399611269460,
+        "rshares": 20112956280,
+        "voter": "cyprianj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2506608157147,
+        "rshares": 72896302977,
+        "voter": "cst90"
+      },
+      {
+        "percent": "500",
+        "reputation": 6268791987206,
+        "rshares": 4042791874,
+        "voter": "ajaxalot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62406194635091,
+        "rshares": 44376600973,
+        "voter": "russellstockley"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29607760115,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2500",
+        "reputation": 18673367244,
+        "rshares": 10604279796,
+        "voter": "g4fun"
+      },
+      {
+        "percent": "1000",
+        "reputation": 85785149964848,
+        "rshares": 2640185969,
+        "voter": "putu300"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29800653327707,
+        "rshares": 255710216578,
+        "voter": "cryptictruth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5056541317353,
+        "rshares": 5525361618,
+        "voter": "carlosp18"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15537102540153,
+        "rshares": 26456870724,
+        "voter": "siphon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3414691338324,
+        "rshares": 2314358667,
+        "voter": "homeginkit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19394821686291,
+        "rshares": 3370184156,
+        "voter": "idkpdx"
+      },
+      {
+        "percent": "50",
+        "reputation": 243323637506719,
+        "rshares": 681815064,
+        "voter": "richatvns"
+      },
+      {
+        "percent": "5000",
+        "reputation": 36232951266359,
+        "rshares": 9193000632,
+        "voter": "adenijiadeshina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 132101275860,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 297110152696,
+        "rshares": 47344242950,
+        "voter": "properfraction"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15600949256447,
+        "rshares": 649349269,
+        "voter": "lordjames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12743657794449,
+        "rshares": 21744835707,
+        "voter": "wedacoalition"
+      },
+      {
+        "percent": "2307",
+        "reputation": 46955154178798,
+        "rshares": 164307548983,
+        "voter": "amico"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2590633023991,
+        "rshares": 1770879758,
+        "voter": "sunshinebear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397421034392,
+        "rshares": 174715566403,
+        "voter": "steemitcolombia"
+      },
+      {
+        "percent": "800",
+        "reputation": 420243407095468,
+        "rshares": 9799448754,
+        "voter": "onepercentbetter"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1137313020354,
+        "rshares": 1826606230,
+        "voter": "nebuladream"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25978211905358,
+        "rshares": 270610451810,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13852827798556,
+        "rshares": 627546953838,
+        "voter": "dera123"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1108677568897,
+        "rshares": 5885124412,
+        "voter": "jan23com"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28643888754007,
+        "rshares": 35617158228,
+        "voter": "paragism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1156833406576,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 373679836722908,
+        "rshares": 3267540130725,
+        "voter": "derangedvisions"
+      },
+      {
+        "percent": "4000",
+        "reputation": 17410482134249,
+        "rshares": 16258470092,
+        "voter": "wolfhart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 489416883814,
+        "rshares": 563329159,
+        "voter": "presidentslabber"
+      },
+      {
+        "percent": "2000",
+        "reputation": 12031073074545,
+        "rshares": 6623188610,
+        "voter": "jemmanuel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10532279362821,
+        "rshares": 3847150150,
+        "voter": "sallyfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3447262923438,
+        "rshares": 22048347049,
+        "voter": "xchng"
+      },
+      {
+        "percent": "10000",
+        "reputation": 176940331439,
+        "rshares": 828995181,
+        "voter": "gifty-e"
+      },
+      {
+        "percent": "9000",
+        "reputation": 158718167236,
+        "rshares": 3601833973,
+        "voter": "choco11oreo11"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3773982767261,
+        "rshares": 2748677518,
+        "voter": "michellpiala"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8020932518298,
+        "rshares": 6327891469,
+        "voter": "naruitchi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3019627724863,
+        "rshares": 1374366453,
+        "voter": "bukfast"
+      },
+      {
+        "percent": "10000",
+        "reputation": 109742320788,
+        "rshares": 6747535287,
+        "voter": "thegoldencobra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2102369711,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 947135854087,
+        "rshares": 8062909577,
+        "voter": "flyinghigher"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2418623268693,
+        "rshares": 1520944803,
+        "voter": "joeytechtalks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9088730363734,
+        "rshares": 6367783345,
+        "voter": "razeiv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17764793535203,
+        "rshares": 8076899141,
+        "voter": "josebenavente"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19409877558565,
+        "rshares": 99670219380,
+        "voter": "mraggaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5764675494828,
+        "rshares": 78885299526,
+        "voter": "calisay"
+      },
+      {
+        "percent": "3500",
+        "reputation": 515972450479,
+        "rshares": 1328529467,
+        "voter": "raorac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3964698404,
+        "rshares": 20515753902,
+        "voter": "savagebits"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1072061813246,
+        "rshares": 3980228199,
+        "voter": "yaraha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9020628089607,
+        "rshares": 86416686962,
+        "voter": "promobot"
+      },
+      {
+        "percent": "5000",
+        "reputation": 48846679188,
+        "rshares": 647942458,
+        "voter": "youraverageguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7093325367923,
+        "rshares": 2319420185,
+        "voter": "glodniwiedzy"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10484590752220,
+        "rshares": 54228837864,
+        "voter": "veteranforcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13196413386545,
+        "rshares": 19234061637,
+        "voter": "dunite"
+      },
+      {
+        "percent": "3000",
+        "reputation": 25665583431709,
+        "rshares": 47916222435,
+        "voter": "rozku"
+      },
+      {
+        "percent": "10000",
+        "reputation": 461201929261615,
+        "rshares": 5056566786889,
+        "voter": "slobberchops"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19255656600,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2483077279116,
+        "rshares": 987301900,
+        "voter": "ederaleng"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42432428703,
+        "rshares": 1068576363,
+        "voter": "jasuly"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12736574015031,
+        "rshares": 4188777017,
+        "voter": "sayago"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8665552760808,
+        "rshares": 5127748025,
+        "voter": "aceaeterna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1131137096970,
+        "rshares": 4103338391,
+        "voter": "justasperm"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1917096247997,
+        "rshares": 531044949,
+        "voter": "crimo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30354224324543,
+        "rshares": 35826772393,
+        "voter": "aliriera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27745376951772,
+        "rshares": 93392007390,
+        "voter": "stevenwood"
+      },
+      {
+        "percent": "1500",
+        "reputation": 153947835280090,
+        "rshares": 128618442497,
+        "voter": "enforcer48"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17999475515816,
+        "rshares": 9427262249,
+        "voter": "sk1920"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17822269400,
+        "rshares": 1112153655,
+        "voter": "competeapp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5250606461850,
+        "rshares": 3304792411,
+        "voter": "angatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4762022043623,
+        "rshares": 3224154903,
+        "voter": "fernandosoder"
+      },
+      {
+        "percent": "1000",
+        "reputation": 406732179716535,
+        "rshares": 133228589168,
+        "voter": "cryptoandcoffee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 254937223188,
+        "rshares": 889157457,
+        "voter": "svm038"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15332816096733,
+        "rshares": 3158611746,
+        "voter": "luminaryhmo"
+      },
+      {
+        "percent": "800",
+        "reputation": 56006422908236,
+        "rshares": 2605801617,
+        "voter": "merlion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 119602971288,
+        "rshares": 3314986072,
+        "voter": "bububoomt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2634900617603,
+        "rshares": 3265506667,
+        "voter": "vampire-steem"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3261043121278,
+        "rshares": 2312763580,
+        "voter": "somegaming"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 858829318,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "4900",
+        "reputation": 52047051239253,
+        "rshares": 141945276338,
+        "voter": "apshamilton"
+      },
+      {
+        "percent": "1300",
+        "reputation": 68462748929740,
+        "rshares": 127400601592,
+        "voter": "roger5120"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9718632602,
+        "rshares": 1674370891,
+        "voter": "prudencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12580096938,
+        "rshares": 1671512525,
+        "voter": "gorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13059317148,
+        "rshares": 1672626913,
+        "voter": "suley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 77339641259264,
+        "rshares": 120052094431,
+        "voter": "nathyortiz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199806038280,
+        "rshares": 801936301,
+        "voter": "bingbabe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6990715593,
+        "rshares": 1671466022,
+        "voter": "zulema"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10089127541,
+        "rshares": 1673430423,
+        "voter": "herencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9724555279,
+        "rshares": 1670946959,
+        "voter": "zoraida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4252099247,
+        "rshares": 1672042857,
+        "voter": "embera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6224691662,
+        "rshares": 1672715760,
+        "voter": "medula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3158689060,
+        "rshares": 1752534777,
+        "voter": "chavela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7291463397,
+        "rshares": 1671535076,
+        "voter": "tierra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38511327979971,
+        "rshares": 2530016957,
+        "voter": "scrawly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14885099448,
+        "rshares": 3438026813,
+        "voter": "hemo"
+      },
+      {
+        "percent": "9500",
+        "reputation": 33860216986858,
+        "rshares": 582334336311,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 662038866365,
+        "rshares": 2280074139,
+        "voter": "antoniojoseha"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6592285898816,
+        "rshares": 11997723208,
+        "voter": "schlunior"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671978982346,
+        "rshares": 439790726,
+        "voter": "sonder-an"
+      },
+      {
+        "percent": "2000",
+        "reputation": 118140326729872,
+        "rshares": 7279228277,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "3100",
+        "reputation": 3017320382626,
+        "rshares": 12248801498,
+        "voter": "yestermorrow"
+      },
+      {
+        "percent": "4900",
+        "reputation": 558380924105,
+        "rshares": 162646577036,
+        "voter": "hamismsf"
+      },
+      {
+        "percent": "7000",
+        "reputation": 44525854399402,
+        "rshares": 111533526822,
+        "voter": "thehive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2676237097489,
+        "rshares": 4077236016,
+        "voter": "fandelkefir"
+      },
+      {
+        "percent": "10000",
+        "reputation": 218631318815,
+        "rshares": 869426618,
+        "voter": "light-hearted"
+      },
+      {
+        "percent": "4410",
+        "reputation": 425226010828,
+        "rshares": 20228275927,
+        "voter": "yaelg"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2880166082909,
+        "rshares": 1461117108,
+        "voter": "kepslok"
+      },
+      {
+        "percent": "10000",
+        "reputation": 224248801997887,
+        "rshares": 4902651369,
+        "voter": "flaws"
+      },
+      {
+        "percent": "800",
+        "reputation": 17939211305935,
+        "rshares": 39091601256,
+        "voter": "raiseup"
+      },
+      {
+        "percent": "9000",
+        "reputation": 22555392895,
+        "rshares": 5443302487,
+        "voter": "littleshadow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3425708064391,
+        "rshares": 64636318180,
+        "voter": "goingbonkers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71506876418188,
+        "rshares": 151706765166,
+        "voter": "cryptoyzzy"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144910360949054,
+        "rshares": 38319201392,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "9000",
+        "reputation": 17567685388,
+        "rshares": 1852560373,
+        "voter": "joseph6232"
+      },
+      {
+        "percent": "7500",
+        "reputation": 19783849759,
+        "rshares": 3295439662,
+        "voter": "emaillisahere"
+      },
+      {
+        "percent": "800",
+        "reputation": 57031563221,
+        "rshares": 65460226568,
+        "voter": "steemaction"
+      },
+      {
+        "percent": "5000",
+        "reputation": 19563050817,
+        "rshares": 632125607,
+        "voter": "buzzbee"
+      },
+      {
+        "percent": "5100",
+        "reputation": 36498710441788,
+        "rshares": 17224105238,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58772053733860,
+        "rshares": 1750241898018,
+        "voter": "engrave"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7344887427854,
+        "rshares": 36011797101,
+        "voter": "altonos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1503728134655,
+        "rshares": 505997077844,
+        "voter": "tipsybosphorus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 3588854658,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1494229786604,
+        "rshares": 147683294469,
+        "voter": "pboulet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22644614192,
+        "rshares": 971775653,
+        "voter": "chike4545"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37453744817,
+        "rshares": 4286364306,
+        "voter": "caoimhin"
+      },
+      {
+        "percent": "7500",
+        "reputation": 27727654562,
+        "rshares": 1483593024,
+        "voter": "djtrucker"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6660418695187,
+        "rshares": 654456242,
+        "voter": "steemituplife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71329447478265,
+        "rshares": 604231910835,
+        "voter": "vimm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45236011216729,
+        "rshares": 64323922590,
+        "voter": "cultus-forex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 7713280408,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "8500",
+        "reputation": 260876943473,
+        "rshares": 76235904642,
+        "voter": "marshalmugi"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1786834467,
+        "rshares": 1760214698,
+        "voter": "podg3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 517609266090,
+        "rshares": 966516944,
+        "voter": "steemwhalepower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41288629235348,
+        "rshares": 10454589540,
+        "voter": "mariluna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 38408450058,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "9000",
+        "reputation": 2040204650,
+        "rshares": 6643992142,
+        "voter": "misstaken"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 29220284847,
+        "voter": "diegor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4900638213894,
+        "rshares": 131780218684,
+        "voter": "dallas27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9265885311129,
+        "rshares": 2692007541,
+        "voter": "gameeit"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3325840223967,
+        "rshares": 821825505,
+        "voter": "florino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14391246828388,
+        "rshares": 17621859293,
+        "voter": "geeklania"
+      },
+      {
+        "percent": "10000",
+        "reputation": 44905371389767,
+        "rshares": 1869005942,
+        "voter": "cremisi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2693573458412,
+        "rshares": 659749384,
+        "voter": "carbodexkim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 369752348459,
+        "voter": "michealb"
+      },
+      {
+        "percent": "9000",
+        "reputation": 4187177339,
+        "rshares": 2061148360,
+        "voter": "jussbren"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57025241141,
+        "rshares": 3753448309,
+        "voter": "iovoccae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 94595445913731,
+        "rshares": 1230564291769,
+        "voter": "glastar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 3628327693,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1079102362,
+        "voter": "bgornicki"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 1324693455,
+        "voter": "marki99"
+      },
+      {
+        "percent": "5000",
+        "reputation": 49418347777,
+        "rshares": 671207880,
+        "voter": "keket"
+      },
+      {
+        "percent": "10000",
+        "reputation": 53589831946,
+        "rshares": 3726601488,
+        "voter": "steemlandia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 105557644427,
+        "voter": "kekos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 107566925670081,
+        "rshares": 1682032818,
+        "voter": "tamito0201"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1867101038475,
+        "rshares": 1048492524,
+        "voter": "starrouge"
+      },
+      {
+        "percent": "3000",
+        "reputation": 854097216443,
+        "rshares": 602258631,
+        "voter": "redheaddemon"
+      },
+      {
+        "percent": "4900",
+        "reputation": 3051298620925,
+        "rshares": 143184254513,
+        "voter": "jpbliberty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57787971691858,
+        "rshares": 297841794027,
+        "voter": "wherein"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 3822265637039,
+        "rshares": -477690050,
+        "voter": "atempt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21654779562526,
+        "rshares": 123592013196,
+        "voter": "bluerobo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1330122595989,
+        "rshares": 828499889,
+        "voter": "zerofive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 44976391019,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3320862551756,
+        "rshares": 3020056690,
+        "voter": "giampaolo19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 1986895268,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 393881380327,
+        "rshares": 1013916165,
+        "voter": "bilderkiste"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1669886999,
+        "voter": "tr777"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 605774787,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 42791446404,
+        "voter": "coriolis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1419182804,
+        "voter": "smoner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1652330297,
+        "voter": "smonian"
+      },
+      {
+        "percent": "10000",
+        "reputation": -599589680091,
+        "rshares": 981777794,
+        "voter": "carrycarrie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143953645708,
+        "rshares": 697289012,
+        "voter": "honeygirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61527381175492,
+        "rshares": 238638108172,
+        "voter": "cnstm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64935903718,
+        "rshares": 662320986,
+        "voter": "likuang007"
+      },
+      {
+        "percent": "3500",
+        "reputation": 72504131225,
+        "rshares": 418826948,
+        "voter": "agent14"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21122210064846,
+        "rshares": 20073524130,
+        "voter": "vickyguevara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97219598927367,
+        "rshares": 59727138768,
+        "voter": "josehany"
+      },
+      {
+        "percent": "10000",
+        "reputation": 774128044503,
+        "rshares": 1769353238,
+        "voter": "caribehub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 965737276,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5230675637,
+        "rshares": 1443023662,
+        "voter": "jjangjjanggirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 644453947703,
+        "rshares": 998794037,
+        "voter": "lianjingmedia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7461416844046,
+        "rshares": 8160517958,
+        "voter": "broxi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7241539236,
+        "voter": "hanke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32642102387768,
+        "rshares": 27797171420,
+        "voter": "creacioneslelys"
+      },
+      {
+        "percent": "800",
+        "reputation": 18701458698214,
+        "rshares": 222525617,
+        "voter": "hungrybear"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5616865862,
+        "rshares": 5492695151,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5833218185,
+        "rshares": 809256591,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42787624679630,
+        "rshares": 29136894485,
+        "voter": "hungryharish"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2687072106243,
+        "rshares": 1849043263,
+        "voter": "steem-queen"
+      },
+      {
+        "percent": "500",
+        "reputation": 2829489656369,
+        "rshares": 3299157391,
+        "voter": "src3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 489555860442,
+        "rshares": 3223205970,
+        "voter": "bitcoinator"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4189876953003,
+        "rshares": 2732501876,
+        "voter": "hungryanu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 221868627502,
+        "rshares": 689393493,
+        "voter": "szf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1363042643708,
+        "rshares": 182960973258,
+        "voter": "maini"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1243018036066,
+        "rshares": 1336089560,
+        "voter": "wallvater"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57809481255873,
+        "rshares": 4334735569428,
+        "voter": "memehub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19813410675811,
+        "rshares": 455048660327,
+        "voter": "battlegames"
+      },
+      {
+        "percent": "9500",
+        "reputation": 14559983850035,
+        "rshares": 45366356950,
+        "voter": "poliwalt10"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11781430795832,
+        "rshares": 284280679855,
+        "voter": "kytka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10702198150786,
+        "rshares": 280101419686,
+        "voter": "scholaris"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 53149628839,
+        "voter": "banvie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1296518479,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36087507440149,
+        "rshares": 746245461823,
+        "voter": "likwid"
+      },
+      {
+        "percent": "3000",
+        "reputation": 35255278557021,
+        "rshares": 4863680568,
+        "voter": "plankton.token"
+      },
+      {
+        "percent": "300",
+        "reputation": 16313879716356,
+        "rshares": 1197343632,
+        "voter": "tggr"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1138890453375,
+        "rshares": 1526743621,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 372683651806,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "4900",
+        "reputation": 268359697210194,
+        "rshares": 171461891112,
+        "voter": "maxwellmarcusart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63432644423328,
+        "rshares": 72601273620,
+        "voter": "helcim"
+      },
+      {
+        "percent": "2500",
+        "reputation": 301977647,
+        "rshares": 45124004248,
+        "voter": "xyz004"
+      },
+      {
+        "percent": "10000",
+        "reputation": 442801860940,
+        "rshares": 16810415009,
+        "voter": "steemindian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2895538498602,
+        "rshares": 141576157650,
+        "voter": "oldoneeye"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10026344348529,
+        "rshares": 589044498,
+        "voter": "alexvalera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9163578879,
+        "rshares": 546927561,
+        "voter": "suigener1s"
+      },
+      {
+        "percent": "3750",
+        "reputation": 10434685317438,
+        "rshares": 545016267,
+        "voter": "the.circle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13293436383248,
+        "rshares": 961971869,
+        "voter": "lookplz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 773985194624,
+        "rshares": 2910509709,
+        "voter": "kgswallet"
+      },
+      {
+        "percent": "9000",
+        "reputation": 12552713403211,
+        "rshares": 17077732547,
+        "voter": "yeswecan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165757662725,
+        "rshares": 2946495191,
+        "voter": "lrekt01"
+      },
+      {
+        "percent": "2975",
+        "reputation": 14712355832971,
+        "rshares": 4043846388,
+        "voter": "reggaesteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2922662629,
+        "voter": "nichemarket"
+      },
+      {
+        "percent": "3000",
+        "reputation": 91115882126,
+        "rshares": 2431007347,
+        "voter": "hyborian-strain"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 2818351886,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "2900",
+        "reputation": 9809854088378,
+        "rshares": 2801744145,
+        "voter": "mapxv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 354264725,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24427078477153,
+        "rshares": 6290832653,
+        "voter": "prolinuxua"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "happiness19"
+      },
+      {
+        "percent": "2777",
+        "reputation": 18505058691598,
+        "rshares": 146089944172,
+        "voter": "logiczombie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 31902342,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 770042020971,
+        "rshares": 27223636499,
+        "voter": "acta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5889854881,
+        "rshares": 20382539503,
+        "voter": "the-table"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266042222060,
+        "rshares": 2381746461,
+        "voter": "cardtrader"
+      },
+      {
+        "percent": "700",
+        "reputation": 426404968,
+        "rshares": 30035531007,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "600",
+        "reputation": 6113738572,
+        "rshares": 31714110695,
+        "voter": "maxuve"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1704173681552,
+        "rshares": 2268268450,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "2500",
+        "reputation": 31428862615,
+        "rshares": 4396596379,
+        "voter": "tmps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 412168923393,
+        "voter": "btscn"
+      },
+      {
+        "percent": "9000",
+        "reputation": 19199339523,
+        "rshares": 1918787160,
+        "voter": "thehouse"
+      },
+      {
+        "percent": "690",
+        "reputation": 3195367578140,
+        "rshares": 7528413514,
+        "voter": "joshmania"
+      },
+      {
+        "percent": "7000",
+        "reputation": 207492608614,
+        "rshares": 7560131581,
+        "voter": "ibelin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5553103337423,
+        "rshares": 5074392362,
+        "voter": "youngmusician"
+      },
+      {
+        "percent": "9000",
+        "reputation": 967638294423,
+        "rshares": 134465363714,
+        "voter": "silverquest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31259099187671,
+        "rshares": 27445033110,
+        "voter": "lesmann"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17325573495839,
+        "rshares": 47514744073,
+        "voter": "kaeserotor"
+      },
+      {
+        "percent": "8500",
+        "reputation": 268654389989,
+        "rshares": 10236793566,
+        "voter": "honeychip"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 6620249068,
+        "voter": "snoochieboochies"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 4338161411,
+        "voter": "rockface"
+      },
+      {
+        "percent": "800",
+        "reputation": 2957803689,
+        "rshares": 35742720308,
+        "voter": "policewala"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1134824898,
+        "voter": "galenkp.aus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 807571529,
+        "voter": "hatta.jahm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96421687900488,
+        "rshares": 48308204566,
+        "voter": "lachg89"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1201079161955,
+        "rshares": 554011490,
+        "voter": "gmlrecordz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 133245362827,
+        "rshares": 1463328514,
+        "voter": "mvanhauten"
+      },
+      {
+        "percent": "4000",
+        "reputation": 4834237142168,
+        "rshares": 4809669920,
+        "voter": "journeyofanomad"
+      },
+      {
+        "percent": "10000",
+        "reputation": 40716090911,
+        "rshares": 642588051,
+        "voter": "angel33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23010538544428,
+        "rshares": 27635753831,
+        "voter": "garlet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9115515000,
+        "rshares": 571987748,
+        "voter": "onestop"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32542453022,
+        "rshares": 4805427019,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 14577043701834,
+        "rshares": 7435934040,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9624495306704,
+        "rshares": 48355554547298,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "1000",
+        "reputation": 29462647124297,
+        "rshares": 7474106508,
+        "voter": "mehmetfix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 164450582774349,
+        "rshares": 130759037757,
+        "voter": "alexa.art"
+      },
+      {
+        "percent": "9000",
+        "reputation": 30255784377,
+        "rshares": 1758808181,
+        "voter": "tommys.shop"
+      },
+      {
+        "percent": "5000",
+        "reputation": 38576347919541,
+        "rshares": 5048806407,
+        "voter": "dapplr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 524095245538,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86868289888522,
+        "rshares": 1856613668861,
+        "voter": "peakd"
+      },
+      {
+        "percent": "7500",
+        "reputation": 355888101482,
+        "rshares": 575329119,
+        "voter": "hivewaves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2190956128,
+        "voter": "blue-witness"
+      },
+      {
+        "percent": "4500",
+        "reputation": 3242356575612,
+        "rshares": 9112536497,
+        "voter": "walarhein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 398858588254,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 157407114,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "3500",
+        "reputation": 5219413655836,
+        "rshares": 137215706382,
+        "voter": "reggaejahm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23527547722482,
+        "rshares": 2593266366,
+        "voter": "diosaerys"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1209731647511,
+        "rshares": 1028633246321,
+        "voter": "softworld"
+      },
+      {
+        "percent": "8000",
+        "reputation": 27809550004754,
+        "rshares": 5431293378,
+        "voter": "uzzca"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17500919200979,
+        "rshares": 47078229492,
+        "voter": "arlettemsalase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6105958100194,
+        "rshares": 1757949335,
+        "voter": "dagamers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 90463833228384,
+        "rshares": 40753926220,
+        "voter": "freakeao"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 614571574,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "7500",
+        "reputation": 5014132859,
+        "rshares": 1507650831,
+        "voter": "paulman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5158152832671,
+        "rshares": 885111604,
+        "voter": "thelemonjay"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9203970347,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5226428326302,
+        "rshares": 4512465701,
+        "voter": "argenvista"
+      },
+      {
+        "percent": "3000",
+        "reputation": 604442758770,
+        "rshares": 134321983370,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21138042019452,
+        "rshares": 43466630372,
+        "voter": "quantumg"
+      },
+      {
+        "percent": "2000",
+        "reputation": 19058471657,
+        "rshares": 1282843150,
+        "voter": "vibrasphere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 474817393502,
+        "rshares": 432454769,
+        "voter": "parung76"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7436529679810,
+        "rshares": 8169837250,
+        "voter": "belen0949"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1965543520,
+        "voter": "traduzindojogos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12958683306,
+        "rshares": 42133567148,
+        "voter": "tbl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4016240982,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 849928020180,
+        "rshares": 719028103,
+        "voter": "jaguarosky"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69575389840495,
+        "rshares": 73914580629,
+        "voter": "lucianav"
+      },
+      {
+        "percent": "1900",
+        "reputation": 15777185838,
+        "rshares": 526833916,
+        "voter": "patronpass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28740663053599,
+        "rshares": 3947303657,
+        "voter": "heracleia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13758538330601,
+        "rshares": 13171010156,
+        "voter": "reza-shamim"
+      },
+      {
+        "percent": "2800",
+        "reputation": 65519590598,
+        "rshares": 532363790,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3731217144,
+        "rshares": 811325936,
+        "voter": "sn0n.dev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15596004215170,
+        "rshares": 1050285592,
+        "voter": "rojiso2411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 792202344312,
+        "rshares": 751150677,
+        "voter": "ollasysartenes"
+      },
+      {
+        "percent": "7500",
+        "reputation": 218724307238,
+        "rshares": 12421815827,
+        "voter": "facilitymanager"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9517022344384,
+        "rshares": 35109262163,
+        "voter": "rafaelgreen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7461354093641,
+        "rshares": 4965087820,
+        "voter": "kasna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 50734005866,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 243931894056,
+        "rshares": 3099501840,
+        "voter": "mborg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33401976736,
+        "rshares": 50964011106,
+        "voter": "aceh-media"
+      },
+      {
+        "percent": "10000",
+        "reputation": 285629218280,
+        "rshares": 687122876,
+        "voter": "camplife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 4138022894,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 387294506337,
+        "rshares": 3512389789,
+        "voter": "borghesegardens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9058618771553,
+        "rshares": 8745030134,
+        "voter": "aurauramagic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1263414154742,
+        "rshares": 4018800022,
+        "voter": "nalesnik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19212547370,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "2500",
+        "reputation": 222094236041,
+        "rshares": 5304276484,
+        "voter": "discohedge"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 5324877250,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4982409525,
+        "rshares": 0,
+        "voter": "benny.blockchain"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1447273576100,
+        "rshares": 1584986803,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16307549034965,
+        "rshares": 35670342811,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9727854376347,
+        "rshares": 1735576026,
+        "voter": "borbolet"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3679705780578,
+        "rshares": 7529809214,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26404156,
+        "rshares": 1005553188,
+        "voter": "zangano"
+      },
+      {
+        "percent": "1500",
+        "reputation": 6746082021780,
+        "rshares": 1700318275,
+        "voter": "omarcitorojas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2082696644794,
+        "rshares": 766210597,
+        "voter": "crazy-science"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92721511576,
+        "rshares": 484133200,
+        "voter": "rhinoceros"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1969756203,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 974130034782,
+        "rshares": 6006057377,
+        "voter": "aiovo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3818846759,
+        "voter": "mismo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48820807481,
+        "rshares": 34448807082,
+        "voter": "officialhisha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69621106111,
+        "rshares": 1414291796,
+        "voter": "violinistmarian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 53341940726,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "arlier1"
+      }
+    ],
+    "author": "blocktrades",
+    "author_reputation": 520861791056580,
+    "beneficiaries": [],
+    "body": "Last week we continued work on post-HF24 optimizations. Below is a summary of the work done last week and our plans for the upcoming week.\n\n# Hived work (blockchain node software)\n\nWe added reporting of some virtual ops related to hive fund for better accounting by a block explorer (done in conjunction with @howo):\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/144\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/135\n\nWe made fixes to filtering of get_account_history functionality and a fix to the legacy get_account_history plugin (it used a 1-based indexing of operation history instead of a 0-based indexing like the get_account_history_rocksdb plugin, now they both use 0-based indexing):\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/145\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/146\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/148\n\nFixes to hived API tests:\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/141\n\nMiscellaneous:\nhttps://gitlab.syncad.com/hive/hive/-/merge_requests/147 (set reported version to 1.24.6)\n\nWe\u2019re currently working on a major optimization to the get_block_api plugin that should likely provide a big boost in performance for the get_block API call (this will likely enable us to speed up the hivemind \u201cfull sync\u201d process as well). The old implementation used an overly pessimistic mutex locking scheme that severely degraded potential performance under loading.\n\n## Hived status\n\nWe completed all tests on changes made in the previous week and this week and there are no known outstanding issues with hived operation (other than the known longstanding issue with servicing of API requests during startup of a hived node).\n\nWe plan to tag v1.24.7 as soon as we complete the optimizations to the get_block_api plugin. V1.24.7 will be a recommended upgrade for API node operators, but it doesn\u2019t contain changes needed by witness nodes or exchanges.\n\n# Hivemind\n\nWe made numerous optimizations and bug fixes in hivemind this past week:\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/332\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/333\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/330\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/334\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/228\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/335\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/211\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/338\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/341\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/342\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/343\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/344\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/345\nOne of the more visible fixes is the comment counts are correctly reported now for posts.\n\nDue to the rapid pace with which changes are being made to hivemind, we also started upgrading our automated build-and-test (CI) system to support building on multiple gitlab runners so that our devs could get faster feedback on changes they make. \n\nThe primary challenge was to setup more than one system configured for performing a hivemind sync and to allow troubleshooting in the case of test fails). For speed reasons, hivemind\u2019s CI system is configured to only sync to the 5 millionth block, but we\u2019re adding an option to do testing with a full sync as well (via a manual trigger, as this test is much more time-consuming).\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/327\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/340\n\nWe also introduced mock data providers to allow testing of operations that didn\u2019t occur by the 5 millionth block:\nhttps://gitlab.syncad.com/hive/hivemind/-/merge_requests/336\n\n\n## Hivemind status (2nd layer social media microservice)\n\nWe deployed all the above changes to hived and hivemind to our production node, api.hive.blog, and they\u2019re working well. We still have a few optimizations to make (mostly importantly, further speedups to unread_notifications which averages around 1.5 seconds to complete right now).\n\nWe created a data dump of our hivemind database and several other API node operators have used that data dump to update their node and begin serving data with the latest code.\n\n# Condenser + Condenser wallet (open-source code for **hive.blog**)\n\nThe most visible change that BlockTrades made to condenser last week will likely be deployed tomorrow. This change will update the vote information for a post 9 seconds after the user does an upvote or a downovte on the post:\nhttps://gitlab.syncad.com/hive/condenser/-/merge_requests/136\n\n\n# What\u2019s the plan for next week?\n\nWe\u2019ll be finishing up a few more optimizations to hived and hivemind. In addition to speeding up API calls for both, we\u2019re also going to look at speeding up the hivemind full sync time (currently it takes 4 days). And we\u2019ll continue filling out the test cases in the automated testing suites for both projects.\n\nI\u2019d hope to begin analysis of future features for Hive (both for hardfork 25 and for 2nd layer apps support), but most of our time last week was consumed with optimization of the current system. We did make a little headway on this issue in the Hive developers meeting we had earlier today, though. \n\nI\u2019ll make a post later this week in the Hive improvements community on some of the features we\u2019re considering both for HF25 and for 2nd layer features (all the hardfork features are ones that have been previously discussed many times by the Hive community and have met general approval). \n\nOne of the nice things about the architecture we\u2019re moving Hive towards is that we can now add more capabilities to Hive without requiring a hardfork to do so. We will still need to do a hardfork when we make governance improvements, of course, but for many of our future features, these features can be released as they become ready, without having to coordinate their release with other features and with exchanges.",
+    "body_length": 6058,
+    "cashout_time": "2020-11-10T00:20:21",
+    "category": "hive-139531",
+    "children": 30,
+    "created": "2020-11-03T00:20:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"tags\":[\"hive\",\"blockchain\",\"software\",\"blocktrades\"],\"users\":[\"howo\"],\"links\":[\"https://gitlab.syncad.com/hive/hive/-/merge_requests/144\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/135\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/145\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/146\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/148\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/141\",\"https://gitlab.syncad.com/hive/hive/-/merge_requests/147\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/332\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/333\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/330\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/334\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/228\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/335\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/211\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/338\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/341\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/342\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/343\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/344\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/345\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/327\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/340\",\"https://gitlab.syncad.com/hive/hivemind/-/merge_requests/336\",\"https://gitlab.syncad.com/hive/condenser/-/merge_requests/136\"],\"app\":\"hiveblog/0.1\",\"format\":\"markdown\"}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-03T00:20:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 267299825359819,
+    "parent_author": "",
+    "parent_permlink": "hive-139531",
+    "pending_payout_value": "63.108 HBD",
+    "percent_hbd": 10000,
+    "permlink": "blocktrades-update-on-hive-development-work",
+    "post_id": 100367399,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "BlockTrades update on Hive development work",
+    "title": "BlockTrades update on Hive development work",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-139531/@blocktrades/blocktrades-update-on-hive-development-work"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "1080",
+        "reputation": 19245698180508,
+        "rshares": 234488467129,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 10306683681088,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "6000",
+        "reputation": 506372806974428,
+        "rshares": 5411312761764,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "5000",
+        "reputation": 42689564397220,
+        "rshares": 348167882902,
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "600",
+        "reputation": 109424005488868,
+        "rshares": 32813155122,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "2100",
+        "reputation": 34103703963623,
+        "rshares": 9663910902,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97717041,
+        "rshares": 16368175008,
+        "voter": "field"
+      },
+      {
+        "percent": "3000",
+        "reputation": 86171006185191,
+        "rshares": 11843607092,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 877894048504689,
+        "rshares": 1461798491875,
+        "voter": "meesterboom"
+      },
+      {
+        "percent": "6000",
+        "reputation": 52176741632512,
+        "rshares": 242344196175,
+        "voter": "fiveboringgames"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2558692465689,
+        "rshares": 21558664592,
+        "voter": "arconite"
+      },
+      {
+        "percent": "5000",
+        "reputation": 25362757889840,
+        "rshares": 5660240113,
+        "voter": "sazbird"
+      },
+      {
+        "percent": "5100",
+        "reputation": 112214838160650,
+        "rshares": 364065231416,
+        "voter": "originate"
+      },
+      {
+        "percent": "6000",
+        "reputation": 70285620531768,
+        "rshares": 757554040202,
+        "voter": "steempress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1394506891153,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 551608546845,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1911942896577,
+        "rshares": 8138402548,
+        "voter": "wisbeech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 348794764726,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "4800",
+        "reputation": -1181563121002,
+        "rshares": 944719239,
+        "voter": "steemyoda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 45091609891,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16169915416749,
+        "rshares": 10879353417,
+        "voter": "planosdeunacasa"
+      },
+      {
+        "percent": "5000",
+        "reputation": 57123303734647,
+        "rshares": 1062826729,
+        "voter": "safar01"
+      },
+      {
+        "percent": "1500",
+        "reputation": 35641258249201,
+        "rshares": 3287007846,
+        "voter": "oleg326756"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 18263824469,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 728145478,
+        "voter": "mow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30766232797635,
+        "rshares": 20134889852,
+        "voter": "cardboard"
+      },
+      {
+        "percent": "3000",
+        "reputation": 59094884211730,
+        "rshares": 4261765922,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 41745745084,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43129757389335,
+        "rshares": 8415480705,
+        "voter": "sudutpandang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 44659758403283,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15925403061479,
+        "rshares": 1770053712,
+        "voter": "titianus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 117784411939,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "3000",
+        "reputation": 14059622019382,
+        "rshares": 14575886623,
+        "voter": "damla"
+      },
+      {
+        "percent": "3000",
+        "reputation": 307916617000098,
+        "rshares": 372403463854,
+        "voter": "detlev"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15135006110391,
+        "rshares": 6491192391,
+        "voter": "thatsweeneyguy"
+      },
+      {
+        "percent": "1500",
+        "reputation": 42486683511346,
+        "rshares": 4837598284,
+        "voter": "ma1neevent"
+      },
+      {
+        "percent": "3000",
+        "reputation": 91224250124,
+        "rshares": 3903352973,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39412919556388,
+        "rshares": 95586730071,
+        "voter": "ribalinux"
+      },
+      {
+        "percent": "1800",
+        "reputation": 11448902903972,
+        "rshares": 905322529989,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 130573901548108,
+        "rshares": 981935443738,
+        "voter": "fredrikaa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 3214810820,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80123076461352,
+        "rshares": 373531476828,
+        "voter": "xels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64794945990086,
+        "rshares": 14757640473,
+        "voter": "shikika"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 134481372560,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 62289248493193,
+        "rshares": 1658178787,
+        "voter": "mxzn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1165342669175,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10194751636845,
+        "rshares": 49902171478,
+        "voter": "swaraj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20355801093011,
+        "rshares": 426111160334,
+        "voter": "jingdol"
+      },
+      {
+        "percent": "3000",
+        "reputation": 30158976168359,
+        "rshares": 6704892102,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 581676420711,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "3000",
+        "reputation": 44467529253991,
+        "rshares": 9101753540,
+        "voter": "dante31"
+      },
+      {
+        "percent": "3000",
+        "reputation": 20285621918859,
+        "rshares": 9793210738,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12663101000031,
+        "voter": "haejin"
+      },
+      {
+        "percent": "6000",
+        "reputation": 181080687674137,
+        "rshares": 2268177614177,
+        "voter": "howo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37009106416903,
+        "rshares": 804883370,
+        "voter": "yann0975"
+      },
+      {
+        "percent": "10000",
+        "reputation": 190691885658151,
+        "rshares": 7020538416695,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "6000",
+        "reputation": 895691331080490,
+        "rshares": 6194259140626,
+        "voter": "ocd"
+      },
+      {
+        "percent": "4250",
+        "reputation": 1458333931454,
+        "rshares": 1205517327,
+        "voter": "showtime"
+      },
+      {
+        "percent": "3300",
+        "reputation": 61249536206183,
+        "rshares": 38570631638,
+        "voter": "redrica"
+      },
+      {
+        "percent": "6000",
+        "reputation": 44309577530003,
+        "rshares": 1577875376,
+        "voter": "hdmed"
+      },
+      {
+        "percent": "3000",
+        "reputation": 4261067407032,
+        "rshares": 2097255897,
+        "voter": "genesisojeda"
+      },
+      {
+        "percent": "5360",
+        "reputation": 24639928209538,
+        "rshares": 30958489612,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 18365288753,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51994511985595,
+        "rshares": 40931757582371,
+        "voter": "tipu"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11236693090,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "6000",
+        "reputation": 5754775236968,
+        "rshares": 2788064509,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "5000",
+        "reputation": 41069012860239,
+        "rshares": 10261614594,
+        "voter": "markjason"
+      },
+      {
+        "percent": "6000",
+        "reputation": 50202305045423,
+        "rshares": 48088645663,
+        "voter": "mikepm74"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43425068714198,
+        "rshares": 56070061756,
+        "voter": "chrisroberts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 15639380960,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "8968",
+        "reputation": 0,
+        "rshares": 206181194230,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3699571350702,
+        "rshares": 7794323217,
+        "voter": "cesinfenianos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45930585883630,
+        "rshares": 94924952057,
+        "voter": "carrieallen"
+      },
+      {
+        "percent": "2400",
+        "reputation": 445234100950820,
+        "rshares": 7431502451632,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "3000",
+        "reputation": 16626980732032,
+        "rshares": 2732680247,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "3000",
+        "reputation": 20299637563719,
+        "rshares": 1519106195,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "100",
+        "reputation": 86519807944048,
+        "rshares": 9402021207,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2589882190131,
+        "rshares": 823459870,
+        "voter": "kevinbacon"
+      },
+      {
+        "percent": "3000",
+        "reputation": 54554402347359,
+        "rshares": 10888471258,
+        "voter": "hanggggbeeee"
+      },
+      {
+        "percent": "83",
+        "reputation": 0,
+        "rshares": 33780523000,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 767197612874,
+        "rshares": 2454240325,
+        "voter": "morwhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1436962620884,
+        "rshares": 168023189,
+        "voter": "mrsyria"
+      },
+      {
+        "percent": "6800",
+        "reputation": 6785724346858,
+        "rshares": 101287331127,
+        "voter": "drillith"
+      },
+      {
+        "percent": "1800",
+        "reputation": 72060804308794,
+        "rshares": 476355503788,
+        "voter": "eonwarped"
+      },
+      {
+        "percent": "6000",
+        "reputation": 12722616650811,
+        "rshares": 2877000394715,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "3000",
+        "reputation": 5643908417284,
+        "rshares": 19600092733,
+        "voter": "mejustandrew"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9111881686322,
+        "rshares": 680547849,
+        "voter": "steinhammer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 579461579559,
+        "rshares": 52198064660,
+        "voter": "sankysanket18"
+      },
+      {
+        "percent": "1400",
+        "reputation": 31514254451254,
+        "rshares": 1053738850,
+        "voter": "lordnigel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1807139565916,
+        "rshares": 113762333,
+        "voter": "irynochka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1794885660938,
+        "rshares": 2604462770,
+        "voter": "soydiegorojas"
+      },
+      {
+        "percent": "2400",
+        "reputation": 157805541487641,
+        "rshares": 1457168338302,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 18481456618,
+        "voter": "yazp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52628537782133,
+        "rshares": 139333368519,
+        "voter": "azwarrangkuti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 35969154710476,
+        "rshares": 42970682432,
+        "voter": "b00m"
+      },
+      {
+        "percent": "1200",
+        "reputation": 66785151966461,
+        "rshares": 57366150533,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5385705125126,
+        "rshares": 1171082551,
+        "voter": "tpkidkai"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1788144848047,
+        "rshares": 3282987454,
+        "voter": "najat"
+      },
+      {
+        "percent": "3000",
+        "reputation": 110889227376345,
+        "rshares": 2864668340,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "3000",
+        "reputation": 75425198894223,
+        "rshares": 19993507440,
+        "voter": "straykat"
+      },
+      {
+        "percent": "3000",
+        "reputation": 14337364044156,
+        "rshares": 3821427654,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7482231087,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112593705937795,
+        "rshares": 169079887629,
+        "voter": "apnigrich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 2881665810955,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "1200",
+        "reputation": 87246032649758,
+        "rshares": 17745794069,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "5000",
+        "reputation": 21720371357335,
+        "rshares": 23613778014,
+        "voter": "bartheek"
+      },
+      {
+        "percent": "2500",
+        "reputation": 292980730708468,
+        "rshares": 29292821654,
+        "voter": "bengy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7833564344722,
+        "rshares": 1659606648,
+        "voter": "ahmedsy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 467563251193,
+        "rshares": 635859047,
+        "voter": "durbisrodriguez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 539831850,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "8500",
+        "reputation": 415587305875676,
+        "rshares": 20655926932697,
+        "voter": "steemmonsters"
+      },
+      {
+        "percent": "1500",
+        "reputation": 37350775715979,
+        "rshares": 741822554,
+        "voter": "kanabeatz"
+      },
+      {
+        "percent": "6000",
+        "reputation": 170235537022,
+        "rshares": 826253634,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "1900",
+        "reputation": 8003119161188,
+        "rshares": 3937677851,
+        "voter": "brewery"
+      },
+      {
+        "percent": "10000",
+        "reputation": 951646894776,
+        "rshares": 565601638,
+        "voter": "cfminer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1117386651740,
+        "rshares": 547917345,
+        "voter": "betbet"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1910316727,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2705558121541,
+        "rshares": 1125733690,
+        "voter": "debilog"
+      },
+      {
+        "percent": "2500",
+        "reputation": 746831400427,
+        "rshares": 6283230655,
+        "voter": "jazzhero"
+      },
+      {
+        "percent": "3000",
+        "reputation": 47747940709375,
+        "rshares": 6268008476,
+        "voter": "gatolector"
+      },
+      {
+        "percent": "6000",
+        "reputation": 4705304861944,
+        "rshares": 830935284732,
+        "voter": "ocd-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2384160913530,
+        "rshares": 20994830222,
+        "voter": "blog-beginner"
+      },
+      {
+        "percent": "5000",
+        "reputation": 411588240625,
+        "rshares": 3821196093,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2317835263767,
+        "rshares": 86615701,
+        "voter": "sizandyola"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 12484511835,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4007461431,
+        "voter": "auminda"
+      },
+      {
+        "percent": "6000",
+        "reputation": 16573145540401,
+        "rshares": 862327058778,
+        "voter": "takowi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6264286399143,
+        "rshares": 1384605470540,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "8500",
+        "reputation": 51146712815953,
+        "rshares": 1653718779,
+        "voter": "dreamryder007"
+      },
+      {
+        "percent": "2100",
+        "reputation": 17385822919900,
+        "rshares": 10705652950,
+        "voter": "forester-joe"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29504242115,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "9000",
+        "reputation": 81234063423,
+        "rshares": 680172454,
+        "voter": "jasonwaterfalls"
+      },
+      {
+        "percent": "7000",
+        "reputation": 168836422039217,
+        "rshares": 39634473965,
+        "voter": "fego"
+      },
+      {
+        "percent": "2125",
+        "reputation": 2256065348315,
+        "rshares": 3541198840,
+        "voter": "frassman"
+      },
+      {
+        "percent": "3000",
+        "reputation": 158256810302501,
+        "rshares": 47952767285,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "4250",
+        "reputation": 3213218714574,
+        "rshares": 159072656726,
+        "voter": "bscrypto"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1069508711711,
+        "rshares": 2880566451,
+        "voter": "greendo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1140372911417,
+        "rshares": 829941807,
+        "voter": "zainnyferdhoy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25978211905358,
+        "rshares": 289256442862,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13852827798556,
+        "rshares": 1065624288490,
+        "voter": "dera123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1116978080730,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 24305829848893,
+        "rshares": 5063835687,
+        "voter": "racibo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 453247934272,
+        "rshares": 607463637,
+        "voter": "albus.draco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 30949128899,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "5000",
+        "reputation": 112109667795,
+        "rshares": 1570301311,
+        "voter": "memepress"
+      },
+      {
+        "percent": "6000",
+        "reputation": 8477903566406,
+        "rshares": 1025470081,
+        "voter": "berien"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 23149928794,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2199175851,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "3000",
+        "reputation": 77476461100689,
+        "rshares": 119085220516,
+        "voter": "indigoocean"
+      },
+      {
+        "percent": "1200",
+        "reputation": 42246987760,
+        "rshares": 998762374,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58352135446544,
+        "rshares": 96599202577,
+        "voter": "romeskie"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3042286903871,
+        "rshares": 28954778839,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38572708862364,
+        "rshares": 72403734626,
+        "voter": "cryptomaniacsgr"
+      },
+      {
+        "percent": "6000",
+        "reputation": 28237853787625,
+        "rshares": 678324767,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 10080659391,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4253324762944,
+        "rshares": 821239339,
+        "voter": "viniciotricolor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8108191904890,
+        "rshares": 3880380316,
+        "voter": "nante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3240290091340,
+        "rshares": 7785150897,
+        "voter": "stevecronin"
+      },
+      {
+        "percent": "2500",
+        "reputation": 27522752785541,
+        "rshares": 12777270009,
+        "voter": "longer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11651978003921,
+        "rshares": 12610267892,
+        "voter": "jmauring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3499284562289,
+        "rshares": 3590032807,
+        "voter": "carita-feliz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3936396886211,
+        "rshares": 857481782,
+        "voter": "diegopadilla"
+      },
+      {
+        "percent": "1600",
+        "reputation": 37902408766598,
+        "rshares": 52764194281,
+        "voter": "cmplxty"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3516028097696,
+        "rshares": 49548498807405,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "7000",
+        "reputation": 21771305129128,
+        "rshares": 2285918697,
+        "voter": "mightypanda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 148875031036,
+        "rshares": 411583108,
+        "voter": "steinz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 156376467869107,
+        "rshares": 336769003023,
+        "voter": "dalz"
+      },
+      {
+        "percent": "1500",
+        "reputation": 24307599069679,
+        "rshares": 5286157222,
+        "voter": "dronegraphica"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2376783964081,
+        "rshares": 831008499,
+        "voter": "arrixion"
+      },
+      {
+        "percent": "3000",
+        "reputation": 45111147422257,
+        "rshares": 6356004033,
+        "voter": "mobi72"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11871368204448,
+        "rshares": 15104718287,
+        "voter": "ynwa.andree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 8760730,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "7795",
+        "reputation": 0,
+        "rshares": 83034707209,
+        "voter": "voter003"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 17807178284,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 40114877658,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "3000",
+        "reputation": 6098497276677,
+        "rshares": 37253319823,
+        "voter": "xmauron3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 24799788121,
+        "voter": "diegor"
+      },
+      {
+        "percent": "4000",
+        "reputation": 18273031359521,
+        "rshares": 1364059211,
+        "voter": "adyorka"
+      },
+      {
+        "percent": "3000",
+        "reputation": 57675290515578,
+        "rshares": 2458444576,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1956837123131,
+        "rshares": 5073574337,
+        "voter": "atnep111"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 229525569884,
+        "voter": "michealb"
+      },
+      {
+        "percent": "2400",
+        "reputation": 30517153592067,
+        "rshares": 8301912599,
+        "voter": "variedades"
+      },
+      {
+        "percent": "3000",
+        "reputation": 21657939011190,
+        "rshares": 2043803703,
+        "voter": "kork75"
+      },
+      {
+        "percent": "10000",
+        "reputation": 311056789115,
+        "rshares": 3431163097,
+        "voter": "toycard"
+      },
+      {
+        "percent": "5100",
+        "reputation": 72504131225,
+        "rshares": 3430813200,
+        "voter": "agent14"
+      },
+      {
+        "percent": "3000",
+        "reputation": 706943279500,
+        "rshares": 666862945,
+        "voter": "junnel123"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15820967488528,
+        "rshares": 1967868292,
+        "voter": "mazima"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 167222362228,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22639587796,
+        "rshares": 42752545402,
+        "voter": "eternalsuccess"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9483360545909,
+        "rshares": 12853958175,
+        "voter": "mia-cc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 796719662454,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "10000",
+        "reputation": 193706512612,
+        "rshares": 1314467790,
+        "voter": "stevenmalik"
+      },
+      {
+        "percent": "2000",
+        "reputation": 22403588555771,
+        "rshares": 43447140518,
+        "voter": "thelogicaldude"
+      },
+      {
+        "percent": "8500",
+        "reputation": 1443660475563,
+        "rshares": 15942903312,
+        "voter": "monster-mountain"
+      },
+      {
+        "percent": "2000",
+        "reputation": 27838835653920,
+        "rshares": 5665102200,
+        "voter": "kggymlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 925135168509,
+        "rshares": 486204220,
+        "voter": "marymi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69910542366759,
+        "rshares": 501897567941,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "3000",
+        "reputation": 6605568359560,
+        "rshares": 719808554,
+        "voter": "smalltall"
+      },
+      {
+        "percent": "3000",
+        "reputation": 12351124481881,
+        "rshares": 6311523139,
+        "voter": "squareonefarms"
+      },
+      {
+        "percent": "720",
+        "reputation": 120936131908085,
+        "rshares": 54555354364,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "5000",
+        "reputation": 459526835755,
+        "rshares": 901994133,
+        "voter": "bigmoneyman"
+      },
+      {
+        "percent": "3000",
+        "reputation": 116854383655456,
+        "rshares": 7537152363,
+        "voter": "yiobri"
+      },
+      {
+        "percent": "6000",
+        "reputation": 61476958391321,
+        "rshares": 2963432310,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 21927379241,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 405927252791,
+        "rshares": 528008059,
+        "voter": "iamangierose"
+      },
+      {
+        "percent": "8500",
+        "reputation": 7323299875964,
+        "rshares": 737255392,
+        "voter": "borodas"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2597264781531,
+        "rshares": 4203942321,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "3000",
+        "reputation": 19219822868653,
+        "rshares": 32876130385,
+        "voter": "beerlover"
+      },
+      {
+        "percent": "170",
+        "reputation": 36857316180998,
+        "rshares": 1033189966,
+        "voter": "blumela"
+      },
+      {
+        "percent": "300",
+        "reputation": 20916803594387,
+        "rshares": 1367496028,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 334875869773,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62906992432,
+        "rshares": 38512166,
+        "voter": "nathaliag0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37703239366,
+        "rshares": 0,
+        "voter": "curthodler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17647336098195,
+        "rshares": 38522803168,
+        "voter": "c21c"
+      },
+      {
+        "percent": "10000",
+        "reputation": 969105063971,
+        "rshares": 1674075756,
+        "voter": "elclements"
+      },
+      {
+        "percent": "1600",
+        "reputation": 9742808963304,
+        "rshares": 3535248116,
+        "voter": "ssiena"
+      },
+      {
+        "percent": "4250",
+        "reputation": 356055297693,
+        "rshares": 1002657397,
+        "voter": "everythingsmgirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19799579531,
+        "voter": "good.game"
+      },
+      {
+        "percent": "7650",
+        "reputation": 13727208041496,
+        "rshares": 2702465501,
+        "voter": "ejmh"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1385472095541,
+        "rshares": 618521338,
+        "voter": "athomewithcraig"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5514422300,
+        "rshares": 680160980,
+        "voter": "rusbe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1146189014563,
+        "rshares": 1160888826,
+        "voter": "urun"
+      },
+      {
+        "percent": "8500",
+        "reputation": 5118740660861,
+        "rshares": 14172022983,
+        "voter": "joshmansters"
+      },
+      {
+        "percent": "25",
+        "reputation": 0,
+        "rshares": 1173505985,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62988003579804,
+        "rshares": 10623929523,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "4250",
+        "reputation": 0,
+        "rshares": 637977195,
+        "voter": "pietpompies"
+      },
+      {
+        "percent": "1200",
+        "reputation": 3257555962879,
+        "rshares": 609876487,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "6000",
+        "reputation": 257075039692,
+        "rshares": 5434899242,
+        "voter": "efathenub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59827171041931,
+        "rshares": 43982059,
+        "voter": "fearlessgu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 21757713000,
+        "rshares": 0,
+        "voter": "vinicio.spt"
+      },
+      {
+        "percent": "4250",
+        "reputation": 356840875823,
+        "rshares": 1485628665,
+        "voter": "kgsupport"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14577043701834,
+        "rshares": 2470246887,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "3000",
+        "reputation": 13104433773695,
+        "rshares": 2918115166,
+        "voter": "mengene"
+      },
+      {
+        "percent": "3000",
+        "reputation": 4006970074087,
+        "rshares": 1042409111,
+        "voter": "goldstreet"
+      },
+      {
+        "percent": "1200",
+        "reputation": 9568816243033,
+        "rshares": 11581319133,
+        "voter": "dpend.active"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17892806983898,
+        "rshares": 22877261350,
+        "voter": "splinterlore"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 213752405876,
+        "voter": "hivephilippines"
+      },
+      {
+        "percent": "4770",
+        "reputation": 1209731647511,
+        "rshares": 790298213270,
+        "voter": "softworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 388630945885,
+        "rshares": 10552185628,
+        "voter": "jwynqc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 631765969428,
+        "rshares": 30756503339,
+        "voter": "hiveshout"
+      },
+      {
+        "percent": "6000",
+        "reputation": 17298355816851,
+        "rshares": 73433939433,
+        "voter": "the100"
+      },
+      {
+        "percent": "1800",
+        "reputation": 47896334821902,
+        "rshares": 25233008966,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9169282668,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "5000",
+        "reputation": 604442758770,
+        "rshares": 223879691857,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "3000",
+        "reputation": 7034683328715,
+        "rshares": 2494741879,
+        "voter": "iameden"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71740148,
+        "rshares": 2286633832,
+        "voter": "tschew"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4369567738,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "zarevaneli"
+      },
+      {
+        "percent": "5000",
+        "reputation": -588508122267,
+        "rshares": 45111378395,
+        "voter": "poshbot"
+      },
+      {
+        "percent": "3000",
+        "reputation": 5470715229938,
+        "rshares": 1121616908,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 142457281,
+        "rshares": 736419980,
+        "voter": "p3ntar0u"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65519590598,
+        "rshares": 1926712585,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "3000",
+        "reputation": 23814154211011,
+        "rshares": 1269725373,
+        "voter": "syberia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 318105117,
+        "voter": "splinterlandspro"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10486305203609,
+        "rshares": 2415403782,
+        "voter": "tasri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6289759921042,
+        "rshares": 13120716824,
+        "voter": "mercurial9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 430487716,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10164951682919,
+        "rshares": 3563667826,
+        "voter": "bdkabbo"
+      },
+      {
+        "percent": "3000",
+        "reputation": 11758355842388,
+        "rshares": 3432255956,
+        "voter": "libbi"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3274158340408,
+        "rshares": 6294940731,
+        "voter": "spirall"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3156702940170,
+        "rshares": 1913793534,
+        "voter": "mmdacanay"
+      },
+      {
+        "percent": "3000",
+        "reputation": 5921144534369,
+        "rshares": 1727755310,
+        "voter": "zoeanavid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 16143958915,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "3000",
+        "reputation": 7330275018374,
+        "rshares": 1769631763,
+        "voter": "tinta-tertuang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199217586040,
+        "rshares": 6940785085,
+        "voter": "sirdemian"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 1491122882796,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9930293019864,
+        "rshares": 3929251026,
+        "voter": "jonalyn2020"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1447273576100,
+        "rshares": 1717697327,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "1450",
+        "reputation": 16307549034965,
+        "rshares": 2769260421,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "victorjopaca"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1668767539307,
+        "rshares": 860291004,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2192133308841,
+        "rshares": 601513283,
+        "voter": "mau189gg"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3038383065569,
+        "rshares": 37035324372,
+        "voter": "crypto-gamer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 86405531104,
+        "rshares": 529157141,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17081211030,
+        "rshares": 507679447,
+        "voter": "stormigirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112363590278,
+        "rshares": 41785721,
+        "voter": "dango1411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 681362515038,
+        "rshares": 1827804091,
+        "voter": "m2fermin"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2629706127841,
+        "rshares": 729458338,
+        "voter": "kattycrochet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19603350308,
+        "voter": "shroomfund"
+      },
+      {
+        "percent": "10000",
+        "reputation": 876243100,
+        "rshares": 0,
+        "voter": "dheagle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3793462735,
+        "voter": "rafelluz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 531969022,
+        "rshares": 674365740,
+        "voter": "psicologiaexpres"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "mlehntorh"
+      }
+    ],
+    "author": "synergyofserra",
+    "author_reputation": 2179492699548,
+    "beneficiaries": [
+      {
+        "account": "hiveonboard",
+        "weight": 100
+      },
+      {
+        "account": "theycallmedan",
+        "weight": 100
+      },
+      {
+        "account": "urun",
+        "weight": 300
+      }
+    ],
+    "body": "![SoS_Banner.jpg](https://files.peakd.com/file/peakd-hive/synergyofserra/Rw1JiYK8-SoS_Banner.jpg)\n\n[Synergy of Serra](https://synergyofserra.com/?utm_source=peakd&utm_medium=article) shapes a new game genre, merging classic Strategy Card Games with the infinite game experience possibilities of Deck-building Card Games. Join the six factions of biological and mechanical creatures in the defense of the planet Serra from an alien threat. Become the leading commander of Serra! It's a free-to-play game without annoying pay walls.\n\n## The World of\u00a0Serra\nIn a distant solar system caught between two stars, there is a planet overflowing with life and a prospering society. The society overcame their differences and created the perfect economy overseen by a just and rational council. This planet is called Serra.\n\nThe planet is inhabited by an advanced and diverse society that found ways to sustain the planet's ecosystem. This society is divided into six factions, that live together in harmony. At least most of the time.\nThis peace was one day disturbed by findings during one of the deep space explorations to chart the unknown galaxy around Serra. The findings indicated a distant threat, devouring one planet system after another. Simulations demonstrated that sooner or later Serra would be one of the planets falling prey to this ancient threat.\n\nRead more about the [World of Serra](https://medium.com/calystral/the-world-of-serra-afb06034619).\n\n## Deck-building\nInspired by Deck-building games like [Dominion](https://en.wikipedia.org/wiki/Dominion_(card_game)), Synergy of Serra uses construction of a deck as the main element of gameplay. It is similar to collectible card games (CCGs) in that each player has their own deck. However, unlike CCGs, the majority of the deck is built during the game, instead of before the game. Typically, the cards provide a type of game currency that allows players to buy more cards to add to their decks. We wrote a [full article about Constructed, Roguelike and Deckbuilder Card Games](https://medium.com/calystral/constructed-roguelike-and-deckbuilder-card-games-they-are-not-the-same-47ea8ecd62bb).\n\n## Gameplay\nDisclaimer: The game is in a pre-alpha stage. At this stage, it is hard to find the sweet spot between publishing information about the gameplay and still be open-minded / flexible about strategy drawbacks that may occur while onboarding more players into the game. Meaning, all game mechanics are still subject for change.\n\n#### Game Flow\nBefore a game starts, players are able to create a **Suitcase** full of 100 cards. When an opponent is matched, both suitcases are poured onto the table creating the **Card Pool**. Each player starts the game with only 10 cards (Starter Deck), taking 5 cards to their hand each turn. Whenever a turn is finished, the remaining hand cards are discarded and 5 new cards are drawn. So after 2 turns, the deck is empty. Thus, the **Discard Pile** is shuffled and becomes the **Draw Pile** again. The deck is played over and over again.\n\nTo create a stronger and deeply strategic deck, each turn a player is able to buy new cards from the **River** putting them into their **Discard Pile**. The **River** shows 5~6 semi-random cards (an algorithm decides only for cards that you are able to buy) from the **Card Pool** and offers them to the player.\n\nThere are two resource systems in Synergy of Serra, mana points to play cards from your hand into the battlefield. And there are gold coins to buy cards from the river. Each turn the mana points and gold coins are increased/replenished.\n\nThe goal of the game is to reduce your opponent's hero to 0 life points.\n\n#### Card Types\nThere are three types of cards: Power, Attachment, and unit cards:\n\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/LBjpD1R2-image.png)\n\nPower cards like Hallucination from Incense can be thought of as a spell card. However, we are living in a sci-fi world without magic.\u00a0\ud83d\ude09\nThis card's power for example is time traveling, enabling complex strategies for sure. Further, power cards are used to heal, damage or buff units.\n\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/n3M3HNTT-image.png)\n\nAttachment cards can be attached to slots on unit cards. The key word will become the unit's effect. E.g. Shield generator provides a unit permanently with \"Force Field\", which absorbs full damage once. The color of the attachment and the color of a used slot decides how many faction points are awarded. (More on faction points and boni in another article.)\n\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/uttnWn7p-image.png)\n\nUnit cards are.. well.. they are units to fight your opponent! They have attack/defense similar to other CCG games and when their defense drops to 0 the unit goes into the Discard Pile. Each unit has a specific number of slots that can be filled with attachments to enhance the unit. An attachment can be replaced, moving the previous attachment to the discard pile.\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/nYqne0r6-image.png)\n\n\nWhen a unit with an attachment goes to the discard pile, the attachment goes with the unit and is still there when played to the battlefield the next time.\n\n#### Ressource System\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/CQgRrViL-image.png)\n\n\nEach card shows multiple numbers. The \"mana costs\" (green) used to play a card into the battle field. The \"gold costs\" (gold)to actually buy the card from the river into your deck. The attack (red rockets) and the defense (blue shield).\n\n\n---\n\n## Collectible Cards\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/G99SXo4a-image.png)\n\n#### Card Sets\nAt the moment, there are 159 different cards available in Synergy of Serra, divided into 4 different Sets: Promo Set, Starter Set, Base Set, and Transcendent Set. Cards **without** Edition Symbol are free cards that can't be traded and thus are **no NFTs**!\n\n**Starter Set [Free cards]**\nThese are 6 different cards, which are your start deck. A seed from which you will build your deck during the game (deck-building).\n\n**Base Set [Free cards]**\nThe Base Set contains 90 different cards, which every player gets for free. With these you are ready to play. All Base Set cards are of Common Rarity.\n\n**Promo Set [Early Adopters; Promotions]**\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/zOUgrsPD-image.png)\nOne of three limited Tech-Pioneer cards is rewarded to each early adopter of Synergy of Serra by signing up before the alpha starts. [NFT]\n\n**Base Set [Cosmetics]**\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/gZcR8Br5-image.png)\nAll free Base Set cards can be received through crates or trading as a higher Quality (see below) cosmetic version. [NFT]\n\n**Transcendent Set [First expansion]**\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/CpOj86uD-image.png)\nTranscendent SymbolThe Transcendent Set contains 60 distinct Expansion Cards, including the new Transcendent faction, in different Qualities and Rarities. [NFT]\n\n#### Card Rarity\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/x97ykunN-image.png)\n*Scarcity = Quality X\u00a0Rarity*\n\nScarcity has two dimensions on Serra. There is the Rarity dimension (Common 70%, Rare 24%, Epic 5%, Legendary 1%) and the Quality dimension (Painted Metal 84%, Bronze 10%, Silver 5%, Gold 1%). Multiplying both values gives you the overall scarcity of a card (chance to receive from a crate / $$$ value).\n\n\n---\n\n## Crates\n#### Transcendent Set\u00a0Crates\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/Im3LNIKj-image.png)\n\nThe Transcendent Set contains 60 distinct Expansion Cards, including the new Transcendent faction, in different Qualities and Rarities. Each Transcendent Set Crate starts from $2 and contains 6 cards with different drop chances, scarcity in two dimensions. There is the Rarity dimension (Common 70%, Rare 24%, Epic 5%, Legendary 1%) and the Quality dimension (Painted Metal 84%, Bronze 10%, Silver 5%, Gold 1%). The most scarce card drawn from this crate is a golden Legendary (0.01% Chance)!\n\n#### Base Set\u00a0Crates\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/fEQRNEG1-image.png)\n\nThe Base Set contains the 90 free Base Set Cards in higher Qualities. Each Base Set Crate starts from $1 and contains 6 cards with different drop chances regarding Quality (Bronze 75%, Silver 24%, Gold 1%). Since each player gets all 90 cards from the Base Set for free, there is no Rarity\u200a-\u200aall Base Set cards are valued as Common. Therefore, cards from Base Set Crates are higher quality, cosmetic versions of Base Set cards. These cosmetic cards are also tradable!\n\n#### Crate Opening\u00a0Event\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/QaRC4tr3-image.png)\n\nSingle card from a Crate opening\u00a0exampleCrates can be traded from day one but remain locked until the Crate Opening Event because of our great demand for perfection. We wish to finish all card illustrations before unlocking the crates.\n\n\n---\n\n## Blockchain\nThe goal for Synergy of Serra is to utilize blockchain technology in a way which enables specific features like true ownership and play-to-earn. It should be a bonus to gamers and not a barrier for playing! In Synergy of Serra players don't even need to know that we are actually using blockchain in the background. There is no need for wallets, plugins, paying transaction fees or owning cryptocurrencies in the first place. All this is possible since we are hiding the technology in the background and use [Matic Network](https://medium.com/matic-network/what-is-matic-network-466a2c493ae1) as our underlying blockchain infrastructure.\n\n#### Fungible Tokens (FTs) & Non-Fungible Tokens\u00a0(NFTs)\nAn NFT is essentially a unique representation of an asset or good in the form of a virtual token. NFTs are unique and cannot be replaced by another item. Users currently \"hold\" objects that have real value in the game but remain virtual on the company's servers. If the company closes its doors, the objects \"disappear\". With NFTs, objects will continue to exist on the Ethereum blockchain long after the issuing company is gone.\nAll cards received from crates are Non-Fungible Tokens (ERC1155 NFTs) while crates are Fungible Tokens itself. Meaning all creates can be traded and sold from day one on. The [smart contract](https://explorer.matic.network/address/0xddEaD819Fa3e2bEA0C2E33Ab71204240ebc0739e/contracts) for all Synergy of Serra Assets is public and verified for anybody to check.\n\n#### Matic Network\n[Matic](https://matic.network/) enables scalable and instant blockchain transactions. It brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains.\n\nWe chose Matic Network since it is very accessible for developers and users at the same time. It's very similar to Ethereum, building on the EVM developed through Solidity. Also Ethereum addresses can be used as Matic addresses, no need to recreate existing accounts / wallets.\nMost gamers playing blockchain games are thrilled by the [new possibilities](https://medium.com/calystral/calystral-blockchain-gaming-1df6cd8baada) while at the same time not getting used to the slow and expensive experience on Ethereum. Matic is a solution to fix these issues. Because of the fast block time (1\u20132secs) and the low transactions fees. We as developers are able to hide the blockchain technology in the background and make use of meta transactions. So users don't have to pay fees but still have full control over their assets.\n\n## Economy\n#### Pricing\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/z1zfNjb6-image.png)\n\nCrate prices are escalating depending on how many crates of each type are sold already, supporting our early adopters! There won't be bundles or any other kind of price reductions. The pricing structure is transparent from the beginning and anybody is able to enter when ever they feel comfortable. The project is still in development, thus the pricing starts very low for [early believers](https://www.youtube.com/watch?v=0mYBSayCsH0).\n\n#### Scrapping\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/WQ7N8zmM-image.png)\n*In-Game currency SCRAP*\n\nTo ensure no \"useless\" cards are lying around.. players can turn these cards into SCRAP and use it to buy new crates. Depending on the buy price, crates have a payback value of up to ~80% in SCRAP!\n\nAs part of the economy, scrapping will lead to less cards in circulating making the remaining cards more valuable over time. At the same time it creates a theoretical bottom limit for each card's value since people would buy them to scrape and buy crates (conversion rate).\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/EF5wXqHe-image.png)\n*Average 25% Payback on\u00a0crates.*\n\nDisclaimer: Scrapping is a future feature and subject to change!\n\n#### Seasonal Ladders (Play-To-Earn)\nA specific amount (10~25%) of all revenue is put into a prize pool. That includes buys from crates but also a fee on trades. All players participating in ranked ladder games are able to fight for their share of the prize pool each season (1~4months). In contrast to other game tournaments, not only 1\u20138 people are earning rewards but hundreds or thousands of players. The payout is weighted depending on the rank reached on the ladder.\n\n#### Minting Device Keys & Artifacts\n![image.png](https://files.peakd.com/file/peakd-hive/synergyofserra/UqJY7YsS-image.png)\n\nCrates also contain super rare NFTs. There are 6 unique Minting Device Keys and 12 Artifacts cards hidden in crates. Each artifact is a tradable, rare card (NFT) found in Transcendent Set Crates. The card's forgotten power is revealed on discovery.\n\nEach Minting Device Key is a tradable, rare object (NFT) found in Base Set Crates. Each unique key grants the power to refine any copy of a specific card into its highest Quality. Only the owner decides the price for this service. Each key is linked to a specific card from the starter set and can modify the Quality of all existing copies of that card.\n\nThere is no other way to get a Starter Set card in golden Quality except through these keys. Cards from the Starter Set are no NFTs, so you are not able to sell them (or the golden version of it).\n\n\n---\n\n## Who are\u00a0we?\nWe are [Calystral](https://calystral.com/), a team of game developers that set out to unleash the potential of gamers. We are focusing on building games where the time and effort put in, is rewarded with real value. Enhancing the players' experience and empowering gamers to achieve more. In the process, we strive to overcome the technical limitations of Blockchain Technology and use its benefits to lift games to the next level. We would love to share these solutions with the community and other developers. Towards a better future of Gaming!\n________________________________________\n**Join our journey**:\n[Website](https://synergyofserra.com/?utm_source=peakd&utm_medium=article) [Discord](https://discord.gg/SYZK9gN) [Twitter](https://twitter.com/synergyofserra)",
+    "body_length": 15216,
+    "cashout_time": "2020-11-05T14:24:36",
+    "category": "tcg",
+    "children": 18,
+    "created": "2020-10-29T14:24:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"description\":\"A new game genre, merging Strategy Card Games with infinite game experience possibilities of Deck-building Card Games\",\"tags\":[\"tcg\",\"blockchain\",\"game\",\"strategy\",\"playtoearn\"],\"links\":[\"https://synergyofserra.com/?utm_source=peakd&amp;utm_medium=article\",\"https://medium.com/calystral/the-world-of-serra-afb06034619\",\"https://en.wikipedia.org/wiki/Dominion_(card_game)\",\"https://medium.com/calystral/constructed-roguelike-and-deckbuilder-card-games-they-are-not-the-same-47ea8ecd62bb\",\"https://medium.com/matic-network/what-is-matic-network-466a2c493ae1\",\"https://explorer.matic.network/address/0xddEaD819Fa3e2bEA0C2E33Ab71204240ebc0739e/contracts\",\"https://matic.network/\",\"https://medium.com/calystral/calystral-blockchain-gaming-1df6cd8baada\",\"https://www.youtube.com/watch?v=0mYBSayCsH0\",\"https://calystral.com/\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/synergyofserra/Rw1JiYK8-SoS_Banner.jpg\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/LBjpD1R2-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/n3M3HNTT-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/uttnWn7p-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/nYqne0r6-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/CQgRrViL-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/G99SXo4a-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/zOUgrsPD-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/gZcR8Br5-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/CpOj86uD-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/x97ykunN-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/Im3LNIKj-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/fEQRNEG1-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/QaRC4tr3-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/z1zfNjb6-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/WQ7N8zmM-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/EF5wXqHe-image.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/UqJY7YsS-image.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-29T14:24:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 239844405483718,
+    "parent_author": "",
+    "parent_permlink": "tcg",
+    "pending_payout_value": "56.526 HBD",
+    "percent_hbd": 10000,
+    "permlink": "synergy-of-serra-the-free-to-play-deck-building-trading-card-game",
+    "post_id": 100304117,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Synergy of Serra: The Free-to-Play Deck-building Trading Card Game",
+    "title": "Synergy of Serra: The Free-to-Play Deck-building Trading Card Game",
+    "total_payout_value": "0.000 HBD",
+    "url": "/tcg/@synergyofserra/synergy-of-serra-the-free-to-play-deck-building-trading-card-game"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "3000",
+        "reputation": 520861791056580,
+        "rshares": 49769141565955,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "75",
+        "reputation": 19245698180508,
+        "rshares": 16189196673,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 10862888986821,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 506372806974428,
+        "rshares": 8306211778993,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "73",
+        "reputation": 109424005488868,
+        "rshares": 4075700724,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "737",
+        "reputation": 591298160171898,
+        "rshares": 112073202735,
+        "voter": "good-karma"
+      },
+      {
+        "percent": "750",
+        "reputation": 352970428645376,
+        "rshares": 501715566803,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 86171006185191,
+        "rshares": 19728069749,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1139583710641,
+        "rshares": 53410707088,
+        "voter": "ardina"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 169322507805,
+        "voter": "arcange"
+      },
+      {
+        "percent": "10000",
+        "reputation": 978188457801574,
+        "rshares": 3259723577804,
+        "voter": "deanliu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2558692465689,
+        "rshares": 35842937067,
+        "voter": "arconite"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3188183795,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "600",
+        "reputation": 560943007638090,
+        "rshares": 218389412144,
+        "voter": "ace108"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1430482023741,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65439199468202,
+        "rshares": 142074110482,
+        "voter": "crosheille"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143768203235023,
+        "rshares": 17535850217,
+        "voter": "shanghaipreneur"
+      },
+      {
+        "percent": "750",
+        "reputation": 736102194542370,
+        "rshares": 311980880665,
+        "voter": "daveks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 42101103097,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1500",
+        "reputation": 144108882515293,
+        "rshares": 121756045584,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "2000",
+        "reputation": 706874908331117,
+        "rshares": 528407222712,
+        "voter": "abh12345"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26672580951186,
+        "rshares": 32025742429,
+        "voter": "fukako"
+      },
+      {
+        "percent": "1250",
+        "reputation": 149827038166480,
+        "rshares": 50006771441,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 44070722299,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34131657938027,
+        "rshares": 278525510845,
+        "voter": "dylanhobalart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9057975527982,
+        "rshares": 69988542616,
+        "voter": "barcisz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 17333167526,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "764",
+        "reputation": 420443679514793,
+        "rshares": 131749453146,
+        "voter": "esteemapp"
+      },
+      {
+        "percent": "1000",
+        "reputation": 137759377200970,
+        "rshares": 6625515589,
+        "voter": "yadamaniart"
+      },
+      {
+        "percent": "6000",
+        "reputation": 37769232724831,
+        "rshares": 113516791302,
+        "voter": "ixindamix"
+      },
+      {
+        "percent": "2500",
+        "reputation": 59094884211730,
+        "rshares": 3268031215,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "2400",
+        "reputation": 7177514553823,
+        "rshares": 51098253319,
+        "voter": "gabriele-gio"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 46656397208,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15850781860580,
+        "rshares": 87850808875,
+        "voter": "neuerko"
+      },
+      {
+        "percent": "2800",
+        "reputation": 45761827786994,
+        "rshares": 39884051429,
+        "voter": "ryivhnn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1696316811168628,
+        "rshares": 2679082462958,
+        "voter": "tarazkp"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7715633212,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36214470543162,
+        "rshares": 18794969909,
+        "voter": "assasin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 169327551453023,
+        "rshares": 7925674824,
+        "voter": "evildeathcore"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15925403061479,
+        "rshares": 1463125543,
+        "voter": "titianus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 85095413504513,
+        "rshares": 7948117840,
+        "voter": "singa"
+      },
+      {
+        "percent": "3500",
+        "reputation": 288303313542379,
+        "rshares": 201668433968,
+        "voter": "melinda010100"
+      },
+      {
+        "percent": "3500",
+        "reputation": 42486683511346,
+        "rshares": 11240342998,
+        "voter": "ma1neevent"
+      },
+      {
+        "percent": "4800",
+        "reputation": 62578995648516,
+        "rshares": 75572055651,
+        "voter": "zaragast"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 286658626425,
+        "voter": "mes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46266249863448,
+        "rshares": 19281860731,
+        "voter": "arnel"
+      },
+      {
+        "percent": "4800",
+        "reputation": 79234586811944,
+        "rshares": 143904574033,
+        "voter": "thenightflier"
+      },
+      {
+        "percent": "2500",
+        "reputation": 91224250124,
+        "rshares": 6430046726,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8778598823202,
+        "rshares": 2693109647,
+        "voter": "jraysteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 150168471794812,
+        "rshares": 75027823164,
+        "voter": "jznsamuel"
+      },
+      {
+        "percent": "187",
+        "reputation": 11448902903972,
+        "rshares": 92410360312,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "3000",
+        "reputation": 29513750536324,
+        "rshares": 1811562755,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 49292892182110,
+        "rshares": 12664481554,
+        "voter": "gmuxx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 27000280897,
+        "voter": "drag33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72689952666000,
+        "rshares": 280126614344,
+        "voter": "ninahaskin"
+      },
+      {
+        "percent": "8000",
+        "reputation": 108813324772579,
+        "rshares": 310621072034,
+        "voter": "nanosesame"
+      },
+      {
+        "percent": "2500",
+        "reputation": 441960688612864,
+        "rshares": 519918948215,
+        "voter": "isaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71915783295563,
+        "rshares": 128290019387,
+        "voter": "elteamgordo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21298951755480,
+        "rshares": 297807151993,
+        "voter": "tonyz"
+      },
+      {
+        "percent": "6600",
+        "reputation": 110350001199994,
+        "rshares": 73647972810,
+        "voter": "stortebeker"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22688897469714,
+        "rshares": 67656186458,
+        "voter": "jeanpi1908"
+      },
+      {
+        "percent": "2500",
+        "reputation": 45692041727733,
+        "rshares": 19995487335,
+        "voter": "carolkean"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3553102205525,
+        "rshares": 21049697237,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1116388212326,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "6000",
+        "reputation": 655474560066583,
+        "rshares": 1325117764556,
+        "voter": "galenkp"
+      },
+      {
+        "percent": "8000",
+        "reputation": 80786753664668,
+        "rshares": 25316081220,
+        "voter": "freddbrito"
+      },
+      {
+        "percent": "1750",
+        "reputation": 120327041068001,
+        "rshares": 60362319621,
+        "voter": "jayna"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 186273766979,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30158976168359,
+        "rshares": 5544754361,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 53671677237969,
+        "rshares": 2020676660,
+        "voter": "rival"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32908808816942,
+        "rshares": 58380200836,
+        "voter": "guyfawkes4-20"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46399597511616,
+        "rshares": 114227321241,
+        "voter": "ladybug146"
+      },
+      {
+        "percent": "5000",
+        "reputation": 72804718490057,
+        "rshares": 43483573080,
+        "voter": "binkyprod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1961206307670,
+        "rshares": 23659105262,
+        "voter": "alfonzo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 148419365168,
+        "rshares": 933465370,
+        "voter": "abdulshakun"
+      },
+      {
+        "percent": "1250",
+        "reputation": 202651998358237,
+        "rshares": 59150128461,
+        "voter": "felt.buzz"
+      },
+      {
+        "percent": "2600",
+        "reputation": 145609724101,
+        "rshares": 228219769580,
+        "voter": "hope-on-fire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62623152420388,
+        "rshares": 122890528235,
+        "voter": "nelinoeva"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1060930411809617,
+        "rshares": 2470060996800,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "5500",
+        "reputation": 190691885658151,
+        "rshares": 4282110499436,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 134718275167014,
+        "rshares": 379759031299,
+        "voter": "catwomanteresa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 895691331080490,
+        "rshares": 10671328569136,
+        "voter": "ocd"
+      },
+      {
+        "percent": "4800",
+        "reputation": 64603876629814,
+        "rshares": 206697096983,
+        "voter": "steempostitalia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 138474842209,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "7000",
+        "reputation": 616021827459,
+        "rshares": 8729088229,
+        "voter": "yacobh"
+      },
+      {
+        "percent": "2750",
+        "reputation": 61249536206183,
+        "rshares": 31781150446,
+        "voter": "redrica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9446256817327,
+        "rshares": 8335972596,
+        "voter": "june21neneng"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3732045519725,
+        "rshares": 2029436371,
+        "voter": "mangoanddaddy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 52406600539994,
+        "rshares": 30143155455,
+        "voter": "fionasfavourites"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15106373780430,
+        "rshares": 42803917658,
+        "voter": "spiceboyz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 53958201682724,
+        "rshares": 10202256996,
+        "voter": "aaronleang"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16928832707753,
+        "rshares": 22753499070,
+        "voter": "sunravelme"
+      },
+      {
+        "percent": "4200",
+        "reputation": 24639928209538,
+        "rshares": 24303277863,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 35972230673675,
+        "rshares": 246979632890,
+        "voter": "reinhard-schmid"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 65124856953,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "750",
+        "reputation": 101280142849344,
+        "rshares": 21027318056,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5754775236968,
+        "rshares": 4410613276,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355541395288151,
+        "rshares": 7707965193721,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "375",
+        "reputation": 33280218537901,
+        "rshares": 4193958513,
+        "voter": "artonmysleeve"
+      },
+      {
+        "percent": "10000",
+        "reputation": 169540068420922,
+        "rshares": 41158470873,
+        "voter": "raj808"
+      },
+      {
+        "percent": "4800",
+        "reputation": 35075558795655,
+        "rshares": 69441591320,
+        "voter": "alinakot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 21897757237,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "3000",
+        "reputation": 128229050079,
+        "rshares": 1184909369,
+        "voter": "cconn"
+      },
+      {
+        "percent": "3000",
+        "reputation": 82083033108,
+        "rshares": 819433173,
+        "voter": "tomwafula"
+      },
+      {
+        "percent": "250",
+        "reputation": 445234100950820,
+        "rshares": 766087672478,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 65316782795996,
+        "rshares": 33150969254,
+        "voter": "mballesteros"
+      },
+      {
+        "percent": "5637",
+        "reputation": 0,
+        "rshares": 91327022732,
+        "voter": "fatman"
+      },
+      {
+        "percent": "1000",
+        "reputation": 336063014350538,
+        "rshares": 152895540351,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "4000",
+        "reputation": 6727973666699,
+        "rshares": 67093846729,
+        "voter": "omra-sky"
+      },
+      {
+        "percent": "1000",
+        "reputation": 86519807944048,
+        "rshares": 90269083076,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "1000",
+        "reputation": 47982158911387,
+        "rshares": 31156696038,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "4800",
+        "reputation": 12066290877974,
+        "rshares": 36888905674,
+        "voter": "heidi71"
+      },
+      {
+        "percent": "772",
+        "reputation": 0,
+        "rshares": 2448332277,
+        "voter": "esteem.app"
+      },
+      {
+        "percent": "186",
+        "reputation": 0,
+        "rshares": 67605276598,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3291168947960,
+        "rshares": 3502523089,
+        "voter": "enolife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66305366564261,
+        "rshares": 132669377904,
+        "voter": "planetauto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29313772061277,
+        "rshares": 120119577771,
+        "voter": "castleberry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5205862159626,
+        "rshares": 216018711119,
+        "voter": "brisby"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1920136042828,
+        "rshares": 5904178405,
+        "voter": "petrolinivideo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 13524573429346,
+        "rshares": 1327794333,
+        "voter": "bangmimi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6785724346858,
+        "rshares": 149139947192,
+        "voter": "drillith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57968856130168,
+        "rshares": 4295582062,
+        "voter": "otemzi"
+      },
+      {
+        "percent": "2500",
+        "reputation": 11326960455322,
+        "rshares": 14717529232,
+        "voter": "amritadeva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4223670366661,
+        "rshares": 27920370108,
+        "voter": "cizzo"
+      },
+      {
+        "percent": "7500",
+        "reputation": 136276266931207,
+        "rshares": 94829086398,
+        "voter": "ybanezkim26"
+      },
+      {
+        "percent": "10000",
+        "reputation": 473928985768900,
+        "rshares": 3168408857,
+        "voter": "tradingideas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12722616650811,
+        "rshares": 2202907876969,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "4800",
+        "reputation": 236384820778321,
+        "rshares": 184861816308,
+        "voter": "steemflow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1338862822184,
+        "rshares": 4252536827,
+        "voter": "potplucker"
+      },
+      {
+        "percent": "250",
+        "reputation": 157805541487641,
+        "rshares": 151789512035,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9517778819103,
+        "rshares": 43178287293,
+        "voter": "mytechtrail"
+      },
+      {
+        "percent": "1500",
+        "reputation": 13569938137899,
+        "rshares": 3604537541,
+        "voter": "kneelyrac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5341088715064,
+        "rshares": 1451342594,
+        "voter": "aquinotyron3"
+      },
+      {
+        "percent": "3000",
+        "reputation": 66785151966461,
+        "rshares": 143516303848,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3639315776643,
+        "rshares": 545292010,
+        "voter": "wild.nature"
+      },
+      {
+        "percent": "2400",
+        "reputation": 9242922601755,
+        "rshares": 10707171563,
+        "voter": "marcolino76"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2868117332382,
+        "rshares": 46396793085,
+        "voter": "as31"
+      },
+      {
+        "percent": "2500",
+        "reputation": 110889227376345,
+        "rshares": 2400464022,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "1500",
+        "reputation": 14337364044156,
+        "rshares": 2272702563,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7322524209,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 871238509,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2680015924516,
+        "rshares": 7442951775,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "650",
+        "reputation": 94326416009060,
+        "rshares": 8536023213,
+        "voter": "paradigmprospect"
+      },
+      {
+        "percent": "2500",
+        "reputation": 13345171215929,
+        "rshares": 13248753237,
+        "voter": "r00sj3"
+      },
+      {
+        "percent": "2800",
+        "reputation": 87198152925,
+        "rshares": 1241263905,
+        "voter": "gorc"
+      },
+      {
+        "percent": "2800",
+        "reputation": 61649444966,
+        "rshares": 710438935,
+        "voter": "pixietrix"
+      },
+      {
+        "percent": "2800",
+        "reputation": 55737122541,
+        "rshares": 828537686,
+        "voter": "shadowlioncub"
+      },
+      {
+        "percent": "2200",
+        "reputation": 7107778763,
+        "rshares": 340902777381,
+        "voter": "jim888"
+      },
+      {
+        "percent": "5000",
+        "reputation": 39432928472357,
+        "rshares": 2769928359,
+        "voter": "stormlight24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36559175792044,
+        "rshares": 1678632871,
+        "voter": "jewel-lover"
+      },
+      {
+        "percent": "5000",
+        "reputation": 87246032649758,
+        "rshares": 86115255565,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59361041133414,
+        "rshares": 74280355129,
+        "voter": "bossel"
+      },
+      {
+        "percent": "1000",
+        "reputation": 169520027942230,
+        "rshares": 9917908800,
+        "voter": "r351574nc3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34815203173240,
+        "rshares": 11782089998,
+        "voter": "yakubenko"
+      },
+      {
+        "percent": "400",
+        "reputation": 25048759621308,
+        "rshares": 3869168493,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "3750",
+        "reputation": 10165169816277,
+        "rshares": 2465710673,
+        "voter": "leslierevales"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22312621205482,
+        "rshares": 117925144737,
+        "voter": "enmaart"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5600484925419,
+        "rshares": 1133898059,
+        "voter": "ricardo993"
+      },
+      {
+        "percent": "5000",
+        "reputation": 170235537022,
+        "rshares": 680211362,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4755551366717,
+        "rshares": 670968979,
+        "voter": "philnewton"
+      },
+      {
+        "percent": "5000",
+        "reputation": 37970568723804,
+        "rshares": 35297644320,
+        "voter": "psos"
+      },
+      {
+        "percent": "2100",
+        "reputation": 8003119161188,
+        "rshares": 4461781838,
+        "voter": "brewery"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19604135658239,
+        "rshares": 35631887581,
+        "voter": "zoricatech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5290234783266,
+        "rshares": 7354537635,
+        "voter": "pandasquad"
+      },
+      {
+        "percent": "1500",
+        "reputation": 79537112262409,
+        "rshares": 29345178840,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6684590265952,
+        "rshares": 12653848734,
+        "voter": "nobyeni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3127964874194,
+        "rshares": 619030198,
+        "voter": "randomwanderings"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91651981795187,
+        "rshares": 23369258178,
+        "voter": "lunaticpandora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12864088653653,
+        "rshares": 950809975712,
+        "voter": "lemony-cricket"
+      },
+      {
+        "percent": "2500",
+        "reputation": 48991085568043,
+        "rshares": 11296587215,
+        "voter": "warpedpoetic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 148975588734578,
+        "rshares": 7828300579,
+        "voter": "svemirac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8228071109188,
+        "rshares": 935557570,
+        "voter": "bet1x2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22367616882821,
+        "rshares": 5817089570,
+        "voter": "mr-phoenix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4705304861944,
+        "rshares": 1487934113232,
+        "voter": "ocd-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86916035515124,
+        "rshares": 121800009821,
+        "voter": "cryptosharon"
+      },
+      {
+        "percent": "2500",
+        "reputation": 442944056818,
+        "rshares": 905162431,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "3000",
+        "reputation": 44591308905549,
+        "rshares": 130077690663,
+        "voter": "bigtom13"
+      },
+      {
+        "percent": "1100",
+        "reputation": 344804463734258,
+        "rshares": 2469871669,
+        "voter": "dirapa"
+      },
+      {
+        "percent": "100",
+        "reputation": 107854173717168,
+        "rshares": 3577204213,
+        "voter": "moeenali"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8534044826795,
+        "rshares": 71724746366,
+        "voter": "d0zer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 182685861369,
+        "rshares": 851524998,
+        "voter": "darkpylon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 483223942335,
+        "rshares": 4008676549,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "5000",
+        "reputation": 724923766221,
+        "rshares": 1701925953,
+        "voter": "liberviarum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22399611269460,
+        "rshares": 19720842705,
+        "voter": "cyprianj"
+      },
+      {
+        "percent": "250",
+        "reputation": 26898775193091,
+        "rshares": 2392007368,
+        "voter": "movement19"
+      },
+      {
+        "percent": "4200",
+        "reputation": 192465234875420,
+        "rshares": 232774973035,
+        "voter": "whack.science"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 27007409851,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "1000",
+        "reputation": 85785149964848,
+        "rshares": 2640188235,
+        "voter": "putu300"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15537102540153,
+        "rshares": 28126914412,
+        "voter": "siphon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6368389637818,
+        "rshares": 287297061,
+        "voter": "dunkman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3414691338324,
+        "rshares": 2302876941,
+        "voter": "homeginkit"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2256065348315,
+        "rshares": 2488223556,
+        "voter": "frassman"
+      },
+      {
+        "percent": "8000",
+        "reputation": 158256810302501,
+        "rshares": 137134992416,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 45433987678513,
+        "rshares": 38473605280,
+        "voter": "khaimi"
+      },
+      {
+        "percent": "1125",
+        "reputation": 3636565312717,
+        "rshares": 1670243119,
+        "voter": "kymio"
+      },
+      {
+        "percent": "8888",
+        "reputation": 46955154178798,
+        "rshares": 1008003095299,
+        "voter": "amico"
+      },
+      {
+        "percent": "1000",
+        "reputation": 10250642778719,
+        "rshares": 3401814626,
+        "voter": "salty-mcgriddles"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8107441442652,
+        "rshares": 10493115058,
+        "voter": "deltasteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4528527620889,
+        "rshares": 863957328,
+        "voter": "elider11"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1108677568897,
+        "rshares": 5957890520,
+        "voter": "jan23com"
+      },
+      {
+        "percent": "10000",
+        "reputation": 373679836722908,
+        "rshares": 3415174572023,
+        "voter": "derangedvisions"
+      },
+      {
+        "percent": "7500",
+        "reputation": 35499944396318,
+        "rshares": 25713188211,
+        "voter": "tesmoforia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 2864770933,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10653602334497,
+        "rshares": 60036064434,
+        "voter": "melbourneswest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10532279362821,
+        "rshares": 3847426305,
+        "voter": "sallyfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37847496032881,
+        "rshares": 13487278148,
+        "voter": "z3ll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 30957198588,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "9000",
+        "reputation": 158718167236,
+        "rshares": 3646594887,
+        "voter": "choco11oreo11"
+      },
+      {
+        "percent": "1243",
+        "reputation": 329293736617948,
+        "rshares": 208781581880,
+        "voter": "quochuy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 1955390031,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 817110539670,
+        "rshares": 668880167,
+        "voter": "vanuzza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42246987760,
+        "rshares": 8673203037,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 49896781217774,
+        "rshares": 43312878670,
+        "voter": "cesaramos"
+      },
+      {
+        "percent": "4500",
+        "reputation": 4158142244411,
+        "rshares": 1248776555,
+        "voter": "oluwashinaayomi"
+      },
+      {
+        "percent": "3000",
+        "reputation": 54368794178735,
+        "rshares": 89910440559,
+        "voter": "birdsinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 476429169806,
+        "rshares": 1305725356,
+        "voter": "lemcriq"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10484590752220,
+        "rshares": 48018844394,
+        "voter": "veteranforcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1180987164511,
+        "rshares": 3636094662,
+        "voter": "coarebabes"
+      },
+      {
+        "percent": "5000",
+        "reputation": 715633044078,
+        "rshares": 3747888772,
+        "voter": "smacommunity"
+      },
+      {
+        "percent": "3000",
+        "reputation": 73448836500533,
+        "rshares": 7715412668,
+        "voter": "eii"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28237853787625,
+        "rshares": 556937306,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12736574015031,
+        "rshares": 4635841365,
+        "voter": "sayago"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9913045603,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 400173500953,
+        "rshares": 561137629,
+        "voter": "gmlgang"
+      },
+      {
+        "percent": "2250",
+        "reputation": 31963786148569,
+        "rshares": 3793303454,
+        "voter": "archisteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5298034156084,
+        "rshares": 27801899715,
+        "voter": "motherofalegend"
+      },
+      {
+        "percent": "10000",
+        "reputation": 401559670619,
+        "rshares": 3175554877,
+        "voter": "onethousandpics"
+      },
+      {
+        "percent": "1000",
+        "reputation": 599567348573,
+        "rshares": 524643994,
+        "voter": "exifr"
+      },
+      {
+        "percent": "1200",
+        "reputation": 68462748929740,
+        "rshares": 120977801527,
+        "voter": "roger5120"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1401585186039,
+        "rshares": 4945121548,
+        "voter": "sivehead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1337984045,
+        "voter": "abacam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 254709457166,
+        "rshares": 7254274853,
+        "voter": "abcor"
+      },
+      {
+        "percent": "2780",
+        "reputation": 65690218229412,
+        "rshares": 56778867093,
+        "voter": "annephilbrick"
+      },
+      {
+        "percent": "10000",
+        "reputation": 84809016946227,
+        "rshares": 12484416788,
+        "voter": "kapitanrosomak"
+      },
+      {
+        "percent": "3400",
+        "reputation": 20764791822405,
+        "rshares": 6912953465,
+        "voter": "desireeart"
+      },
+      {
+        "percent": "1500",
+        "reputation": 97973570792503,
+        "rshares": 7005728493,
+        "voter": "mrnightmare89"
+      },
+      {
+        "percent": "750",
+        "reputation": 18701622566955,
+        "rshares": 2757703920,
+        "voter": "ambiguity"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3516028097696,
+        "rshares": 41920687980328,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 104172726518074,
+        "rshares": 604972541940,
+        "voter": "pdc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20224059636954,
+        "rshares": 24325962192,
+        "voter": "adonisr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16007619374672,
+        "rshares": 4857840102,
+        "voter": "cyberspacegod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114256216898620,
+        "rshares": 55702035993,
+        "voter": "digi-me"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 853158864,
+        "voter": "zeeon"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 741566769,
+        "voter": "davidox"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 741529790,
+        "voter": "daleron"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 741648774,
+        "voter": "fireon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7038024937952,
+        "rshares": 43788748988,
+        "voter": "dog-marley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1178903309,
+        "voter": "nh3"
+      },
+      {
+        "percent": "7000",
+        "reputation": 44525854399402,
+        "rshares": 126602572107,
+        "voter": "thehive"
+      },
+      {
+        "percent": "1000",
+        "reputation": 116804559,
+        "rshares": 626380820,
+        "voter": "exifr0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58717222761366,
+        "rshares": 11305371250,
+        "voter": "gohalber"
+      },
+      {
+        "percent": "9000",
+        "reputation": 22555392895,
+        "rshares": 5514356912,
+        "voter": "littleshadow"
+      },
+      {
+        "percent": "30",
+        "reputation": 18790919715448,
+        "rshares": 4185151288,
+        "voter": "luppers"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7532194699640,
+        "rshares": 2030009444,
+        "voter": "cubapl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12546717165553,
+        "rshares": 27754647544,
+        "voter": "tommasobusiello"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144910360949054,
+        "rshares": 39594355265,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "9000",
+        "reputation": 17567685388,
+        "rshares": 1876050107,
+        "voter": "joseph6232"
+      },
+      {
+        "percent": "7500",
+        "reputation": 19783849759,
+        "rshares": 3313067951,
+        "voter": "emaillisahere"
+      },
+      {
+        "percent": "5000",
+        "reputation": 19563050817,
+        "rshares": 632615863,
+        "voter": "buzzbee"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7344887427854,
+        "rshares": 37795393981,
+        "voter": "altonos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1503728134655,
+        "rshares": 505618169006,
+        "voter": "tipsybosphorus"
+      },
+      {
+        "percent": "2000",
+        "reputation": 22970128827598,
+        "rshares": 17837974990,
+        "voter": "foodfightfriday"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37453744817,
+        "rshares": 4378553908,
+        "voter": "caoimhin"
+      },
+      {
+        "percent": "7500",
+        "reputation": 27727654562,
+        "rshares": 1491883674,
+        "voter": "djtrucker"
+      },
+      {
+        "percent": "4000",
+        "reputation": 66724559701872,
+        "rshares": 81526501371,
+        "voter": "muscara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76163497686104,
+        "rshares": 23877257875,
+        "voter": "franz54"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 14408264337,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "8500",
+        "reputation": 260876943473,
+        "rshares": 78578979857,
+        "voter": "marshalmugi"
+      },
+      {
+        "percent": "9000",
+        "reputation": 1786834467,
+        "rshares": 1782542600,
+        "voter": "podg3"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 40663348996,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "9000",
+        "reputation": 2040204650,
+        "rshares": 6725797664,
+        "voter": "misstaken"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28081859964582,
+        "rshares": 12812011279,
+        "voter": "naty16"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1460324570172,
+        "rshares": 7184702138,
+        "voter": "kuku-splatts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1591954997388,
+        "rshares": 762115798,
+        "voter": "mannaman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 55273774845202,
+        "rshares": 2427689766,
+        "voter": "elsaenroute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18273031359521,
+        "rshares": 4099902038,
+        "voter": "adyorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37901964014543,
+        "rshares": 5688220102,
+        "voter": "estefania3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 341791049533,
+        "voter": "milky-concrete"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 538535159,
+        "voter": "conectionbot"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5548258794861,
+        "rshares": 747201869,
+        "voter": "onze"
+      },
+      {
+        "percent": "9000",
+        "reputation": 4187177339,
+        "rshares": 2087265711,
+        "voter": "jussbren"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6212919718205,
+        "rshares": 2258291791,
+        "voter": "letalis-laetitia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1813737497231,
+        "rshares": 4048797647,
+        "voter": "knjigesuin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8468960967138,
+        "rshares": 1951029935,
+        "voter": "smonia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 430824325047,
+        "rshares": 1377674162,
+        "voter": "pandapuzzles"
+      },
+      {
+        "percent": "3000",
+        "reputation": 854097216443,
+        "rshares": 526922991,
+        "voter": "redheaddemon"
+      },
+      {
+        "percent": "2900",
+        "reputation": 4104615584,
+        "rshares": 30668763590,
+        "voter": "steem-on-2020"
+      },
+      {
+        "percent": "2000",
+        "reputation": 30517153592067,
+        "rshares": 6888348240,
+        "voter": "variedades"
+      },
+      {
+        "percent": "5000",
+        "reputation": 185852714902,
+        "rshares": 1024092418,
+        "voter": "j-p-bs"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4043053357511,
+        "rshares": 215653904752,
+        "voter": "anmitsu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 2028497110,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "1000",
+        "reputation": 86443203025994,
+        "rshares": 4532144771,
+        "voter": "jacuzzi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6944150333466,
+        "rshares": 4663788865,
+        "voter": "milyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8193736963639,
+        "rshares": 1891457205,
+        "voter": "breakforbook"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1737296461,
+        "voter": "tr777"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 618475906,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1619035418,
+        "voter": "tr77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1450066538,
+        "voter": "smoner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1688449372,
+        "voter": "smonian"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6085708906847,
+        "rshares": 3704597571,
+        "voter": "creary"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71911881788546,
+        "rshares": 562816413864,
+        "voter": "dlstudios"
+      },
+      {
+        "percent": "500",
+        "reputation": -4467669911343,
+        "rshares": 778210973404,
+        "voter": "ctime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 175298269711,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 1422090500,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5230675637,
+        "rshares": 1476422811,
+        "voter": "jjangjjanggirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 275674068830,
+        "rshares": 589306972,
+        "voter": "qei"
+      },
+      {
+        "percent": "368",
+        "reputation": 5616865862,
+        "rshares": 765603489,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "5000",
+        "reputation": 96673801127912,
+        "rshares": 117299309310,
+        "voter": "doze"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5833218185,
+        "rshares": 1701542042,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "75",
+        "reputation": 120936131908085,
+        "rshares": 5560494134,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13650758281946,
+        "rshares": 500169151595,
+        "voter": "rodrook"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61476958391321,
+        "rshares": 2454341546,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98578472333076,
+        "rshares": 491355235594,
+        "voter": "minigame"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2597264781531,
+        "rshares": 3894717635,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10702198150786,
+        "rshares": 142443264830,
+        "voter": "scholaris"
+      },
+      {
+        "percent": "7000",
+        "reputation": 5706500792678,
+        "rshares": 7788777840,
+        "voter": "spurisna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14615302348169,
+        "rshares": 8782846432,
+        "voter": "dutybound"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1349989372,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "5000",
+        "reputation": 270631290373,
+        "rshares": 581138265,
+        "voter": "treze"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13622047625602,
+        "rshares": 1400075533,
+        "voter": "ocd-accountant"
+      },
+      {
+        "percent": "250",
+        "reputation": 20916803594387,
+        "rshares": 1145702151,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16313879716356,
+        "rshares": 40858846507,
+        "voter": "tggr"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1138890453375,
+        "rshares": 1546018008,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17647336098195,
+        "rshares": 35034145753,
+        "voter": "c21c"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9163578879,
+        "rshares": 556829290,
+        "voter": "suigener1s"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 935392217,
+        "voter": "joker777"
+      },
+      {
+        "percent": "9000",
+        "reputation": 12552713403211,
+        "rshares": 18338991778,
+        "voter": "yeswecan"
+      },
+      {
+        "percent": "2500",
+        "reputation": 14030750678,
+        "rshares": 939000219,
+        "voter": "pal-isaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 113172734,
+        "rshares": 1157361703,
+        "voter": "penpals"
+      },
+      {
+        "percent": "1500",
+        "reputation": 612780456165,
+        "rshares": 1236901781,
+        "voter": "freedomring"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 3025785413,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17170954649,
+        "rshares": 937868109,
+        "voter": "cards4u"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 370442566,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45364952422214,
+        "rshares": 62867666541,
+        "voter": "soyunasantacruz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "happiness19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 35151834,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1281549773,
+        "rshares": 962105358,
+        "voter": "tggr.trb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110971278120219,
+        "rshares": 133526746454,
+        "voter": "janaveda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 548374746,
+        "voter": "loperdt"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4144830007563,
+        "rshares": 4051934066,
+        "voter": "idig"
+      },
+      {
+        "percent": "10000",
+        "reputation": 770042020971,
+        "rshares": 30055105653,
+        "voter": "acta"
+      },
+      {
+        "percent": "9000",
+        "reputation": 5889854881,
+        "rshares": 20321616697,
+        "voter": "the-table"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266042222060,
+        "rshares": 2433797960,
+        "voter": "cardtrader"
+      },
+      {
+        "percent": "9000",
+        "reputation": 19199339523,
+        "rshares": 1943146990,
+        "voter": "thehouse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1670274417,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 848203521475,
+        "rshares": 117553078814,
+        "voter": "downvoteme"
+      },
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": 191229282822,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 899090935,
+        "voter": "jessy22"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34345409186789,
+        "rshares": 375313306527,
+        "voter": "homeedders"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3257555962879,
+        "rshares": 774866598,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": 939041436,
+        "voter": "isaria-ccc"
+      },
+      {
+        "percent": "9000",
+        "reputation": 967638294423,
+        "rshares": 149140694115,
+        "voter": "silverquest"
+      },
+      {
+        "percent": "4250",
+        "reputation": 257075039692,
+        "rshares": 3893700470,
+        "voter": "efathenub"
+      },
+      {
+        "percent": "8500",
+        "reputation": 268654389989,
+        "rshares": 10349880517,
+        "voter": "honeychip"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6232300918,
+        "rshares": 625391006,
+        "voter": "artmusiclife"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1529784193,
+        "voter": "khalccc"
+      },
+      {
+        "percent": "4000",
+        "reputation": 13338109908260,
+        "rshares": 35480685238,
+        "voter": "splatts"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 16628711,
+        "voter": "kryptoformator"
+      },
+      {
+        "percent": "6000",
+        "reputation": 0,
+        "rshares": 706547347,
+        "voter": "galenkp.aus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6574541842654,
+        "rshares": 14456413868,
+        "voter": "hjmarseille"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1201079161955,
+        "rshares": 710641640,
+        "voter": "gmlrecordz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1321568471,
+        "voter": "keepit2"
+      },
+      {
+        "percent": "6000",
+        "reputation": 4834237142168,
+        "rshares": 7721534323,
+        "voter": "journeyofanomad"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 935355741,
+        "voter": "gogoo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 23010538544428,
+        "rshares": 6215778030,
+        "voter": "garlet"
+      },
+      {
+        "percent": "7500",
+        "reputation": 0,
+        "rshares": 621449034,
+        "voter": "zappyzap"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 2262071460,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 764313462,
+        "voter": "garlet-68"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9624495306704,
+        "rshares": 54572735539363,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12277716584335,
+        "rshares": 13809175581,
+        "voter": "orestistrips"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3260566328403,
+        "rshares": 12710957128,
+        "voter": "gorllara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 164450582774349,
+        "rshares": 67784844628,
+        "voter": "alexa.art"
+      },
+      {
+        "percent": "9000",
+        "reputation": 30255784377,
+        "rshares": 1782228802,
+        "voter": "tommys.shop"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18071750627046,
+        "rshares": 119879656744,
+        "voter": "theinkwell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 935399266,
+        "voter": "edaz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 935405716,
+        "voter": "qtu"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15763678532,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "7500",
+        "reputation": 355888101482,
+        "rshares": 578980729,
+        "voter": "hivewaves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 35894562143595,
+        "rshares": 261125851713,
+        "voter": "radiohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 935422421,
+        "voter": "neo2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 623097497,
+        "voter": "kravata"
+      },
+      {
+        "percent": "3900",
+        "reputation": 1209731647511,
+        "rshares": 668315405549,
+        "voter": "softworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17500919200979,
+        "rshares": 56134129158,
+        "voter": "arlettemsalase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 954619389,
+        "voter": "morpheus2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 954618559,
+        "voter": "trinity2"
+      },
+      {
+        "percent": "1500",
+        "reputation": 22060257076152,
+        "rshares": 6576938151,
+        "voter": "quello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7005445491415,
+        "rshares": 5179554898,
+        "voter": "patagonian-nomad"
+      },
+      {
+        "percent": "2500",
+        "reputation": 19801520667766,
+        "rshares": 2538800663,
+        "voter": "maitt87"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 599525163,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "7500",
+        "reputation": 5014132859,
+        "rshares": 1516314299,
+        "voter": "paulman"
+      },
+      {
+        "percent": "187",
+        "reputation": 47896334821902,
+        "rshares": 2531238776,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9168234171,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "500",
+        "reputation": 604442758770,
+        "rshares": 22341776091,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 122230195155,
+        "voter": "kiemurainen"
+      },
+      {
+        "percent": "757",
+        "reputation": 56328328383994,
+        "rshares": 465318233707,
+        "voter": "ecency"
+      },
+      {
+        "percent": "300",
+        "reputation": 9650263289467,
+        "rshares": 1600500246,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7436529679810,
+        "rshares": 7113577334,
+        "voter": "belen0949"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4561981052,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54824847159245,
+        "rshares": 104777245624,
+        "voter": "discoveringarni"
+      },
+      {
+        "percent": "5000",
+        "reputation": -588508122267,
+        "rshares": 43005179104,
+        "voter": "poshbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 840880043644,
+        "rshares": 5977172202,
+        "voter": "smh01"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5470715229938,
+        "rshares": 1064639937,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 630799830005,
+        "rshares": 5777049476,
+        "voter": "memesforhive"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15777185838,
+        "rshares": 860940581,
+        "voter": "patronpass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2014353692383,
+        "rshares": 776120486,
+        "voter": "ralphsam2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 869572128132,
+        "rshares": 6124901012,
+        "voter": "myword"
+      },
+      {
+        "percent": "5500",
+        "reputation": 65519590598,
+        "rshares": 1139946996,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17939114076906,
+        "rshares": 16823152410,
+        "voter": "viviana28"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23814154211011,
+        "rshares": 4314151129,
+        "voter": "syberia"
+      },
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": 6713349092,
+        "voter": "w-splatts"
+      },
+      {
+        "percent": "772",
+        "reputation": 12378826857256,
+        "rshares": 1474660155,
+        "voter": "ecency.stats"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2742340079942,
+        "rshares": 2620085527,
+        "voter": "dikshabihani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 792202344312,
+        "rshares": 798553070,
+        "voter": "ollasysartenes"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7273089567,
+        "rshares": 625730932,
+        "voter": "hivecoffee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 205995741,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "500",
+        "reputation": 25284728169845,
+        "rshares": 135820917516,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "1000",
+        "reputation": 76284107957,
+        "rshares": 2646938618,
+        "voter": "hive-108278"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9517022344384,
+        "rshares": 38990646309,
+        "voter": "rafaelgreen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7461354093641,
+        "rshares": 4767426268,
+        "voter": "kasna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 64439058552,
+        "voter": "gohive"
+      },
+      {
+        "percent": "1800",
+        "reputation": 15234109271535,
+        "rshares": 2498924758,
+        "voter": "vicnzia"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3274158340408,
+        "rshares": 5179406333,
+        "voter": "spirall"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 4799681325,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 21228046452,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "6500",
+        "reputation": 837854855679,
+        "rshares": 16631870280,
+        "voter": "rituraz17"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 1518585848177,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1447273576100,
+        "rshares": 1310963915,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3679705780578,
+        "rshares": 4195214559,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1668767539307,
+        "rshares": 681157365,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3038383065569,
+        "rshares": 37239651444,
+        "voter": "crypto-gamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 210835970747,
+        "rshares": 3923956317,
+        "voter": "william-gregory"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1964725036,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 369404455919,
+        "rshares": 17314348311,
+        "voter": "enrico2gameplays"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 2062266688,
+        "voter": "vaishnavi24"
+      }
+    ],
+    "author": "ocd",
+    "author_reputation": 895691331080490,
+    "beneficiaries": [
+      {
+        "account": "jznsamuel",
+        "weight": 5000
+      }
+    ],
+    "body": "https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/ocd/f0T8DgNw-image.png\n\nHey everyone! Time for another update on our ongoing Community Incubation Program from Team OCD. In [our last post](https://peakd.com/hive-174578/@ocd/ocd-communities-incubation-program-update-8), we saw some activity-related stats about the communities we're currently supporting and it was interesting to see the graphs about number of active users and count of posts. The communities are doing their best to keep engagement levels up and are ready to welcome and guide new users. Community leaders/moderators continue to highlight posts in our discord for some added curation. We also hope to conduct some contests in future to further boost engagement in smaller communities and give them added visibility.\n\nOur aim is to support communities, help them grow and allow users posting on genre specific topics find the right community spaces to interact with like-minded individuals, and gain through the focused curation done by community leaders.\n\nIf you've started new and unique genre-specific community that has the potential to raise a lot of activity and doesn't exist yet, feel free to apply for our incubation program -  either by writing in the comment section  or contacting us on [our Discord in the community-incubation channel](https://discord.gg/bnGc4BU). You can get more info about the program [here](https://peakd.com/hive-174578/@ocd/ocd-community-incubation-program-finalized).\n\n##### Without further wait, below we give you details on the subscriber growth as well as the new communities who've joined us...\n\n</n>\n* [Alien Art Hive](https://peakd.com/c/hive-158694/trending) - @juliakponsford - 1124 subs -> 1142 subs\n* [Amazing Nature](https://peakd.com/c/hive-127788/trending) - @hive-127788 - 1632 subs -> 1665 subs\n* [Build-it](https://peakd.com/c/hive-129017/trending) - @build-it - @build-it.daily (for reports) - 639 subs -> 672 subs\n* [ecoTrain](https://peakd.com/c/hive-123046/trending) - @ecotrain - 1108 -> 1122 subs\n* [Feathered Friends](https://peakd.com/c/hive-106444/trending) - @hive-106444 - 693 subs -> 705 subs\n* [Foodies Bee Hive](https://peakd.com/c/hive-120586/trending) - 1928 subs -> 1974 subs\n* [Fungi Lovers](https://peakd.com/c/hive-166168/trending) - @hive-166168 - 330 subs -> 355 subs\n* [Fascinating Insects](https://peakd.com/c/hive-101587/trending) - 871subs -> 891 subs\n* [Haveyoubeenhere](https://peakd.com/c/hive-163772/trending) - @pinmapple - 866 subs -> 931 subs\n* [Hive Gaming](https://peakd.com/c/hive-140217/trending) - @hivegc - 3449 subs -> 3508 subs\n* [Hive Open Mic](https://peakd.com/c/hive-105786/trending) - 248 subs -> 254 subs\n* [Home Edders](https://peakd.com/c/hive-199420/trending) - @homeedders - 160 subs -> 167 subs\n* [Lightpainters United](https://peakd.com/c/hive-108913/trending) - @lightpaintershub - 362 subs -> 365 subs\n* [Manipulation Station](https://peakd.com/c/hive-122516/trending) - @hive-122516 - 91 subs -> 91 subs\n* [Natural Medicine](https://peakd.com/c/hive-120078/trending) - @naturalmedicine - 2315 subs -> 2347 subs\n* [Needle Work Monday](https://peakd.com/c/hive-127911/trending) - @needleworkmonday - 396 subs -> 408 subs\n* [On Chain Art](https://peakd.com/c/hive-156509/trending) - @onchainart - 2860 subs -> 2917 subs\n* [Photography Lovers](https://peakd.com/c/hive-194913/trending) - @hive-194913 - 2590 subs -> 2654 subs\n* [Pixel Art](https://peakd.com/c/hive-102502/trending) - @kristyglas - 273 subs -> 282 subs\n* [Programming](https://peakd.com/c/hive-169321/trending) - 123 subs -> 129 subs\n* [ReggaeJAHM](https://peakd.com/c/hive-183952/trending) - 139 subs -> 148 subs\n* [Skate Hive](https://peakd.com/c/hive-173115/trending) - @skatehive - 199 subs -> 209 subs\n* [Sports Talk Social](https://peakd.com/c/hive-101690/trending) - 817 subs -> 830 subs\n* [StemSocial](https://peakd.com/c/hive-196387/trending) - 1117 subs -> 1125 subs\n* [Stock images](https://peakd.com/c/hive-118554/trending) - @hive-118554 - 312 subs -> 328 subs\n* [The Anime Realm](https://peakd.com/c/hive-158489/trending) - @dlstudios - 149 subs -> 165 subs\n* [The Ink Well](https://peakd.com/c/hive-170798/trending) - @theinkwell - 956 subs -> 982 subs\n* [Vimm](https://peakd.com/c/hive-169926/trending) - 366 subs -> 372 subs\n\nMany communities had good subscriber growth, and were quite active too. People are certainly checking them out as they explore diverse topics and contribute to interesting conversations across hive. In terms of engagement, communities like Haveyoubeenhere, Sports Talk Social, Amazing Nature and Foodies Bee Hive had over 500 interactions and 140+ active users. Hive Gaming, OnChainArt, Natural Medicine and Photography Lovers are some of the bigger communities that are popular and generate a lot of interaction and engagement on hive. *What is the one new community you subscribed to recently? - we'd love to know in comments.*\n\n##### New additions:\nWe'd like to welcome 3 new communities into the program!\n\n* [Movies & TV Shows](https://peakd.com/c/hive-166847/trending) - 928 subs\n* [Music](https://peakd.com/c/hive-193816/trending) - 1273 subs \n* [Shadow Hunters](https://peakd.com/c/hive-179017/trending) - 374 subs\n\nHead over to Movies & TV Shows for interesting entertainmentrelated content and participate in discussions on related topics. For all things about Music, check out the Music community. And Shadow Hunters is the place for you to showcase your cool shadow pictures.\n\n ---\n\nWe're looking forward to adding more communities focusing on different subjects to our incubation program, and helping them grow with curation/delegations.\n\nThese posts aim to highlight the communities as well as their curation accounts that post the curation reports, and if you find a community interesting, do feel free to have a look around/subscribe. They'd be happy to welcome/guide you.\n\nThe community moderators/curators are doing a great job trying to onboard and help new users as well as highlighting great content for curation. It's important that users find the right communities and subscribe to those that interest them, which keeps them active and engaged. Thanks for reading!\n\n___\n\n###### We would appreciate it if you want to delegate to @ocdb and earn some daily returns with a low fee which can be tracked on [our website](https://thegoodwhales.io/delegators.html) and vote for our [witness if you appreciate what we're doing on Hive](https://hivesigner.com/sign/account-witness-vote?witness=ocd-witness&approve=1). \n\n___\n\nHave you stumbled upon some new communities that are unique to the ones above and would like to see them get supported? Feel free to mention them here in the comments or join us on [Discord](https://discord.gg/bnGc4BU) and talk about it there in the #community-incubation channel! Please note that this is only for unique niches/genres of communities, nothing \"general original content\" or country/language based.",
+    "body_length": 6953,
+    "cashout_time": "2020-11-08T00:10:36",
+    "category": "hive-174578",
+    "children": 8,
+    "created": "2020-11-01T00:10:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"communities\",\"curation\",\"delegation\",\"community-incubation\",\"ocd\"],\"users\":[\"ocd\",\"juliakponsford\",\"hive-127788\",\"build-it\",\"build-it.daily\",\"ecotrain\",\"hive-106444\",\"hive-166168\",\"pinmapple\",\"hivegc\",\"homeedders\",\"lightpaintershub\",\"hive-122516\",\"naturalmedicine\",\"needleworkmonday\",\"onchainart\",\"hive-194913\",\"kristyglas\",\"skatehive\",\"hive-118554\",\"dlstudios\",\"theinkwell\",\"ocdb\"],\"links\":[\"/hive-174578/@ocd/ocd-communities-incubation-program-update-8\",\"https://discord.gg/bnGc4BU\",\"/hive-174578/@ocd/ocd-community-incubation-program-finalized\",\"/c/hive-158694/trending\",\"/@juliakponsford\",\"/c/hive-127788/trending\",\"/@hive-127788\",\"/c/hive-129017/trending\",\"/@build-it\",\"/@build-it.daily\"],\"image\":[\"https://images.hive.blog/768x0/https://files.peakd.com/file/peakd-hive/ocd/f0T8DgNw-image.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-01T00:10:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 233499172173430,
+    "parent_author": "",
+    "parent_permlink": "hive-174578",
+    "pending_payout_value": "54.581 HBD",
+    "percent_hbd": 0,
+    "permlink": "ocd-communities-incubation-program-update-9",
+    "post_id": 100337289,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "OCD Communities Incubation Program - Update #9",
+    "title": "OCD Communities Incubation Program - Update #9",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-174578/@ocd/ocd-communities-incubation-program-update-9"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 11231798509970,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "3300",
+        "reputation": 87563369794060,
+        "rshares": 61157016327,
+        "voter": "churdtzu"
+      },
+      {
+        "percent": "1100",
+        "reputation": 239589086810753,
+        "rshares": 27493062513,
+        "voter": "kennyskitchen"
+      },
+      {
+        "percent": "750",
+        "reputation": 394956111554767,
+        "rshares": 11518487255,
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97717041,
+        "rshares": 20842325770,
+        "voter": "field"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1139583710641,
+        "rshares": 37662419603,
+        "voter": "ardina"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 877894048504689,
+        "rshares": -1554696067429,
+        "voter": "meesterboom"
+      },
+      {
+        "percent": "750",
+        "reputation": 116064392747995,
+        "rshares": 2782825297,
+        "voter": "sokoloffa"
+      },
+      {
+        "percent": "750",
+        "reputation": 9758823762159,
+        "rshares": 833946242,
+        "voter": "joshglen"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 25362757889840,
+        "rshares": -11381580926,
+        "voter": "sazbird"
+      },
+      {
+        "percent": "2000",
+        "reputation": 83817649948971,
+        "rshares": 9058241057,
+        "voter": "sterlinluxan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1342193309769,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6025414964381,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "1500",
+        "reputation": 29981921402,
+        "rshares": 930756655,
+        "voter": "randomblock1"
+      },
+      {
+        "percent": "1800",
+        "reputation": 42492835245572,
+        "rshares": 5384651893,
+        "voter": "alchemage"
+      },
+      {
+        "percent": "1100",
+        "reputation": 4901694902621,
+        "rshares": 1356359411,
+        "voter": "burntmd"
+      },
+      {
+        "percent": "220",
+        "reputation": 281480979701034,
+        "rshares": 4601691025,
+        "voter": "johnvibes"
+      },
+      {
+        "percent": "1700",
+        "reputation": 82486907404938,
+        "rshares": 27402669738,
+        "voter": "elamental"
+      },
+      {
+        "percent": "550",
+        "reputation": 17992748433372,
+        "rshares": 1139959110,
+        "voter": "catherinebleish"
+      },
+      {
+        "percent": "1700",
+        "reputation": 215380666736,
+        "rshares": 319643622816,
+        "voter": "netaterra"
+      },
+      {
+        "percent": "550",
+        "reputation": 173585217066813,
+        "rshares": 16471164729,
+        "voter": "terrybrock"
+      },
+      {
+        "percent": "385",
+        "reputation": 51948618902979,
+        "rshares": 2518533568,
+        "voter": "dannyshine"
+      },
+      {
+        "percent": "165",
+        "reputation": 22707497662074,
+        "rshares": 552969911,
+        "voter": "brightstar"
+      },
+      {
+        "percent": "1100",
+        "reputation": 471080239200252,
+        "rshares": 12523029104,
+        "voter": "dbroze"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 82152017956,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 339523341647146,
+        "rshares": 510671612770,
+        "voter": "whatsup"
+      },
+      {
+        "percent": "2300",
+        "reputation": 171005551503977,
+        "rshares": 2357266336,
+        "voter": "freebornangel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 244475173484259,
+        "rshares": 190001564304,
+        "voter": "nelyp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 51932550768,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "1100",
+        "reputation": 13729625239772,
+        "rshares": 34855911740,
+        "voter": "wearechange-co"
+      },
+      {
+        "percent": "75",
+        "reputation": 104771506408830,
+        "rshares": 5046865287,
+        "voter": "gamer00"
+      },
+      {
+        "percent": "550",
+        "reputation": 70201360432015,
+        "rshares": 6272641544,
+        "voter": "makinstuff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 675053836,
+        "voter": "mow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52209749433588,
+        "rshares": 18751585536,
+        "voter": "loreennaa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37741005622401,
+        "rshares": 1569234596,
+        "voter": "amryksr"
+      },
+      {
+        "percent": "11",
+        "reputation": 1098231391901,
+        "rshares": 567936010,
+        "voter": "ambyr00"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 236180416079,
+        "voter": "teammo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 102493961871,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "600",
+        "reputation": 1614643030899,
+        "rshares": 1148856944,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "2000",
+        "reputation": 40716544458929,
+        "rshares": 626769370,
+        "voter": "haileyscomet"
+      },
+      {
+        "percent": "500",
+        "reputation": 15135006110391,
+        "rshares": 1057652952,
+        "voter": "thatsweeneyguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 261502888510,
+        "voter": "mes"
+      },
+      {
+        "percent": "400",
+        "reputation": 139091215313620,
+        "rshares": 53338854584,
+        "voter": "whatamidoing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 1427983707,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80123076461352,
+        "rshares": 388815610548,
+        "voter": "xels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91665477300645,
+        "rshares": 178086164639,
+        "voter": "galberto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 129027913719,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "750",
+        "reputation": 21992421049352,
+        "rshares": 835156243,
+        "voter": "wishmaiden"
+      },
+      {
+        "percent": "1100",
+        "reputation": 8429517470052,
+        "rshares": 1760986868,
+        "voter": "antimedia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1156556078088,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "750",
+        "reputation": 2615028020818,
+        "rshares": 3070875885,
+        "voter": "zerotoone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 329877254452254,
+        "rshares": 8556817259,
+        "voter": "steeminator3000"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20355801093011,
+        "rshares": 471361276430,
+        "voter": "jingdol"
+      },
+      {
+        "percent": "1300",
+        "reputation": 14221709557275,
+        "rshares": 2877953643,
+        "voter": "colinhoward"
+      },
+      {
+        "percent": "500",
+        "reputation": 13450585898518,
+        "rshares": 2447883408,
+        "voter": "duckmast3r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 183137663743603,
+        "rshares": 257885059196,
+        "voter": "dexpartacus"
+      },
+      {
+        "percent": "4500",
+        "reputation": 219366237221002,
+        "rshares": 263634890249,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "1000",
+        "reputation": 68902318315273,
+        "rshares": 765085884,
+        "voter": "bien"
+      },
+      {
+        "percent": "9400",
+        "reputation": 816902238265938,
+        "rshares": 335706372716,
+        "voter": "cryptopie"
+      },
+      {
+        "percent": "1100",
+        "reputation": 67559076759827,
+        "rshares": 4757359112,
+        "voter": "bryandivisions"
+      },
+      {
+        "percent": "220",
+        "reputation": 96424119267202,
+        "rshares": 1359735398,
+        "voter": "heart-to-heart"
+      },
+      {
+        "percent": "1500",
+        "reputation": 91410383693752,
+        "rshares": 44399072853,
+        "voter": "vincentnijman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 55801543512306,
+        "rshares": 77586921251119,
+        "voter": "appreciator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 135586951873479,
+        "rshares": 114452290866,
+        "voter": "shrazi"
+      },
+      {
+        "percent": "1000",
+        "reputation": 22755665714428,
+        "rshares": 2432033504,
+        "voter": "jonyoudyer"
+      },
+      {
+        "percent": "750",
+        "reputation": 108130082943915,
+        "rshares": 3077426722,
+        "voter": "a-alice"
+      },
+      {
+        "percent": "1100",
+        "reputation": 62879471706711,
+        "rshares": 3466050389482,
+        "voter": "tribesteemup"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72946432090481,
+        "rshares": 123355223723,
+        "voter": "my451r"
+      },
+      {
+        "percent": "4840",
+        "reputation": 24639928209538,
+        "rshares": 26847315620,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 13176444194,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "750",
+        "reputation": 11931129346110,
+        "rshares": 673948339,
+        "voter": "salim001"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 140483466255317,
+        "rshares": -645316267458,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "1100",
+        "reputation": 12362125628290,
+        "rshares": 2173733748,
+        "voter": "solarsupermama"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 418911152665,
+        "voter": "drax"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 445234100950820,
+        "rshares": -34936796609959,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1386913003857667,
+        "rshares": 3228135625142,
+        "voter": "taskmaster4450"
+      },
+      {
+        "percent": "220",
+        "reputation": 336063014350538,
+        "rshares": 31861151613,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "750",
+        "reputation": 22607491274241,
+        "rshares": 596560542,
+        "voter": "suheri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20299637563719,
+        "rshares": 6003896245,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "500",
+        "reputation": 44234924510749,
+        "rshares": 6081952645,
+        "voter": "canadianrenegade"
+      },
+      {
+        "percent": "830",
+        "reputation": 0,
+        "rshares": 340065393122,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2500",
+        "reputation": 141970828773777,
+        "rshares": 400268267260,
+        "voter": "tobetada"
+      },
+      {
+        "percent": "3300",
+        "reputation": 948045752156,
+        "rshares": 1464145171,
+        "voter": "kieranpearson"
+      },
+      {
+        "percent": "10000",
+        "reputation": 128158005695390,
+        "rshares": 63633997403,
+        "voter": "arabisouri"
+      },
+      {
+        "percent": "1100",
+        "reputation": 59318242581030,
+        "rshares": 1599171435,
+        "voter": "nomad-magus"
+      },
+      {
+        "percent": "550",
+        "reputation": 267507614382074,
+        "rshares": 24580672114,
+        "voter": "trucklife-family"
+      },
+      {
+        "percent": "1100",
+        "reputation": 7796332445413,
+        "rshares": 2154997005,
+        "voter": "lishu"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 172804239020062,
+        "rshares": -181059864577,
+        "voter": "chekohler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23846303818550,
+        "rshares": 4734859115,
+        "voter": "arindammroy"
+      },
+      {
+        "percent": "1425",
+        "reputation": 6807030719811,
+        "rshares": 18146455306,
+        "voter": "danile666"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 17404139065,
+        "voter": "yazp"
+      },
+      {
+        "percent": "275",
+        "reputation": 1010224399840,
+        "rshares": 562616150,
+        "voter": "belleamie"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 18150082730,
+        "rshares": -386572617388,
+        "voter": "citizensmith"
+      },
+      {
+        "percent": "1100",
+        "reputation": 34321980459304,
+        "rshares": 7020500018,
+        "voter": "careywedler"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 35969154710476,
+        "rshares": -50757931807,
+        "voter": "b00m"
+      },
+      {
+        "percent": "1000",
+        "reputation": 33651612530191,
+        "rshares": 667321201,
+        "voter": "bebeomega"
+      },
+      {
+        "percent": "1000",
+        "reputation": 15033197516023,
+        "rshares": 655949080,
+        "voter": "naymur"
+      },
+      {
+        "percent": "550",
+        "reputation": 218187411229,
+        "rshares": 802663713,
+        "voter": "firststeps"
+      },
+      {
+        "percent": "288",
+        "reputation": 2675225025765,
+        "rshares": 832377906,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "517",
+        "reputation": 94326416009060,
+        "rshares": 6713692389,
+        "voter": "paradigmprospect"
+      },
+      {
+        "percent": "3500",
+        "reputation": 100680995127079,
+        "rshares": 23209300153,
+        "voter": "krishool"
+      },
+      {
+        "percent": "500",
+        "reputation": 37850353024191,
+        "rshares": 10267772680,
+        "voter": "eaglespirit"
+      },
+      {
+        "percent": "550",
+        "reputation": 78729229063850,
+        "rshares": 15895856382,
+        "voter": "mountainjewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28704887249463,
+        "rshares": 114441391879982,
+        "voter": "upmewhale"
+      },
+      {
+        "percent": "1500",
+        "reputation": 30267561775104,
+        "rshares": 1231907335,
+        "voter": "dynamicgreentk"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5232800097978,
+        "rshares": 1349304453,
+        "voter": "moxieme"
+      },
+      {
+        "percent": "3000",
+        "reputation": 188713944759376,
+        "rshares": 26413574642,
+        "voter": "roadstories"
+      },
+      {
+        "percent": "500",
+        "reputation": 292980730708468,
+        "rshares": 6800102126,
+        "voter": "bengy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61733393150334,
+        "rshares": 125243796782,
+        "voter": "sidekickmatt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 544485199,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "375",
+        "reputation": 8614577464152,
+        "rshares": 1018995292,
+        "voter": "thehoneys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 170235537022,
+        "rshares": 1410422723,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "8000",
+        "reputation": 53758992804448,
+        "rshares": 8311446672,
+        "voter": "gardenofcarmen"
+      },
+      {
+        "percent": "1500",
+        "reputation": 12685053702515,
+        "rshares": 2068846097,
+        "voter": "kpopjera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 959567888850,
+        "rshares": 157597067813,
+        "voter": "nnaraoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 1076292042,
+        "voter": "icuz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1936031459,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "750",
+        "reputation": 5981462266033,
+        "rshares": 1004374840,
+        "voter": "yadah04"
+      },
+      {
+        "percent": "3300",
+        "reputation": 330396781271113,
+        "rshares": 1466009449748,
+        "voter": "holger80"
+      },
+      {
+        "percent": "10000",
+        "reputation": 154728059906539,
+        "rshares": 52529294991,
+        "voter": "trudeehunter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2384160913530,
+        "rshares": 22081930797,
+        "voter": "blog-beginner"
+      },
+      {
+        "percent": "550",
+        "reputation": 4348421965460,
+        "rshares": 857774786,
+        "voter": "borrowedearth"
+      },
+      {
+        "percent": "1100",
+        "reputation": 1868454212319,
+        "rshares": 937283340,
+        "voter": "hempress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12435393608248,
+        "rshares": 15120132136,
+        "voter": "jhoxiris"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15049076647839,
+        "rshares": 4194529894,
+        "voter": "kirito-freud"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17362520024307,
+        "rshares": 4663635727,
+        "voter": "bhattg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 12144026154,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4052644325,
+        "voter": "auminda"
+      },
+      {
+        "percent": "2200",
+        "reputation": 10164569088184,
+        "rshares": 3395629839,
+        "voter": "vegan.niinja"
+      },
+      {
+        "percent": "550",
+        "reputation": 65173331301128,
+        "rshares": 3281540495,
+        "voter": "homestead-guru"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28297978775,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "300",
+        "reputation": 981068471716,
+        "rshares": 609642985,
+        "voter": "tamala"
+      },
+      {
+        "percent": "750",
+        "reputation": 195976717034,
+        "rshares": 617451363,
+        "voter": "joshh71390"
+      },
+      {
+        "percent": "363",
+        "reputation": 21691252850789,
+        "rshares": 1473739456,
+        "voter": "steemsmarter"
+      },
+      {
+        "percent": "1250",
+        "reputation": 9524880395280,
+        "rshares": 1189760448,
+        "voter": "djoi"
+      },
+      {
+        "percent": "1150",
+        "reputation": 126900854621,
+        "rshares": 731768962,
+        "voter": "antisocialists"
+      },
+      {
+        "percent": "500",
+        "reputation": 12028991969777,
+        "rshares": 1267946403,
+        "voter": "evlachsblog"
+      },
+      {
+        "percent": "700",
+        "reputation": 27788030222507,
+        "rshares": 29980695984,
+        "voter": "antisocialist"
+      },
+      {
+        "percent": "1200",
+        "reputation": 102994813920170,
+        "rshares": 1215302469,
+        "voter": "movingman"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9979740504084,
+        "rshares": 1774137266,
+        "voter": "shaheerbari"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8147228251105,
+        "rshares": 75352321121,
+        "voter": "jocieprosza"
+      },
+      {
+        "percent": "750",
+        "reputation": 54208883787930,
+        "rshares": 11113098873,
+        "voter": "outlinez"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1069508711711,
+        "rshares": 1165130561,
+        "voter": "greendo"
+      },
+      {
+        "percent": "500",
+        "reputation": 55261387418883,
+        "rshares": 3410400907,
+        "voter": "scottshots"
+      },
+      {
+        "percent": "242",
+        "reputation": 33393562665149,
+        "rshares": 1461600491,
+        "voter": "celestialcow"
+      },
+      {
+        "percent": "55",
+        "reputation": 40558753792526,
+        "rshares": 917182706,
+        "voter": "sanderjansenart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13852827798556,
+        "rshares": 1033413984239,
+        "voter": "dera123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 28834111463,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "1000",
+        "reputation": 86599313584641,
+        "rshares": 3586583580,
+        "voter": "bobaphet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 29733901757,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37835744295387,
+        "rshares": 8738429792,
+        "voter": "gogreenbuddy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 21576770046,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 99020284852233,
+        "rshares": 6124575301,
+        "voter": "lorenzopistolesi"
+      },
+      {
+        "percent": "250",
+        "reputation": 454088646937365,
+        "rshares": 7840852481,
+        "voter": "kgakakillerg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 80339022404959,
+        "rshares": 69052737441,
+        "voter": "yonilkar"
+      },
+      {
+        "percent": "1500",
+        "reputation": 19547161660934,
+        "rshares": 1215760718,
+        "voter": "msearles"
+      },
+      {
+        "percent": "550",
+        "reputation": 162917506903765,
+        "rshares": 19759437966,
+        "voter": "artemislives"
+      },
+      {
+        "percent": "550",
+        "reputation": 77476461100689,
+        "rshares": 21753534515,
+        "voter": "indigoocean"
+      },
+      {
+        "percent": "750",
+        "reputation": 18193153151295,
+        "rshares": 5398677445,
+        "voter": "a1-shroom-spores"
+      },
+      {
+        "percent": "1155",
+        "reputation": 9020628089607,
+        "rshares": 10514917744,
+        "voter": "promobot"
+      },
+      {
+        "percent": "800",
+        "reputation": 11571764790123,
+        "rshares": 1593977580,
+        "voter": "ikarus56"
+      },
+      {
+        "percent": "5400",
+        "reputation": 434858705218015,
+        "rshares": 92563181292,
+        "voter": "hafizullah"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 10125360314,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "750",
+        "reputation": 27284305279794,
+        "rshares": 894515376,
+        "voter": "rachelleignacio"
+      },
+      {
+        "percent": "750",
+        "reputation": 5394497796590,
+        "rshares": 885339348,
+        "voter": "adam.tran"
+      },
+      {
+        "percent": "550",
+        "reputation": 1357573929274,
+        "rshares": 644171405,
+        "voter": "cambridgeport90"
+      },
+      {
+        "percent": "550",
+        "reputation": 158239032685507,
+        "rshares": 588241480,
+        "voter": "metama"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18169458188110,
+        "rshares": 20932997171,
+        "voter": "simplegame"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 244842259743,
+        "rshares": -2046646308,
+        "voter": "ihal0001"
+      },
+      {
+        "percent": "2500",
+        "reputation": 63239211262012,
+        "rshares": 22142392389,
+        "voter": "marblely"
+      },
+      {
+        "percent": "165",
+        "reputation": 22556964504537,
+        "rshares": 30043624426,
+        "voter": "inspirewithwords"
+      },
+      {
+        "percent": "1500",
+        "reputation": 10563258681111,
+        "rshares": 1840999194,
+        "voter": "dynamicsteemians"
+      },
+      {
+        "percent": "750",
+        "reputation": 2013148972137,
+        "rshares": 750924896,
+        "voter": "steemian258"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65268642593339,
+        "rshares": 44447355585,
+        "voter": "sabari18"
+      },
+      {
+        "percent": "10000",
+        "reputation": 84809016946227,
+        "rshares": 14199931763,
+        "voter": "kapitanrosomak"
+      },
+      {
+        "percent": "3500",
+        "reputation": 37902408766598,
+        "rshares": 118779735858,
+        "voter": "cmplxty"
+      },
+      {
+        "percent": "225",
+        "reputation": 32187725403162,
+        "rshares": 1758432255,
+        "voter": "angelica7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1342046775688,
+        "rshares": 4096723170,
+        "voter": "ridor5301"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3794066899821,
+        "rshares": 859548505,
+        "voter": "sr-nikon"
+      },
+      {
+        "percent": "750",
+        "reputation": 12515201868146,
+        "rshares": 1631565399,
+        "voter": "honeycup-waters"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62302307783,
+        "rshares": 28201143498,
+        "voter": "pvinny69"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": -1318646727,
+        "voter": "gorbisan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 187442795,
+        "voter": "iconode"
+      },
+      {
+        "percent": "3300",
+        "reputation": 36498710441788,
+        "rshares": 10710685311,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144361338080419,
+        "rshares": 14300084648,
+        "voter": "porters"
+      },
+      {
+        "percent": "250",
+        "reputation": 48728351683805,
+        "rshares": 7174812867,
+        "voter": "starstrings01"
+      },
+      {
+        "percent": "450",
+        "reputation": 9613565810161,
+        "rshares": 562957891,
+        "voter": "praditya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 9589612,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6660418695187,
+        "rshares": 1358912484,
+        "voter": "steemituplife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45236011216729,
+        "rshares": 81202280023,
+        "voter": "cultus-forex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 13467440649,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 41488529186,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "750",
+        "reputation": 60790537367735,
+        "rshares": 7332116519,
+        "voter": "the.success.club"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 29736477900,
+        "voter": "diegor"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 185520053513587,
+        "rshares": -717003206715,
+        "voter": "brianoflondon"
+      },
+      {
+        "percent": "1250",
+        "reputation": 570615134196274,
+        "rshares": 52371949929,
+        "voter": "priyanarc"
+      },
+      {
+        "percent": "750",
+        "reputation": 57675290515578,
+        "rshares": 677473470,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "1250",
+        "reputation": 56881377417174,
+        "rshares": 2329013647,
+        "voter": "miguelbaez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 539147053023232,
+        "rshares": 49346571253122,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "1500",
+        "reputation": 25418920757486,
+        "rshares": 3536716643,
+        "voter": "vibesforlife"
+      },
+      {
+        "percent": "550",
+        "reputation": 13343612534181,
+        "rshares": 840932890,
+        "voter": "bia.birch"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2152680611464,
+        "rshares": 655432322,
+        "voter": "hedidylan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5927670145042,
+        "rshares": 25790701980,
+        "voter": "northmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7476997614820,
+        "rshares": 161283228788,
+        "voter": "johan.norberg"
+      },
+      {
+        "percent": "1100",
+        "reputation": 1575698742,
+        "rshares": 21872601292,
+        "voter": "tribevibes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21122210064846,
+        "rshares": 20941836860,
+        "voter": "vickyguevara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 171493122042,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 190929901,
+        "voter": "amityconcord"
+      },
+      {
+        "percent": "4000",
+        "reputation": 16012295789643,
+        "rshares": 3659212304,
+        "voter": "cooperfelix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 659362197063,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "550",
+        "reputation": 21703325577576,
+        "rshares": 1455747037,
+        "voter": "bewithbreath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2910555091868,
+        "rshares": 997187990,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "750",
+        "reputation": 14812725521919,
+        "rshares": 4387200562,
+        "voter": "filosof103"
+      },
+      {
+        "percent": "10000",
+        "reputation": 161840569289533,
+        "rshares": 112766553856,
+        "voter": "engrsayful"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64248408550752,
+        "rshares": 35041922457,
+        "voter": "qbas116"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2308553479395,
+        "rshares": 2742202798,
+        "voter": "steelborne"
+      },
+      {
+        "percent": "2500",
+        "reputation": 61476958391321,
+        "rshares": 1205423521,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "550",
+        "reputation": 152169516576120,
+        "rshares": 3784685496,
+        "voter": "deeanndmathews"
+      },
+      {
+        "percent": "1155",
+        "reputation": 36087507440149,
+        "rshares": 94538877814,
+        "voter": "likwid"
+      },
+      {
+        "percent": "125",
+        "reputation": 20916803594387,
+        "rshares": 547938275,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 499450701404,
+        "rshares": 552677665,
+        "voter": "iktisat"
+      },
+      {
+        "percent": "880",
+        "reputation": 0,
+        "rshares": 11702352977,
+        "voter": "haleakala"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1138890453375,
+        "rshares": 3253203526,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "750",
+        "reputation": 3178044276987,
+        "rshares": 728478943,
+        "voter": "psyo"
+      },
+      {
+        "percent": "3500",
+        "reputation": 9742808963304,
+        "rshares": 8043315303,
+        "voter": "ssiena"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1862857552,
+        "voter": "tiffin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 20020619572,
+        "voter": "good.game"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9779686833688,
+        "rshares": 5544179599,
+        "voter": "valerianis"
+      },
+      {
+        "percent": "858",
+        "reputation": 236888057,
+        "rshares": 5025871607,
+        "voter": "psycultureradio"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 975591177021,
+        "rshares": -4210787933,
+        "voter": "drlobes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1146189014563,
+        "rshares": 896869316,
+        "voter": "urun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11547503414,
+        "rshares": 571598003,
+        "voter": "the.unicorn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 530768665,
+        "voter": "roadstories.trib"
+      },
+      {
+        "percent": "88",
+        "reputation": 43374515375527,
+        "rshares": 1983727538,
+        "voter": "build-it"
+      },
+      {
+        "percent": "1250",
+        "reputation": 62988003579804,
+        "rshares": 4062714263,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 860847639115,
+        "rshares": 970807653,
+        "voter": "pogarda"
+      },
+      {
+        "percent": "1700",
+        "reputation": 0,
+        "rshares": 1348349099,
+        "voter": "therealyme"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 49705529506199,
+        "rshares": -37378460892,
+        "voter": "fenngen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59827171041931,
+        "rshares": 43795567,
+        "voter": "fearlessgu"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": -465867807152,
+        "voter": "azabu"
+      },
+      {
+        "percent": "1500",
+        "reputation": 15076530384277,
+        "rshares": 16533756991,
+        "voter": "oblivioncubed"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": -461383770903,
+        "voter": "acram64"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": -397457878804,
+        "voter": "willowranger"
+      },
+      {
+        "percent": "2500",
+        "reputation": 336154498730,
+        "rshares": 1580352755,
+        "voter": "marblesz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32542453022,
+        "rshares": 5069570657,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 1137775553,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "-5000",
+        "reputation": 2934995178664,
+        "rshares": -31308469857,
+        "voter": "vxn666"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4040555687270,
+        "rshares": 1070706077,
+        "voter": "theisacoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 402287485,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "750",
+        "reputation": 667490902327,
+        "rshares": 545676972,
+        "voter": "groove-logic"
+      },
+      {
+        "percent": "4800",
+        "reputation": 86868289888522,
+        "rshares": 919451952704,
+        "voter": "peakd"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4912339327248,
+        "rshares": 38500985255,
+        "voter": "hiveqa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47815067431587,
+        "rshares": 27653657749,
+        "voter": "luckyali"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3242356575612,
+        "rshares": 7910660980,
+        "voter": "walarhein"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 2837344243508,
+        "rshares": -211721357000,
+        "voter": "hivetrending"
+      },
+      {
+        "percent": "1100",
+        "reputation": 85827117950379,
+        "rshares": 42747632547,
+        "voter": "abundance.tribe"
+      },
+      {
+        "percent": "5630",
+        "reputation": 1209731647511,
+        "rshares": 953813061268,
+        "voter": "softworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6644296348943,
+        "rshares": 2417787565,
+        "voter": "tahsination"
+      },
+      {
+        "percent": "10000",
+        "reputation": 631765969428,
+        "rshares": 31025769508,
+        "voter": "hiveshout"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 552379314,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9184280924,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "5000",
+        "reputation": 604442758770,
+        "rshares": 224391167226,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "37",
+        "reputation": 0,
+        "rshares": 1436849755,
+        "voter": "kiemis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32381994985806,
+        "rshares": 37588956668,
+        "voter": "yolimarag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14767283059507,
+        "rshares": 14769143684,
+        "voter": "cieliss"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4712535002,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19240829356115,
+        "rshares": 7922252658,
+        "voter": "diego1306"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30660771321168,
+        "rshares": 18786575096,
+        "voter": "sultan-indo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "zarevaneli"
+      },
+      {
+        "percent": "7000",
+        "reputation": 29579801503382,
+        "rshares": 13405030905,
+        "voter": "maleklopez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1289890269498,
+        "rshares": 842621649,
+        "voter": "greengalletti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65519590598,
+        "rshares": 1938256210,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "605",
+        "reputation": 5991812078235,
+        "rshares": 1402616810,
+        "voter": "anafae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17804701,
+        "rshares": 5770983881,
+        "voter": "notaboutme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7273089567,
+        "rshares": 1347591656,
+        "voter": "hivecoffee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 96312733,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3196812936473,
+        "rshares": 3052620925,
+        "voter": "sants1311"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7813514868027,
+        "rshares": 6903012674,
+        "voter": "francielis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6535791110640,
+        "rshares": 4504206328,
+        "voter": "cryptoanalist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5513884073608,
+        "rshares": 3748331234,
+        "voter": "blackheart1"
+      },
+      {
+        "percent": "150",
+        "reputation": 12098748930881,
+        "rshares": 1797040061,
+        "voter": "questcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1607006115905,
+        "rshares": 2508773907,
+        "voter": "sony101"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8033789630,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7330275018374,
+        "rshares": 2865647190,
+        "voter": "tinta-tertuang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2047210744537,
+        "rshares": 2350630625,
+        "voter": "moesa"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": -17479608280433,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3702763181424,
+        "rshares": 2142847183,
+        "voter": "youngwild"
+      },
+      {
+        "percent": "5000",
+        "reputation": 102092235719,
+        "rshares": 907648040,
+        "voter": "clifth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1925047663,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112363590278,
+        "rshares": 47497737,
+        "voter": "dango1411"
+      },
+      {
+        "percent": "10000",
+        "reputation": 270295677528,
+        "rshares": 243825679,
+        "voter": "hauptfleisch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "artx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3594869451,
+        "rshares": 0,
+        "voter": "mythcrusher"
+      }
+    ],
+    "author": "goatgang",
+    "author_reputation": 2937670098475,
+    "beneficiaries": [],
+    "body": "(GGP) GoatGang Growth Proposal for the HIVE ecosystem - Enabling Hive Help Desk Administration and Contest Management. \n\nOnly a tiny fraction of the total population of the world is currently using Blockchain technology. So, instead of focusing on getting crypto users from other platforms to visit Hive - we plan to tap into the non-crypto world to have those users join us and experience the crypto side.\n\nHow do we do that? By Giving incentives so they can use the primary feature sets that give  Hive its unique value proposition. Making users feel comfortable within the HIVE ecosystem and help them engage in the field they are confident in. While, expanding their experience deeper into the Hive ecosystem with  learning material and supportive community engagement.\n\n---\n\nThis proposal is to establish a long-term funding mechanism to increase and reward the work of Hive community members dedicating time and effort to promote awareness, understanding, and adoption. Community participants will construct the full spectrum of content that will capture the attention of users of traditional centralized social networks. GGP funding will provide the resources to design and implement a marketing campaign powered by community generated content. Additionally, the proposal seeks to fund users administering and contributing content to the Hive help desk. This initiative aims to enhance the adoption and onboarding of new users. This would be achieved by creating and making readily available a series of educational materials and best practice guidelines, explaining how to access, navigate and interact with the Hive ecosystem and feature set.\n\nHow will these proposals benefit the Hive Community?\n\n**Step 1:** Creation of events targeting non-crypto users - The bigger the prize pool, the bigger the attention it will gain.\n\n**Step 2:** Have them join the GOAT Gang and introduce them to the crypto world - The well versed and experienced members will help them understand all there is to crypto, both gaming wise and as a social tool.\n\n**Step 3:** Help them on every step as they explore - We will help them create accounts and provide them the best tools and knowledge about Hive and how to use it correctly.\n\n**Step 4:** Paid in crypto - As we proceed with many contests, giveaways and events we slowly help users engage with the crypto world by paying the prizes in HIVE. The idea of earning will make trying the Hive platform more appealing and having some HIVE will make it accessible, reducing barriers to entry.\n\nGrowth Potential: it's equal to the population of non-crypto users, so it's just huge!\n\n**Our Target Audience:**\nArtists, video streamers, bloggers, designers, content writers, gamers. Basically everyone active\n\n**Artists:** They can get rewarded for their graphic design contributions.\n**Video streamers:**  They attract a lot of gamers. Goat Gang Contests will make them stream on Hive. They would additionally enjoy the fact that each of their streams can earn them crypto, something most people have not experienced.\nGamers: The traditional gaming industry is worth billions. Gamers put in a lot of money without any guarantee of proper returns. We will have them informed about the advantages of crypto-gaming and how their investments in games can actually pay off.\n**Bloggers:** Every experience can be shared and the best part is that it can generate income. This prospect will have more active bloggers and Hive will grow.\n**Redditors:** Reddit medium and other traditional markets will be our strong focus. They have a very active community and having them experience Hive would be very beneficial.\n\n**Everyone:** The crypto world is so diverse that everyone could find a niche and earn while doing so. As we, the GOAT Gang, increase our reach, more and more people will be able to experience the Hive blockchain.\n\n**About the marketing campaign:**\n\nThe target group of this campaign is traditional users of centralized social networks, with an emphasis on gamers and bloggers. The objective is to increase this group\u2019s interest in adopting blockchain-based social networks, ultimately, to raise awareness among traditional game players operating on legacy platforms; we want those users to join the Hive ecosystem.\n\nWe will achieve that by showing the benefits provided by crypto gaming and blogging platforms. During the first phase of the campaign, we will target the following marketing channels: \n- Reddit (targeted to specific subreddits)\n- Steam\n- Twitch\n- Discord\n\nWhen the first phase of the contests are complete, there will be a second phase where we will target the following traditional social networks and blogging platforms:\n- Medium\n- Youtube\n- Twitter\n\nWhen a reasonable level of participation during the second phase can be determined in parallel, we will start running the third phase expansion. During this phase, we will target the leading game console communities through a new series of contests specifically designed for engagement with such platforms.\n- Playstation Network\n- Xbox Live\n\nOur support systems and personnel are currently being expanded, so that with funding assistance will be available continuously and 24/7, based on an inclusive policy, and with diverse languages and chatbot translators. This enhanced system will help new users with the on-boarding process, while also providing new promotional materials for users actively promoting Hive adoption.\n\nLearn more about our efforts already underway [here](https://bit.ly/GOATGang)\nRead about the contest structure [here](https://docs.google.com/spreadsheets/d/1dIY_w1lA-DI_DMsKWUDT67M_sPhOplMLkgdO4VioieA/edit?usp=sharing).\n\nIn order for us to be able to provide the necessary resources to design and implement these persistent marketing campaigns, support team management, for the adoption and on-boarding of new users, for prizes to enable the proliferation and disbursement of educational materials.\n\nShow your support for growing Hive and VOTE GOAT!\n\nPrize system for user retention: https://peakd.com/proposals/136\n\nGrowth proposal for the Hive ecosystem: https://peakd.com/proposals/135 \n",
+    "body_length": 6125,
+    "cashout_time": "2020-11-06T16:01:39",
+    "category": "hive-116702",
+    "children": 29,
+    "created": "2020-10-30T16:01:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"hive\",\"growth\",\"proposal\",\"goat\",\"gang\",\"ecosystem\",\"contest\",\"administration\",\"management\"],\"links\":[\"https://bit.ly/GOATGang\",\"https://docs.google.com/spreadsheets/d/1dIY_w1lA-DI_DMsKWUDT67M_sPhOplMLkgdO4VioieA/edit?usp=sharing\",\"https://peakd.com/proposals/136\",\"https://peakd.com/proposals/135\"],\"image\":[]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-30T19:08:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 224003887683307,
+    "parent_author": "",
+    "parent_permlink": "hive-116702",
+    "pending_payout_value": "52.707 HBD",
+    "percent_hbd": 10000,
+    "permlink": "goatgang-growth-proposal-for-the-hive-ecosystem",
+    "post_id": 100319940,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "GoatGang Growth Proposal for the HIVE ecosystem",
+    "title": "GoatGang Growth Proposal for the HIVE ecosystem",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-116702/@goatgang/goatgang-growth-proposal-for-the-hive-ecosystem"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "1500",
+        "reputation": 520861791056580,
+        "rshares": 22944567471656,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "75",
+        "reputation": 19245698180508,
+        "rshares": 16223536179,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 211696269298912,
+        "rshares": 7918267794391,
+        "voter": "pfunk"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1179169121785,
+        "rshares": 4353076214,
+        "voter": "rarepepe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 10855500867080,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "45",
+        "reputation": 109424005488868,
+        "rshares": 2454806996,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "150",
+        "reputation": 20148016993603,
+        "rshares": 25922488229,
+        "voter": "gerber"
+      },
+      {
+        "percent": "5000",
+        "reputation": 54984589934,
+        "rshares": 526430365,
+        "voter": "kosimoos"
+      },
+      {
+        "percent": "375",
+        "reputation": 352970428645376,
+        "rshares": 287043329201,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "800",
+        "reputation": 68491352821982,
+        "rshares": 52555135657,
+        "voter": "daan"
+      },
+      {
+        "percent": "150",
+        "reputation": 639040633115794,
+        "rshares": 99135282284,
+        "voter": "ezzy"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 300835418714,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "400",
+        "reputation": 169354445790807,
+        "rshares": 3291022771,
+        "voter": "donatello"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 165380659074,
+        "voter": "arcange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 398433936014047,
+        "rshares": 32233671974,
+        "voter": "xpilar"
+      },
+      {
+        "percent": "150",
+        "reputation": 1231399052746489,
+        "rshares": 59243400643,
+        "voter": "exyle"
+      },
+      {
+        "percent": "1237",
+        "reputation": 76598598706463,
+        "rshares": 9127728830,
+        "voter": "sharker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 116064392747995,
+        "rshares": 38384584206,
+        "voter": "sokoloffa"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3120559562,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9758823762159,
+        "rshares": 5932115917,
+        "voter": "joshglen"
+      },
+      {
+        "percent": "1200",
+        "reputation": 560943007638090,
+        "rshares": 445635764767,
+        "voter": "ace108"
+      },
+      {
+        "percent": "1375",
+        "reputation": 5762427931179,
+        "rshares": 4507314375,
+        "voter": "kibela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1443965404589,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13042944822941,
+        "rshares": 1161101407,
+        "voter": "alinalazareva"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3832784276078,
+        "rshares": 1301417497,
+        "voter": "djennyfloro"
+      },
+      {
+        "percent": "40",
+        "reputation": 316730231019855,
+        "rshares": 2095332448,
+        "voter": "bert0"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8401560618909,
+        "rshares": 8267052056,
+        "voter": "anech512"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13943622727458,
+        "rshares": 17921444899,
+        "voter": "thedesertlynx"
+      },
+      {
+        "percent": "2500",
+        "reputation": 139814057263648,
+        "rshares": 31079177237,
+        "voter": "themanualbot"
+      },
+      {
+        "percent": "150",
+        "reputation": 96871175157544,
+        "rshares": 30683918894,
+        "voter": "someguy123"
+      },
+      {
+        "percent": "1500",
+        "reputation": 736102194542370,
+        "rshares": 620652318039,
+        "voter": "daveks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 172001148317,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1500",
+        "reputation": 144108882515293,
+        "rshares": 121616154432,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "2000",
+        "reputation": 706874908331117,
+        "rshares": 513956886577,
+        "voter": "abh12345"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 52852980508,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 121575052614664,
+        "rshares": 53982527828,
+        "voter": "vannour"
+      },
+      {
+        "percent": "5000",
+        "reputation": 121977551389360,
+        "rshares": 7126099914,
+        "voter": "elias15g"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8998674935359,
+        "rshares": 654717527,
+        "voter": "steemcultures"
+      },
+      {
+        "percent": "10000",
+        "reputation": 371604430408116,
+        "rshares": 2305203518147,
+        "voter": "nonameslefttouse"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1140777865558,
+        "rshares": 2145326656,
+        "voter": "steemworld"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 718989623694,
+        "voter": "created"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2100858010527,
+        "rshares": 680833132,
+        "voter": "creat"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16372175688451,
+        "rshares": 965509022,
+        "voter": "mapesa"
+      },
+      {
+        "percent": "2000",
+        "reputation": 36357535837745,
+        "rshares": 1357174055,
+        "voter": "doodleman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8910166842489,
+        "rshares": 671774141,
+        "voter": "cisah"
+      },
+      {
+        "percent": "5000",
+        "reputation": 137759377200970,
+        "rshares": 35798297304,
+        "voter": "yadamaniart"
+      },
+      {
+        "percent": "5000",
+        "reputation": 37769232724831,
+        "rshares": 93742206733,
+        "voter": "ixindamix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 708133861814,
+        "rshares": 1353909986,
+        "voter": "pedir-museum"
+      },
+      {
+        "percent": "3000",
+        "reputation": 59094884211730,
+        "rshares": 4457609448,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "95",
+        "reputation": 11219538466960,
+        "rshares": 592382483,
+        "voter": "lastminuteman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88477817076925,
+        "rshares": 94218583625,
+        "voter": "driptorchpress"
+      },
+      {
+        "percent": "1160",
+        "reputation": 7177514553823,
+        "rshares": 24764775336,
+        "voter": "gabriele-gio"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 42152966155,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "2000",
+        "reputation": 26597553649648,
+        "rshares": 3124505845,
+        "voter": "mauriciozoch"
+      },
+      {
+        "percent": "5000",
+        "reputation": 60770071429,
+        "rshares": 743441789,
+        "voter": "aceh"
+      },
+      {
+        "percent": "200",
+        "reputation": 38975615169260,
+        "rshares": 5146083022,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "7200",
+        "reputation": 96863592771723,
+        "rshares": 83820421582,
+        "voter": "noemilunastorta"
+      },
+      {
+        "percent": "300",
+        "reputation": 24653813359294,
+        "rshares": 2821279348,
+        "voter": "privex"
+      },
+      {
+        "percent": "500",
+        "reputation": 1098231391901,
+        "rshares": 27876067889,
+        "voter": "ambyr00"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5311084723081,
+        "rshares": 1338824795,
+        "voter": "yuslindwi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 200440810412328,
+        "rshares": 98562446880,
+        "voter": "gric"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 43502782283380,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 17465905454847,
+        "rshares": 1102643980,
+        "voter": "bloghound"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 132868588165,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 153925847897756,
+        "rshares": 939283453229,
+        "voter": "preparedwombat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 307916617000098,
+        "rshares": 1033460823348,
+        "voter": "detlev"
+      },
+      {
+        "percent": "300",
+        "reputation": 163127928998530,
+        "rshares": 6843071849,
+        "voter": "lizanomadsoul"
+      },
+      {
+        "percent": "5000",
+        "reputation": 295913411385,
+        "rshares": 768590313,
+        "voter": "munzir"
+      },
+      {
+        "percent": "2320",
+        "reputation": 62578995648516,
+        "rshares": 36322726565,
+        "voter": "zaragast"
+      },
+      {
+        "percent": "150",
+        "reputation": 21701614328748,
+        "rshares": 11163153533,
+        "voter": "dune69"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35475928556261,
+        "rshares": 181630488883,
+        "voter": "federacion45"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1800183893618,
+        "rshares": 2652762748,
+        "voter": "ninyea"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89582114994256,
+        "rshares": 31251381362,
+        "voter": "melooo182"
+      },
+      {
+        "percent": "2320",
+        "reputation": 79234586811944,
+        "rshares": 69250091744,
+        "voter": "thenightflier"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 13486415019200,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "93",
+        "reputation": 39969242565947,
+        "rshares": 1662313510,
+        "voter": "iansart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1200997544863,
+        "rshares": 71976546000,
+        "voter": "bosman"
+      },
+      {
+        "percent": "75",
+        "reputation": 32595690215621,
+        "rshares": 5946766549,
+        "voter": "forykw"
+      },
+      {
+        "percent": "50",
+        "reputation": 358172961752718,
+        "rshares": 7162676839,
+        "voter": "jerrybanfield"
+      },
+      {
+        "percent": "187",
+        "reputation": 11448902903972,
+        "rshares": 93672334353,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "1500",
+        "reputation": 29513750536324,
+        "rshares": 871898142,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 174399448898803,
+        "rshares": 19723113331,
+        "voter": "aleister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 694242244776583,
+        "rshares": 242696978503,
+        "voter": "eveuncovered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 3359031682,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "1000",
+        "reputation": 19001680286018,
+        "rshares": 1207756497,
+        "voter": "rycharde"
+      },
+      {
+        "percent": "1000",
+        "reputation": 77602585289853,
+        "rshares": 7405215359,
+        "voter": "arrliinn"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3553102205525,
+        "rshares": 21069769346,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 783744181388,
+        "rshares": 1033188042,
+        "voter": "slefesteem"
+      },
+      {
+        "percent": "1600",
+        "reputation": 104292943123675,
+        "rshares": 46651431534,
+        "voter": "bearone"
+      },
+      {
+        "percent": "135",
+        "reputation": 23577497062186,
+        "rshares": 30522044827,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "2900",
+        "reputation": 655474560066583,
+        "rshares": 646170482974,
+        "voter": "galenkp"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36400689869483,
+        "rshares": 122720419610,
+        "voter": "maxer27"
+      },
+      {
+        "percent": "6500",
+        "reputation": 94117611307146,
+        "rshares": 145083467652,
+        "voter": "ammonite"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6025146240290,
+        "rshares": 1529637802,
+        "voter": "bellatravelph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15824477347297,
+        "rshares": 15107712936,
+        "voter": "tracer-paulo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5614961144204,
+        "rshares": 43417024782,
+        "voter": "raizel"
+      },
+      {
+        "percent": "400",
+        "reputation": 120327041068001,
+        "rshares": 13762371794,
+        "voter": "jayna"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 190683722856,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7905346917299,
+        "rshares": 3649128659,
+        "voter": "monkeypattycake"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25623234518181,
+        "rshares": 32998723701,
+        "voter": "theia7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71417124465576,
+        "rshares": 79307642557,
+        "voter": "erangvee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1734633072808,
+        "rshares": 9255245097,
+        "voter": "bruzzy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1494763095243,
+        "rshares": 1751467091,
+        "voter": "jamiz"
+      },
+      {
+        "percent": "800",
+        "reputation": 0,
+        "rshares": 370099756983,
+        "voter": "gunthertopp"
+      },
+      {
+        "percent": "1000",
+        "reputation": 20285621918859,
+        "rshares": 3800699762,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12478859864700,
+        "voter": "haejin"
+      },
+      {
+        "percent": "2600",
+        "reputation": 145609724101,
+        "rshares": 240846596958,
+        "voter": "hope-on-fire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91410383693752,
+        "rshares": 298898416303,
+        "voter": "vincentnijman"
+      },
+      {
+        "percent": "150",
+        "reputation": 18018060826148,
+        "rshares": 602876522,
+        "voter": "shitsignals"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1060930411809617,
+        "rshares": 2490614227380,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 171787286919500,
+        "rshares": 84913517836,
+        "voter": "yanes94"
+      },
+      {
+        "percent": "5000",
+        "reputation": 29124480726940,
+        "rshares": 1905342002,
+        "voter": "greatness96"
+      },
+      {
+        "percent": "4500",
+        "reputation": 36780217425224,
+        "rshares": 39938651800,
+        "voter": "dine77"
+      },
+      {
+        "percent": "2320",
+        "reputation": 64603876629814,
+        "rshares": 98978693993,
+        "voter": "steempostitalia"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 401789741894,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30408715367838,
+        "rshares": 158788136809,
+        "voter": "steemitri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 169215220532,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1861063781145,
+        "rshares": 590377982,
+        "voter": "leryam12"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4022219848165,
+        "rshares": 3023476491,
+        "voter": "jenesa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 205993978812776,
+        "rshares": 121729107072,
+        "voter": "masummim50"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3574566966768,
+        "rshares": 3185013567,
+        "voter": "appleskie"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1189111686,
+        "rshares": 550603352,
+        "voter": "chunnorris"
+      },
+      {
+        "percent": "5000",
+        "reputation": 135564305882897,
+        "rshares": 27868559333,
+        "voter": "nuthman"
+      },
+      {
+        "percent": "4000",
+        "reputation": 15106373780430,
+        "rshares": 71880792461,
+        "voter": "spiceboyz"
+      },
+      {
+        "percent": "150",
+        "reputation": 173069624727027,
+        "rshares": 7213295762,
+        "voter": "felander"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1087907674628,
+        "rshares": 1081613186,
+        "voter": "pjmisa"
+      },
+      {
+        "percent": "3700",
+        "reputation": 24639928209538,
+        "rshares": 21386789609,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 17058039993,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5757657643273,
+        "rshares": 31412812898,
+        "voter": "noloafing"
+      },
+      {
+        "percent": "75",
+        "reputation": 51994511985595,
+        "rshares": 328221671911,
+        "voter": "tipu"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 10872033606,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2656035667454,
+        "rshares": 1754547543,
+        "voter": "agentzero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11653416526162,
+        "rshares": 30687762502,
+        "voter": "randyw"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 48835534130,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355541395288151,
+        "rshares": 7768398740974,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "750",
+        "reputation": 33280218537901,
+        "rshares": 8430853873,
+        "voter": "artonmysleeve"
+      },
+      {
+        "percent": "1000",
+        "reputation": 41069012860239,
+        "rshares": 1752125104,
+        "voter": "markjason"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2206804389678,
+        "rshares": 5014020204,
+        "voter": "marysent"
+      },
+      {
+        "percent": "2320",
+        "reputation": 35075558795655,
+        "rshares": 33226751200,
+        "voter": "alinakot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 21044804847,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 221085055651,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 167991810520774,
+        "rshares": 655070224234,
+        "voter": "celestal"
+      },
+      {
+        "percent": "600",
+        "reputation": 2448367928201,
+        "rshares": 1337798610,
+        "voter": "pingcess"
+      },
+      {
+        "percent": "250",
+        "reputation": 445234100950820,
+        "rshares": 788774861713,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 481457224468,
+        "rshares": 1809208394,
+        "voter": "gnarlyanimations"
+      },
+      {
+        "percent": "10000",
+        "reputation": 804792498605,
+        "rshares": 1595064042,
+        "voter": "hillaryaa"
+      },
+      {
+        "percent": "5000",
+        "reputation": 336063014350538,
+        "rshares": 721918102810,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "5000",
+        "reputation": 21798737047108,
+        "rshares": 100337730468,
+        "voter": "yangyanje"
+      },
+      {
+        "percent": "5000",
+        "reputation": 959835803794,
+        "rshares": 600639000,
+        "voter": "mercy11"
+      },
+      {
+        "percent": "1000",
+        "reputation": 927618060395434,
+        "rshares": 113438365889,
+        "voter": "majes.tytyty"
+      },
+      {
+        "percent": "1000",
+        "reputation": 16626980732032,
+        "rshares": 937140623,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "800",
+        "reputation": 22607491274241,
+        "rshares": 672101884,
+        "voter": "suheri"
+      },
+      {
+        "percent": "1000",
+        "reputation": 47982158911387,
+        "rshares": 31398832232,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 769442706037,
+        "rshares": 1094873309,
+        "voter": "tedzwhistle"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6445110251502,
+        "rshares": 2622383993,
+        "voter": "divinekids"
+      },
+      {
+        "percent": "2320",
+        "reputation": 12066290877974,
+        "rshares": 17623838781,
+        "voter": "heidi71"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5244834322487,
+        "rshares": 11083582626,
+        "voter": "andywong31"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33507158333033,
+        "rshares": 39396249891,
+        "voter": "mllg"
+      },
+      {
+        "percent": "76",
+        "reputation": 0,
+        "rshares": 27129368624,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2000",
+        "reputation": 141970828773777,
+        "rshares": 355695491136,
+        "voter": "tobetada"
+      },
+      {
+        "percent": "5000",
+        "reputation": 935189040639,
+        "rshares": 571183778,
+        "voter": "maaz23"
+      },
+      {
+        "percent": "5000",
+        "reputation": 513799575547713,
+        "rshares": 301532658387,
+        "voter": "josediccus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29313772061277,
+        "rshares": 130089207629,
+        "voter": "castleberry"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10939046475227,
+        "rshares": 762071984,
+        "voter": "liverpool-fan"
+      },
+      {
+        "percent": "1000",
+        "reputation": 12918217107297,
+        "rshares": 1110140714,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2501064007913,
+        "rshares": 2296329862,
+        "voter": "reyarobo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28740832773198,
+        "rshares": 38707251641,
+        "voter": "steemph.cebu"
+      },
+      {
+        "percent": "142",
+        "reputation": 7232716062458,
+        "rshares": 2767780603,
+        "voter": "caladan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51827894908559,
+        "rshares": 52994273339,
+        "voter": "lays"
+      },
+      {
+        "percent": "7500",
+        "reputation": 136276266931207,
+        "rshares": 117030122083,
+        "voter": "ybanezkim26"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2561399399469,
+        "rshares": 2200350990,
+        "voter": "legendarryll"
+      },
+      {
+        "percent": "2800",
+        "reputation": 21694534890224,
+        "rshares": 51599562864,
+        "voter": "gianluccio"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2341876684406,
+        "rshares": 1910888554,
+        "voter": "steemph.manila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 106411145191010,
+        "rshares": 76769559873,
+        "voter": "ultravioletmag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2913812595405,
+        "rshares": 3123035459,
+        "voter": "sorenkierkegaard"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14699853056335,
+        "rshares": 17367308395,
+        "voter": "ciuoto"
+      },
+      {
+        "percent": "150",
+        "reputation": 377317663062316,
+        "rshares": 38436739630,
+        "voter": "emrebeyler"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1571846435496,
+        "rshares": 3980368527,
+        "voter": "dizzyapple"
+      },
+      {
+        "percent": "1000",
+        "reputation": 28722297623429,
+        "rshares": 8275030569,
+        "voter": "maverickinvictus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6231776804278,
+        "rshares": 950349136,
+        "voter": "brandt"
+      },
+      {
+        "percent": "4000",
+        "reputation": 40643925986727,
+        "rshares": 38343746661,
+        "voter": "carolineschell"
+      },
+      {
+        "percent": "250",
+        "reputation": 157805541487641,
+        "rshares": 155942422637,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "800",
+        "reputation": 10160344260214,
+        "rshares": 1577390930,
+        "voter": "xsasj"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1752578402102,
+        "rshares": 674015919,
+        "voter": "iamqueenlevita"
+      },
+      {
+        "percent": "1000",
+        "reputation": 10092142213140,
+        "rshares": 1111961983,
+        "voter": "thegaillery"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 18066679965,
+        "voter": "yazp"
+      },
+      {
+        "percent": "500",
+        "reputation": 30362686718221,
+        "rshares": 2992624078,
+        "voter": "junebride"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2678661471750,
+        "rshares": 1079480309,
+        "voter": "janicemars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451995142982,
+        "rshares": 922192602,
+        "voter": "vishire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18150082730,
+        "rshares": 386836552173,
+        "voter": "citizensmith"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13569938137899,
+        "rshares": 1611831834,
+        "voter": "kneelyrac"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2045506354809,
+        "rshares": 875231291,
+        "voter": "steeminer4up"
+      },
+      {
+        "percent": "5000",
+        "reputation": 66785151966461,
+        "rshares": 242423818651,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "1160",
+        "reputation": 9242922601755,
+        "rshares": 5224093548,
+        "voter": "marcolino76"
+      },
+      {
+        "percent": "10000",
+        "reputation": 570069464324,
+        "rshares": 1776990359,
+        "voter": "namranna"
+      },
+      {
+        "percent": "1800",
+        "reputation": 7653694649262,
+        "rshares": 548043119,
+        "voter": "godlovermel25"
+      },
+      {
+        "percent": "1000",
+        "reputation": 75425198894223,
+        "rshares": 6460976412,
+        "voter": "straykat"
+      },
+      {
+        "percent": "750",
+        "reputation": 14337364044156,
+        "rshares": 955128337,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7582443995,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2680015924516,
+        "rshares": 7498589238,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1222519641209,
+        "rshares": 1115103977,
+        "voter": "pizzanniza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 3363668766931,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 142520915467066,
+        "rshares": 85669905573,
+        "voter": "for91days"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13267517492775,
+        "rshares": 9850192102,
+        "voter": "juecoree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11279365843876,
+        "rshares": 9757788099,
+        "voter": "nikkabomb"
+      },
+      {
+        "percent": "300",
+        "reputation": 87246032649758,
+        "rshares": 5707335643,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1483157104148,
+        "rshares": 876926749,
+        "voter": "cyyy1998"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5995949670664,
+        "rshares": 1202279494,
+        "voter": "jude.villarta"
+      },
+      {
+        "percent": "1000",
+        "reputation": 169520027942230,
+        "rshares": 9554442993,
+        "voter": "r351574nc3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 478617433585,
+        "rshares": 1706596546,
+        "voter": "glennamayjumaoas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 801609916213,
+        "rshares": 905746612,
+        "voter": "jonnahmatias1016"
+      },
+      {
+        "percent": "10000",
+        "reputation": 718140601874,
+        "rshares": 1097550817,
+        "voter": "francesgardose"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20747172002123,
+        "rshares": 1300215151,
+        "voter": "shoganaii"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19169896425273,
+        "rshares": 4222266879,
+        "voter": "saintchristopher"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1451555574844,
+        "rshares": 1950578675,
+        "voter": "korinkrafting"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4255833468352,
+        "rshares": 866262118,
+        "voter": "thinkingmind"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9772009360245,
+        "rshares": 111783222536,
+        "voter": "fineartnow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11200470488081,
+        "rshares": 20527802488,
+        "voter": "josejirafa"
+      },
+      {
+        "percent": "2000",
+        "reputation": 84499975573513,
+        "rshares": 6067318829,
+        "voter": "alequandro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52022541631815,
+        "rshares": 29325632137,
+        "voter": "soufianechakrouf"
+      },
+      {
+        "percent": "4000",
+        "reputation": 7648880714525,
+        "rshares": 449080614,
+        "voter": "mirkon86"
+      },
+      {
+        "percent": "150",
+        "reputation": 138441860072892,
+        "rshares": 8667078727,
+        "voter": "nealmcspadden"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4882081332011,
+        "rshares": 1920301528,
+        "voter": "christianyocte"
+      },
+      {
+        "percent": "400",
+        "reputation": 25048759621308,
+        "rshares": 3797289990,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "4000",
+        "reputation": 347022507711444,
+        "rshares": 167170145245,
+        "voter": "piotrgrafik"
+      },
+      {
+        "percent": "300",
+        "reputation": 38330902987406,
+        "rshares": 1895717228,
+        "voter": "manncpt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5902918865373,
+        "rshares": 4477193475,
+        "voter": "m1alsan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 219242636184,
+        "rshares": 612132323,
+        "voter": "brusd"
+      },
+      {
+        "percent": "150",
+        "reputation": 7978719984268,
+        "rshares": 1836390518,
+        "voter": "purefood"
+      },
+      {
+        "percent": "5000",
+        "reputation": 822709975413,
+        "rshares": 718014022,
+        "voter": "honeyletsgo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1627145024010,
+        "rshares": 796930050,
+        "voter": "georgie84"
+      },
+      {
+        "percent": "7706",
+        "reputation": 5977990737151,
+        "rshares": 4071894256,
+        "voter": "knfitaly"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1298566083487,
+        "rshares": 1329852123,
+        "voter": "davids-tales"
+      },
+      {
+        "percent": "300",
+        "reputation": 7036325034531,
+        "rshares": 550564635,
+        "voter": "jnmarteau"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4755551366717,
+        "rshares": 706497613,
+        "voter": "philnewton"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2374130318210,
+        "rshares": 1256665149,
+        "voter": "cheesom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21875725656972,
+        "rshares": 10931018057,
+        "voter": "ligarayk"
+      },
+      {
+        "percent": "750",
+        "reputation": 79537112262409,
+        "rshares": 14638325908,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "5000",
+        "reputation": 47747940709375,
+        "rshares": 11171306961,
+        "voter": "gatolector"
+      },
+      {
+        "percent": "10000",
+        "reputation": 148975588734578,
+        "rshares": 7828300579,
+        "voter": "svemirac"
+      },
+      {
+        "percent": "2000",
+        "reputation": 442944056818,
+        "rshares": 732813846,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 354023179708,
+        "rshares": 744189111,
+        "voter": "raquelita"
+      },
+      {
+        "percent": "5000",
+        "reputation": 874108865684,
+        "rshares": 602064293,
+        "voter": "geeyang15"
+      },
+      {
+        "percent": "4000",
+        "reputation": 12153845416413,
+        "rshares": 12219616398,
+        "voter": "piumadoro"
+      },
+      {
+        "percent": "100",
+        "reputation": 107854173717168,
+        "rshares": 3571971556,
+        "voter": "moeenali"
+      },
+      {
+        "percent": "10000",
+        "reputation": 100885493809,
+        "rshares": 6074941331,
+        "voter": "lerma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18641585439625,
+        "rshares": 22451104198,
+        "voter": "sudefteri"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12334368355423,
+        "rshares": 1547892183,
+        "voter": "loydjayme25"
+      },
+      {
+        "percent": "10000",
+        "reputation": 78606992818,
+        "rshares": 1111950762,
+        "voter": "photohunter3"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71504792482,
+        "rshares": 559710186,
+        "voter": "photohunter5"
+      },
+      {
+        "percent": "120",
+        "reputation": 10898214322749,
+        "rshares": 590543310,
+        "voter": "pkocjan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71185892857862,
+        "rshares": 49107270234,
+        "voter": "chungsu1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86376131766962,
+        "rshares": 169700473270,
+        "voter": "gohenry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2866827942623,
+        "rshares": 3170224595,
+        "voter": "starzy"
+      },
+      {
+        "percent": "250",
+        "reputation": 26898775193091,
+        "rshares": 2392007368,
+        "voter": "movement19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1173641910090,
+        "rshares": 3752383955,
+        "voter": "akifane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8323395238723,
+        "rshares": 1819634754,
+        "voter": "technologix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11193010266714,
+        "rshares": 13681360811,
+        "voter": "elfranz"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28840617171,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73042470414733,
+        "rshares": 420265801646,
+        "voter": "rubencress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5195582997313,
+        "rshares": 1072721305,
+        "voter": "leebaong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121063235291,
+        "rshares": 702079311,
+        "voter": "thisisruby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 87629137367,
+        "rshares": 1979400442,
+        "voter": "rasty.demecillo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 154592881404,
+        "rshares": 636298659,
+        "voter": "memeitbaby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1835670573034,
+        "rshares": 906189829,
+        "voter": "missdonna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2654510329914,
+        "rshares": 1835524479,
+        "voter": "sawi"
+      },
+      {
+        "percent": "2800",
+        "reputation": 130666880687240,
+        "rshares": 55318504399,
+        "voter": "mad-runner"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2256065348315,
+        "rshares": 4162553868,
+        "voter": "frassman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 103662959321,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9839458481068,
+        "rshares": 23231096029,
+        "voter": "kryptik.tigrrr3d"
+      },
+      {
+        "percent": "4000",
+        "reputation": 10685467371502,
+        "rshares": 9378565242,
+        "voter": "sbarandelli"
+      },
+      {
+        "percent": "1200",
+        "reputation": 54208883787930,
+        "rshares": 17140053331,
+        "voter": "outlinez"
+      },
+      {
+        "percent": "1000",
+        "reputation": 10250642778719,
+        "rshares": 3278130865,
+        "voter": "salty-mcgriddles"
+      },
+      {
+        "percent": "5000",
+        "reputation": 742795053593,
+        "rshares": 1101999681,
+        "voter": "themarshann"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24953974425628,
+        "rshares": 1811051907476,
+        "voter": "a0i"
+      },
+      {
+        "percent": "150",
+        "reputation": 1170108458021,
+        "rshares": 628395081,
+        "voter": "bestboom"
+      },
+      {
+        "percent": "2000",
+        "reputation": 21335847636859,
+        "rshares": 12675519061,
+        "voter": "vittoriozuccala"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19069547910280,
+        "rshares": 319689586587,
+        "voter": "adamada"
+      },
+      {
+        "percent": "5000",
+        "reputation": 63828014180083,
+        "rshares": 29041113861,
+        "voter": "marcybetancourt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1553888219838,
+        "rshares": 938664558,
+        "voter": "jackobeat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1238565986273,
+        "rshares": 1762690117,
+        "voter": "carlitojoshua"
+      },
+      {
+        "percent": "1258",
+        "reputation": 9124351654981,
+        "rshares": 125306064395,
+        "voter": "sbi2"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3002913313511,
+        "rshares": 1586138771,
+        "voter": "lycos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24955952314452,
+        "rshares": 23702084377,
+        "voter": "koto-art"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1147742343668,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 256919577419282,
+        "rshares": 326532714238,
+        "voter": "cyberdemon531"
+      },
+      {
+        "percent": "7500",
+        "reputation": 35499944396318,
+        "rshares": 27129757317,
+        "voter": "tesmoforia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5228129093643,
+        "rshares": 1648901189,
+        "voter": "elvys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451811665047,
+        "rshares": 6590945164,
+        "voter": "orkin420"
+      },
+      {
+        "percent": "1500",
+        "reputation": 7324548372470,
+        "rshares": 22505848740,
+        "voter": "freddio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 5623859595,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 231872774161550,
+        "rshares": 2177293579069,
+        "voter": "midlet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17018469559317,
+        "rshares": 21199808006,
+        "voter": "allover"
+      },
+      {
+        "percent": "10000",
+        "reputation": 131658428787788,
+        "rshares": 53136191371,
+        "voter": "richjr"
+      },
+      {
+        "percent": "3000",
+        "reputation": 750879699293,
+        "rshares": 1776454988,
+        "voter": "steemitachievers"
+      },
+      {
+        "percent": "4000",
+        "reputation": 15997954268310,
+        "rshares": 56810233183,
+        "voter": "spaghettiscience"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9877041015840,
+        "rshares": 14418855659,
+        "voter": "misia1979"
+      },
+      {
+        "percent": "5000",
+        "reputation": 564946014672,
+        "rshares": 654464113,
+        "voter": "aljunecastro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2168373327,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "3200",
+        "reputation": 65521507383931,
+        "rshares": 15740313956,
+        "voter": "oscurity"
+      },
+      {
+        "percent": "10000",
+        "reputation": 301808772904,
+        "rshares": 2186236485,
+        "voter": "kendallron"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37055878863116,
+        "rshares": 18925698098,
+        "voter": "thilah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5764675494828,
+        "rshares": 80867082313,
+        "voter": "calisay"
+      },
+      {
+        "percent": "150",
+        "reputation": 15436790913241,
+        "rshares": 1296038933,
+        "voter": "globalschool"
+      },
+      {
+        "percent": "4000",
+        "reputation": 58972096571144,
+        "rshares": 3306767013,
+        "voter": "bafi"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1471256869354,
+        "rshares": 2562372424,
+        "voter": "steemph.uae"
+      },
+      {
+        "percent": "5400",
+        "reputation": 43948808161603,
+        "rshares": 26236872482,
+        "voter": "phage93"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1180987164511,
+        "rshares": 3889313045,
+        "voter": "coarebabes"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2068514185656,
+        "rshares": 1861256988,
+        "voter": "anneporter"
+      },
+      {
+        "percent": "5000",
+        "reputation": 152242646200543,
+        "rshares": 19569737749,
+        "voter": "serialfiller"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3115428694948,
+        "rshares": 1960462858,
+        "voter": "indayclara"
+      },
+      {
+        "percent": "37",
+        "reputation": 1963153455547,
+        "rshares": 8335189069,
+        "voter": "steem.services"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1993672004294,
+        "rshares": 51038090039,
+        "voter": "pladozero"
+      },
+      {
+        "percent": "800",
+        "reputation": 70214892950356,
+        "rshares": 301551776260,
+        "voter": "nateaguila"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9869278918,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "3000",
+        "reputation": 39672928171915,
+        "rshares": 5319622024,
+        "voter": "darthgexe"
+      },
+      {
+        "percent": "1000",
+        "reputation": 27284305279794,
+        "rshares": 1212367718,
+        "voter": "rachelleignacio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 347301947461,
+        "rshares": 530524351,
+        "voter": "blackelephant"
+      },
+      {
+        "percent": "5000",
+        "reputation": 24852530816752,
+        "rshares": 11614109569,
+        "voter": "jason04"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6464145962606,
+        "rshares": 16106278766,
+        "voter": "jemzem"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1722687991193,
+        "rshares": 662849856,
+        "voter": "pinas"
+      },
+      {
+        "percent": "2658",
+        "reputation": 0,
+        "rshares": 4824449506,
+        "voter": "thefoundation"
+      },
+      {
+        "percent": "5000",
+        "reputation": 57721280407516,
+        "rshares": 60480016275,
+        "voter": "insaneworks"
+      },
+      {
+        "percent": "5000",
+        "reputation": 772102466926,
+        "rshares": 615739560,
+        "voter": "kyanzieuno"
+      },
+      {
+        "percent": "4000",
+        "reputation": 11198941837827,
+        "rshares": 6585808896,
+        "voter": "giuseppemasala"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15332816096733,
+        "rshares": 2625553819,
+        "voter": "luminaryhmo"
+      },
+      {
+        "percent": "4000",
+        "reputation": 4314543468754,
+        "rshares": 2513680063,
+        "voter": "acquarius30"
+      },
+      {
+        "percent": "1000",
+        "reputation": 95233949488692,
+        "rshares": 18095298599,
+        "voter": "sgbonus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 244842259743,
+        "rshares": 1189082585,
+        "voter": "ihal0001"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3274691895642,
+        "rshares": 1754465927,
+        "voter": "soma909"
+      },
+      {
+        "percent": "150",
+        "reputation": 655223881789,
+        "rshares": 833970168,
+        "voter": "swisswitness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6370085312,
+        "rshares": 1305835631,
+        "voter": "kahvesizlik"
+      },
+      {
+        "percent": "5000",
+        "reputation": 778260061223,
+        "rshares": 606535579,
+        "voter": "mojacko"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13210715947156,
+        "rshares": 9054525167,
+        "voter": "astrolabio"
+      },
+      {
+        "percent": "1000",
+        "reputation": 599567348573,
+        "rshares": 503595922,
+        "voter": "exifr"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1137655654537,
+        "rshares": 1562502119,
+        "voter": "czera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65268642593339,
+        "rshares": 47220808603,
+        "voter": "sabari18"
+      },
+      {
+        "percent": "400",
+        "reputation": 46213136832830,
+        "rshares": 14955293802,
+        "voter": "nattybongo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 30631004038630,
+        "rshares": 3052335106,
+        "voter": "sarimanok"
+      },
+      {
+        "percent": "4000",
+        "reputation": 6326146746853,
+        "rshares": 2319600771,
+        "voter": "doodle.danga"
+      },
+      {
+        "percent": "50",
+        "reputation": 292465506149952,
+        "rshares": 1032013294,
+        "voter": "shortsegments"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6931413629,
+        "rshares": 898223994,
+        "voter": "tiffcisme"
+      },
+      {
+        "percent": "1000",
+        "reputation": 97973570792503,
+        "rshares": 4722523016,
+        "voter": "mrnightmare89"
+      },
+      {
+        "percent": "150",
+        "reputation": 33860216986858,
+        "rshares": 9200546181,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "5000",
+        "reputation": 776039665811,
+        "rshares": 589795996,
+        "voter": "kayegrasya"
+      },
+      {
+        "percent": "5000",
+        "reputation": 655454638322,
+        "rshares": 7052393314,
+        "voter": "bigpower"
+      },
+      {
+        "percent": "2800",
+        "reputation": 312194048136745,
+        "rshares": 133686720853,
+        "voter": "armandosodano"
+      },
+      {
+        "percent": "2000",
+        "reputation": 118140326729872,
+        "rshares": 7482811298,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 711352468979,
+        "rshares": 24866342709,
+        "voter": "bestofph"
+      },
+      {
+        "percent": "1000",
+        "reputation": 116804559,
+        "rshares": 601738373,
+        "voter": "exifr0"
+      },
+      {
+        "percent": "75",
+        "reputation": 156376467869107,
+        "rshares": 2596515931,
+        "voter": "dalz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 32718897828056,
+        "rshares": 38848379907,
+        "voter": "ilnegro"
+      },
+      {
+        "percent": "2500",
+        "reputation": 24307599069679,
+        "rshares": 8831705105,
+        "voter": "dronegraphica"
+      },
+      {
+        "percent": "75",
+        "reputation": 18790919715448,
+        "rshares": 10703981581,
+        "voter": "luppers"
+      },
+      {
+        "percent": "150",
+        "reputation": 103580743464850,
+        "rshares": 17360961564,
+        "voter": "dlike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7532194699640,
+        "rshares": 7449383794,
+        "voter": "cubapl"
+      },
+      {
+        "percent": "3200",
+        "reputation": 12546717165553,
+        "rshares": 8530371222,
+        "voter": "tommasobusiello"
+      },
+      {
+        "percent": "4000",
+        "reputation": 5384315527317,
+        "rshares": 5806300193,
+        "voter": "coccodema"
+      },
+      {
+        "percent": "50",
+        "reputation": 144910360949054,
+        "rshares": 920757335,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 836324990221,
+        "rshares": 4474675467,
+        "voter": "jokinmenipieleen"
+      },
+      {
+        "percent": "120",
+        "reputation": 58772053733860,
+        "rshares": 24043800602,
+        "voter": "engrave"
+      },
+      {
+        "percent": "5000",
+        "reputation": 77764751586248,
+        "rshares": 1734072259576,
+        "voter": "frot"
+      },
+      {
+        "percent": "6100",
+        "reputation": 25516225567436,
+        "rshares": 42917011948,
+        "voter": "nowargraffitis"
+      },
+      {
+        "percent": "5264",
+        "reputation": 0,
+        "rshares": 4857692161,
+        "voter": "voter002"
+      },
+      {
+        "percent": "267",
+        "reputation": 0,
+        "rshares": 2475462010,
+        "voter": "voter003"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5426260749375,
+        "rshares": 14214046644,
+        "voter": "agromeror"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 16964338633,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 686691140588,
+        "rshares": 671390861,
+        "voter": "juliettana"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2029932349983,
+        "rshares": 1544843672,
+        "voter": "angoujkalis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39556037473,
+        "rshares": 2061717990,
+        "voter": "worksinsane"
+      },
+      {
+        "percent": "2000",
+        "reputation": 41288629235348,
+        "rshares": 2248535961,
+        "voter": "mariluna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 40857653081,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 158552584457210,
+        "rshares": 177949277080,
+        "voter": "macoolette"
+      },
+      {
+        "percent": "2000",
+        "reputation": 21160020180639,
+        "rshares": 1475535465,
+        "voter": "javier.dejuan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28282881619671,
+        "rshares": 14491846702,
+        "voter": "fulani"
+      },
+      {
+        "percent": "1600",
+        "reputation": 36278740673923,
+        "rshares": 538436468598,
+        "voter": "cryptoxicate"
+      },
+      {
+        "percent": "2000",
+        "reputation": 16571339882650,
+        "rshares": 1278453386,
+        "voter": "elyon"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9413067039884,
+        "rshares": 1202503343,
+        "voter": "itegoarcanadei"
+      },
+      {
+        "percent": "150",
+        "reputation": 0,
+        "rshares": 4552498185,
+        "voter": "merlin7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 27561794087,
+        "voter": "diegor"
+      },
+      {
+        "percent": "1000",
+        "reputation": 32423491687236,
+        "rshares": 1591394495,
+        "voter": "maonx"
+      },
+      {
+        "percent": "150",
+        "reputation": 2716815451543,
+        "rshares": 10795688836,
+        "voter": "followjohngalt"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1886525460663,
+        "rshares": 1637594120,
+        "voter": "middleearth"
+      },
+      {
+        "percent": "100",
+        "reputation": 4915527864940,
+        "rshares": 65148478,
+        "voter": "dashand"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25104308682855,
+        "rshares": 5393224821,
+        "voter": "adinapoli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2191807,
+        "rshares": 741699209,
+        "voter": "props"
+      },
+      {
+        "percent": "75",
+        "reputation": 3420036317592,
+        "rshares": 924671558,
+        "voter": "cakemonster"
+      },
+      {
+        "percent": "4000",
+        "reputation": 38453773394334,
+        "rshares": 2543671219,
+        "voter": "akireuna"
+      },
+      {
+        "percent": "4000",
+        "reputation": 10397283210375,
+        "rshares": 493186242302,
+        "voter": "discovery-it"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2898780281687,
+        "rshares": 90426980273,
+        "voter": "crypto-pixie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6865606194,
+        "rshares": 15042238870,
+        "voter": "star-x"
+      },
+      {
+        "percent": "10000",
+        "reputation": 180858284734,
+        "rshares": 3353461497,
+        "voter": "sergeyberkova"
+      },
+      {
+        "percent": "2000",
+        "reputation": 21657939011190,
+        "rshares": 1325122242,
+        "voter": "kork75"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1158706837675,
+        "rshares": 648803548463,
+        "voter": "lestrange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5873083,
+        "rshares": 34657698160,
+        "voter": "reflektor"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5884437,
+        "rshares": 8487104385,
+        "voter": "bippe"
+      },
+      {
+        "percent": "150",
+        "reputation": 1213063566738,
+        "rshares": 540636668,
+        "voter": "permaculturedude"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6085708906847,
+        "rshares": 7456525291,
+        "voter": "creary"
+      },
+      {
+        "percent": "4000",
+        "reputation": 10262180239331,
+        "rshares": 7505965585,
+        "voter": "lallo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5878610,
+        "rshares": 31845184002,
+        "voter": "hingsten"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 26417776438,
+        "voter": "tankometry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 26255517979,
+        "voter": "jetometry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 23636935395,
+        "voter": "rockstarbm"
+      },
+      {
+        "percent": "1500",
+        "reputation": 6301639433510,
+        "rshares": 806991193,
+        "voter": "goodcontentbot"
+      },
+      {
+        "percent": "2800",
+        "reputation": 16012295789643,
+        "rshares": 2695071590,
+        "voter": "cooperfelix"
+      },
+      {
+        "percent": "3500",
+        "reputation": 410620631652,
+        "rshares": 4420503749,
+        "voter": "ava77"
+      },
+      {
+        "percent": "5000",
+        "reputation": 611845544559,
+        "rshares": 1948740302,
+        "voter": "parth7878"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 743182265835,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "500",
+        "reputation": 5616865862,
+        "rshares": 1058218978,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2910555091868,
+        "rshares": 532842460,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3550575399642,
+        "rshares": 4841310903,
+        "voter": "kaptnkalle"
+      },
+      {
+        "percent": "2500",
+        "reputation": 27838835653920,
+        "rshares": 7099034089,
+        "voter": "kggymlife"
+      },
+      {
+        "percent": "3600",
+        "reputation": 2761382305579,
+        "rshares": 1703608788,
+        "voter": "david.steem"
+      },
+      {
+        "percent": "75",
+        "reputation": 69910542366759,
+        "rshares": 3942483477,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "2000",
+        "reputation": 277256769997,
+        "rshares": 16366288987,
+        "voter": "ambifokus"
+      },
+      {
+        "percent": "142",
+        "reputation": 17287220932883,
+        "rshares": 1397666846,
+        "voter": "mfblack"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4663518569101,
+        "rshares": 872870615331,
+        "voter": "blue.rabbit"
+      },
+      {
+        "percent": "4000",
+        "reputation": 26656982596638,
+        "rshares": 16463449762,
+        "voter": "titti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51900218528169,
+        "rshares": 1968095708,
+        "voter": "alexvanaken"
+      },
+      {
+        "percent": "4000",
+        "reputation": 8977413850563,
+        "rshares": 9605140923,
+        "voter": "maryincryptoland"
+      },
+      {
+        "percent": "75",
+        "reputation": 120936131908085,
+        "rshares": 5616137340,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "7500",
+        "reputation": 3909341978875,
+        "rshares": 1385994751,
+        "voter": "bitcoingodmode"
+      },
+      {
+        "percent": "5000",
+        "reputation": 58574039848,
+        "rshares": 1336708426,
+        "voter": "zackarie"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3026614496178,
+        "rshares": 2174753249,
+        "voter": "stregamorgana"
+      },
+      {
+        "percent": "2400",
+        "reputation": 4511660112150,
+        "rshares": 3195523263,
+        "voter": "meeplecomposer"
+      },
+      {
+        "percent": "4000",
+        "reputation": 130839158526947,
+        "rshares": 116253847317,
+        "voter": "libertycrypto27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98578472333076,
+        "rshares": 458200528586,
+        "voter": "minigame"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2597264781531,
+        "rshares": 8384152646,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "5000",
+        "reputation": 64603915090283,
+        "rshares": 24622277845,
+        "voter": "caro-art"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1694014220511,
+        "rshares": 667379992,
+        "voter": "karamazov00"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1099279919915,
+        "rshares": 655663264,
+        "voter": "abdulmatin69"
+      },
+      {
+        "percent": "5000",
+        "reputation": 468629183386,
+        "rshares": 1083183432,
+        "voter": "oemplus"
+      },
+      {
+        "percent": "500",
+        "reputation": 584484995619,
+        "rshares": 527686171,
+        "voter": "tinyhousecryptos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28083763213144,
+        "rshares": 3809108072,
+        "voter": "victartex"
+      },
+      {
+        "percent": "2000",
+        "reputation": 8180177327690,
+        "rshares": 12067791552,
+        "voter": "maruskina"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9123079111767,
+        "rshares": 3832845306,
+        "voter": "claudietto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 380236137709,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2161742682386,
+        "rshares": 4672547566,
+        "voter": "omodei"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 1444869138,
+        "voter": "cryptogambit"
+      },
+      {
+        "percent": "150",
+        "reputation": 52974480102727,
+        "rshares": 745489678,
+        "voter": "shimozurdo"
+      },
+      {
+        "percent": "150",
+        "reputation": 40619501571,
+        "rshares": 585637949,
+        "voter": "milu-the-dog"
+      },
+      {
+        "percent": "150",
+        "reputation": 115912639173774,
+        "rshares": 14706987209,
+        "voter": "steem.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16446725825074,
+        "rshares": 668347143,
+        "voter": "onecent"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6411393851,
+        "rshares": 838957036,
+        "voter": "driedfruit"
+      },
+      {
+        "percent": "135",
+        "reputation": 14604990824032,
+        "rshares": 1619675712,
+        "voter": "asteroids"
+      },
+      {
+        "percent": "4000",
+        "reputation": 23874904197926,
+        "rshares": 5056267028,
+        "voter": "capitanonema"
+      },
+      {
+        "percent": "2000",
+        "reputation": 4589502219665,
+        "rshares": 846534186,
+        "voter": "damaskinus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5610257148,
+        "rshares": 946433876,
+        "voter": "dfacademy-ccc"
+      },
+      {
+        "percent": "1500",
+        "reputation": 91995455090943,
+        "rshares": 4979420027,
+        "voter": "thranax"
+      },
+      {
+        "percent": "100",
+        "reputation": 6481559677290,
+        "rshares": 153496718234,
+        "voter": "project.hope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45364952422214,
+        "rshares": 62331236190,
+        "voter": "soyunasantacruz"
+      },
+      {
+        "percent": "37",
+        "reputation": 1410161022,
+        "rshares": 940976525,
+        "voter": "botante"
+      },
+      {
+        "percent": "150",
+        "reputation": 241740100,
+        "rshares": 1161371816,
+        "voter": "beta500"
+      },
+      {
+        "percent": "2000",
+        "reputation": 635849426463,
+        "rshares": 31800576,
+        "voter": "fifay"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1161034162384,
+        "rshares": 979624450,
+        "voter": "joshuafootball"
+      },
+      {
+        "percent": "75",
+        "reputation": 426404968,
+        "rshares": 3014319937,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36363665396749,
+        "rshares": 146723100328,
+        "voter": "rootdraws"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15980504190694,
+        "rshares": 30227927023,
+        "voter": "lackofcolor"
+      },
+      {
+        "percent": "2000",
+        "reputation": 825635650718,
+        "rshares": 402244693,
+        "voter": "freedomteam2019"
+      },
+      {
+        "percent": "2000",
+        "reputation": 17403163667146,
+        "rshares": 2393595400,
+        "voter": "leoneil"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": 937292928,
+        "voter": "isaria-ccc"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2754871650749,
+        "rshares": 3627038741,
+        "voter": "dappstats"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5553103337423,
+        "rshares": 5391443121,
+        "voter": "youngmusician"
+      },
+      {
+        "percent": "4000",
+        "reputation": 11655092610,
+        "rshares": 25162545964,
+        "voter": "axel-blaze"
+      },
+      {
+        "percent": "4000",
+        "reputation": 50737043318048,
+        "rshares": 5461173423,
+        "voter": "discovery-blog"
+      },
+      {
+        "percent": "4000",
+        "reputation": 92463206107216,
+        "rshares": 43492942646,
+        "voter": "zacknorman97"
+      },
+      {
+        "percent": "5000",
+        "reputation": 447569668922,
+        "rshares": 2145742587,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "2000",
+        "reputation": 26678047282163,
+        "rshares": 8165657908,
+        "voter": "riccc96"
+      },
+      {
+        "percent": "10000",
+        "reputation": -3148190173591,
+        "rshares": 292314410503,
+        "voter": "huaren.news"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1529784193,
+        "voter": "khalccc"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 4307648196,
+        "voter": "bella.bear"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 16467254,
+        "voter": "kryptoformator"
+      },
+      {
+        "percent": "4000",
+        "reputation": 24720459476673,
+        "rshares": 15028983841,
+        "voter": "delilhavores"
+      },
+      {
+        "percent": "3600",
+        "reputation": 6574541842654,
+        "rshares": 5365956936,
+        "voter": "hjmarseille"
+      },
+      {
+        "percent": "3400",
+        "reputation": 590689352460,
+        "rshares": 782754652,
+        "voter": "boomalex"
+      },
+      {
+        "percent": "8500",
+        "reputation": 32518344799,
+        "rshares": 326447780282,
+        "voter": "artcentral"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1017434237384,
+        "rshares": 8764405758,
+        "voter": "jeffmackinnon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19310647761618,
+        "rshares": 167859476638,
+        "voter": "onchainart"
+      },
+      {
+        "percent": "5000",
+        "reputation": 356840875823,
+        "rshares": 1757048244,
+        "voter": "kgsupport"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20853422627715,
+        "rshares": 654624297,
+        "voter": "im-ridd"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32542453022,
+        "rshares": 4812002016,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 2170550777,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12710819754219,
+        "rshares": 629520110,
+        "voter": "disagio.gang"
+      },
+      {
+        "percent": "150",
+        "reputation": 549265305265,
+        "rshares": 8918381923,
+        "voter": "mice-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14577043701834,
+        "rshares": 15308821398,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "2000",
+        "reputation": 13104433773695,
+        "rshares": 1990159519,
+        "voter": "mengene"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5922809472275,
+        "rshares": 5332037448,
+        "voter": "jessescenica"
+      },
+      {
+        "percent": "2000",
+        "reputation": 8718865668366,
+        "rshares": 1277488656,
+        "voter": "romytokic"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9624495306704,
+        "rshares": 47869480095626,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "500",
+        "reputation": 30837223420968,
+        "rshares": 725755547,
+        "voter": "drew0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3260566328403,
+        "rshares": 13236746921,
+        "voter": "gorllara"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 16006199638,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "300",
+        "reputation": 35668660233941,
+        "rshares": 8348671589,
+        "voter": "hivebuzz"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 1371899910,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 15182570983,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5222879596789,
+        "rshares": 51627635287,
+        "voter": "hiveph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 400543009712,
+        "voter": "hivephilippines"
+      },
+      {
+        "percent": "5200",
+        "reputation": 131000724653734,
+        "rshares": 71230843687,
+        "voter": "creativemary"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88669665911129,
+        "rshares": 4195547961760,
+        "voter": "hivegc"
+      },
+      {
+        "percent": "2800",
+        "reputation": 1209731647511,
+        "rshares": 468181924031,
+        "voter": "softworld"
+      },
+      {
+        "percent": "150",
+        "reputation": 5571802524553,
+        "rshares": 3975900668,
+        "voter": "polish.hive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 388630945885,
+        "rshares": 10595539594,
+        "voter": "jwynqc"
+      },
+      {
+        "percent": "4000",
+        "reputation": 7288245429962,
+        "rshares": 1373012771,
+        "voter": "ghastlygames"
+      },
+      {
+        "percent": "4000",
+        "reputation": 16687677218,
+        "rshares": 44341702828,
+        "voter": "peterpanpan"
+      },
+      {
+        "percent": "750",
+        "reputation": 22060257076152,
+        "rshares": 3262497793,
+        "voter": "quello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4274979461460,
+        "rshares": 46836203090,
+        "voter": "neon3000"
+      },
+      {
+        "percent": "150",
+        "reputation": 0,
+        "rshares": 42593036802,
+        "voter": "dcityrewards"
+      },
+      {
+        "percent": "100",
+        "reputation": 2054630599034,
+        "rshares": 0,
+        "voter": "lhen18"
+      },
+      {
+        "percent": "100",
+        "reputation": 1444444874297,
+        "rshares": 0,
+        "voter": "photodashph"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7317895795260,
+        "rshares": 536908146,
+        "voter": "mami.sheh7"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 587827727,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4070409415,
+        "rshares": 565531800,
+        "voter": "marvschurchill1"
+      },
+      {
+        "percent": "4000",
+        "reputation": 65585429713,
+        "rshares": 202814207424,
+        "voter": "meppij"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3049760416566,
+        "rshares": 1569114858,
+        "voter": "matteus57"
+      },
+      {
+        "percent": "187",
+        "reputation": 47896334821902,
+        "rshares": 2568017932,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9141561051,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "2500",
+        "reputation": 604442758770,
+        "rshares": 111971429220,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 39863569747,
+        "voter": "kiemis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 978489051717,
+        "rshares": 776679205,
+        "voter": "jesuscasalesson"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7034683328715,
+        "rshares": 849451573,
+        "voter": "iameden"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9650263289467,
+        "rshares": 11087773591,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23897781953466,
+        "rshares": 23741864159,
+        "voter": "ssygmr"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1497557935185,
+        "rshares": 660519633,
+        "voter": "tokichope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4648229546,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34825547728550,
+        "rshares": 5448814828,
+        "voter": "mandate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527396610,
+        "voter": "kran1"
+      },
+      {
+        "percent": "150",
+        "reputation": 0,
+        "rshares": 6263014593,
+        "voter": "hivecur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 526213511,
+        "voter": "kran2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527338054,
+        "voter": "kran3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 526384798,
+        "voter": "kran5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 578181961,
+        "voter": "kran6"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527334496,
+        "voter": "kran7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527462061,
+        "voter": "kran8"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9164403901874,
+        "rshares": 7868519661,
+        "voter": "flewsplash"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17939114076906,
+        "rshares": 16234923931,
+        "voter": "viviana28"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 30186514604,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23713278910073,
+        "rshares": 47157853918,
+        "voter": "dom.pino"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7775140788254,
+        "rshares": 1696866275,
+        "voter": "jearo101"
+      },
+      {
+        "percent": "500",
+        "reputation": 25284728169845,
+        "rshares": 140444458069,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "2500",
+        "reputation": 76284107957,
+        "rshares": 6692093171,
+        "voter": "hive-108278"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14818091107386,
+        "rshares": 16306940122,
+        "voter": "josemoises"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7230674965,
+        "voter": "gohive"
+      },
+      {
+        "percent": "2900",
+        "reputation": 15234109271535,
+        "rshares": 4096516465,
+        "voter": "vicnzia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1500605956,
+        "voter": "enilemor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33401976736,
+        "rshares": 56372268147,
+        "voter": "aceh-media"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3274158340408,
+        "rshares": 4237016460,
+        "voter": "spirall"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 4029161201,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 5019779700,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 20398678383,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9930293019864,
+        "rshares": 730622891,
+        "voter": "jonalyn2020"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2673691564772,
+        "rshares": 3117939676,
+        "voter": "yellowdoodle"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3679705780578,
+        "rshares": 7913326698,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "5000",
+        "reputation": 102092235719,
+        "rshares": 893287285,
+        "voter": "clifth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92721511576,
+        "rshares": 505743307,
+        "voter": "rhinoceros"
+      },
+      {
+        "percent": "10000",
+        "reputation": 305133977360,
+        "rshares": 1503841372,
+        "voter": "artxmike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2965518795104,
+        "rshares": 1420160974,
+        "voter": "doudoer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 910199761,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121297795184,
+        "rshares": 110077658,
+        "voter": "desro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "baidyabulu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "brujulamusical"
+      }
+    ],
+    "author": "hiddenblade",
+    "author_reputation": 353099598336644,
+    "beneficiaries": [],
+    "body": "![TheTwinss.gif](https://files.peakd.com/file/peakd-hive/hiddenblade/aYMFK964-The-Twins--s.gif)\n\n<center> <sub>\nThe Twins\nDigital\n2020\n </sub>\n</center> \n\n<br>\n\n---\n\n<br>\n<div class=text-justify>\n\nA digital painting that I finished a few weeks ago. I was stressing about this too much and I'm just glad that it's already finished and I love the result! I'm pretty burnout at the moment so I can't think of a poem that go with this so interpret it how you like. \n\nI love this personally as it's quite different from my usual works. I mean, most of my subjects are always \"indoors\" and this gives me a creepy kinda surreal vibes. I also love the obvious connection that is seen between the two figures. Like, literally how their hands meet. I'm proud of this work and I personally think it's one of my best works!\n\n<br>\n## Timelapse\nHere's a timelapse of this painting. It is also clear that I was changing the backgrounds and everything too much until I get what really fits it lol cos I didn't have a concrete plan when I started this. I hope you enjoy the process as much as I enjoyed watching it!\n\n\nhttps://youtu.be/IUh4fmFyA-4\n\n<br> <br>\n\n</div>",
+    "body_length": 1148,
+    "cashout_time": "2020-11-08T16:46:24",
+    "category": "hive-156509",
+    "children": 15,
+    "created": "2020-11-01T16:46:24",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"art\",\"digitalpainting\",\"painting\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/hiddenblade/aYMFK964-The-Twins--s.gif\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-01T16:46:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 215852490094029,
+    "parent_author": "",
+    "parent_permlink": "hive-156509",
+    "pending_payout_value": "50.798 HBD",
+    "percent_hbd": 10000,
+    "permlink": "the-twins",
+    "post_id": 100346266,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Twins",
+    "title": "The Twins",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-156509/@hiddenblade/the-twins"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "2310",
+        "reputation": 1049281228830,
+        "rshares": 5164501450550,
+        "voter": "enki"
+      },
+      {
+        "percent": "450",
+        "reputation": 19245698180508,
+        "rshares": 97247019478,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75642328330679,
+        "rshares": 2017885060319,
+        "voter": "gregory-f"
+      },
+      {
+        "percent": "2200",
+        "reputation": 351157717865710,
+        "rshares": 418540364545,
+        "voter": "onealfa"
+      },
+      {
+        "percent": "2500",
+        "reputation": 302877660779033,
+        "rshares": 184767711294,
+        "voter": "nanzo-scoop"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36575940676930,
+        "rshares": 26132058236,
+        "voter": "mummyimperfect"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8099535991460,
+        "rshares": 10403615095,
+        "voter": "ak2020"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7060322821389,
+        "rshares": 766994951,
+        "voter": "emily-cook"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25238894193683,
+        "rshares": 5729791569,
+        "voter": "stranger27"
+      },
+      {
+        "percent": "1500",
+        "reputation": 124679140412839,
+        "rshares": 2091889814713,
+        "voter": "neoxian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2488281444331,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 277077616348,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "3000",
+        "reputation": 35502557942867,
+        "rshares": 91662544468,
+        "voter": "edouard"
+      },
+      {
+        "percent": "1000",
+        "reputation": 560943007638090,
+        "rshares": 363496824354,
+        "voter": "ace108"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13042944822941,
+        "rshares": 11701766231,
+        "voter": "alinalazareva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37558088074509,
+        "rshares": 18012504763,
+        "voter": "dolov"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 7862976392492,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3434871602070,
+        "rshares": 38086771068,
+        "voter": "fooblic"
+      },
+      {
+        "percent": "4100",
+        "reputation": 133665343804692,
+        "rshares": 352270837223,
+        "voter": "borran"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97229489927307,
+        "rshares": 434535096429,
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 83171240832240,
+        "rshares": 12470979980,
+        "voter": "stevescoins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92147852982136,
+        "rshares": 420340339251,
+        "voter": "lasseehlers"
+      },
+      {
+        "percent": "2000",
+        "reputation": 390433925983792,
+        "rshares": 222841939378,
+        "voter": "uwelang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 55728416577458,
+        "rshares": 698764495013,
+        "voter": "richardcrill"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61189446271425,
+        "rshares": 101763328000,
+        "voter": "wakeupnd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 956789271077715,
+        "rshares": 7298779445080,
+        "voter": "aggroed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 109689299200,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32517873899432,
+        "rshares": 166321792770,
+        "voter": "tfeldman"
+      },
+      {
+        "percent": "5270",
+        "reputation": 85981642650865,
+        "rshares": 58166128298,
+        "voter": "seckorama"
+      },
+      {
+        "percent": "5000",
+        "reputation": 149827038166480,
+        "rshares": 208661986295,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 183465603606151,
+        "rshares": 244272935733,
+        "voter": "jang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57195255001945,
+        "rshares": 119262823109,
+        "voter": "koskl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 57816934061,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23903564446260,
+        "rshares": 134813739446,
+        "voter": "r0nd0n"
+      },
+      {
+        "percent": "5000",
+        "reputation": 57123303734647,
+        "rshares": 1062826729,
+        "voter": "safar01"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 671524915166,
+        "voter": "created"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22050619475702,
+        "rshares": 30249854859,
+        "voter": "wagnertamanaha"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": 31632815897,
+        "voter": "mafeeva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 661269532,
+        "voter": "mow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30766232797635,
+        "rshares": 18725674823,
+        "voter": "cardboard"
+      },
+      {
+        "percent": "3300",
+        "reputation": 215061230497985,
+        "rshares": 5163694706495,
+        "voter": "v4vapid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12645528366358,
+        "rshares": 20648750384,
+        "voter": "baah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 637780952773,
+        "rshares": 339810976531,
+        "voter": "da-dawn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30904254166753,
+        "rshares": 720873653159,
+        "voter": "distantsignal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43129757389335,
+        "rshares": 7165806525,
+        "voter": "sudutpandang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 279767388125,
+        "voter": "teammo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19406409261381,
+        "rshares": 4147917822117,
+        "voter": "diggndeeper.com"
+      },
+      {
+        "percent": "4500",
+        "reputation": 0,
+        "rshares": 3846351346839,
+        "voter": "alexis555"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2569106003548,
+        "rshares": 143993352740,
+        "voter": "borislavzlatanov"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 100681534628,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 29280462665961,
+        "rshares": 50849080726,
+        "voter": "kunschj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39205354424754,
+        "rshares": 5487127073442,
+        "voter": "dhimmel"
+      },
+      {
+        "percent": "500",
+        "reputation": 1614643030899,
+        "rshares": 909886005,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10514448764402,
+        "rshares": 1784957004,
+        "voter": "syarrf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15465640814476,
+        "rshares": 3860698816875,
+        "voter": "sepracore"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3199539583247,
+        "rshares": 5674335453,
+        "voter": "frankydoodle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 280438250548,
+        "voter": "mes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46266249863448,
+        "rshares": 16653136241,
+        "voter": "arnel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20837541242644,
+        "rshares": 2026354478,
+        "voter": "grider123"
+      },
+      {
+        "percent": "2000",
+        "reputation": 23391602452678,
+        "rshares": 76376962507,
+        "voter": "schlees"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5899232344203,
+        "rshares": 582693360,
+        "voter": "yeaho"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1748651637089,
+        "rshares": 4006398848,
+        "voter": "khussan"
+      },
+      {
+        "percent": "1125",
+        "reputation": 11448902903972,
+        "rshares": 561684761209,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 3702876495,
+        "voter": "drag33"
+      },
+      {
+        "percent": "3500",
+        "reputation": 93577510809146,
+        "rshares": 26969029073,
+        "voter": "ironshield"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 2674813780,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13194990234307,
+        "rshares": 1339787977,
+        "voter": "theywillkillyou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 123814329764,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 62289248493193,
+        "rshares": 1197396660,
+        "voter": "mxzn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1151166354915,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46150080976545,
+        "rshares": 3539025829822,
+        "voter": "cryptographic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15824477347297,
+        "rshares": 14108118985,
+        "voter": "tracer-paulo"
+      },
+      {
+        "percent": "2782",
+        "reputation": 19643697626632,
+        "rshares": 116379474753,
+        "voter": "sam99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6831945184021,
+        "rshares": 507542952904,
+        "voter": "offoodandart"
+      },
+      {
+        "percent": "5000",
+        "reputation": 284852594097573,
+        "rshares": 3131265212,
+        "voter": "reseller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29671054086427,
+        "rshares": 45276642773,
+        "voter": "deniskj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 595064802922,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "2700",
+        "reputation": 171498070594985,
+        "rshares": 111816946001,
+        "voter": "toofasteddie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39468497815242,
+        "rshares": 58591626892,
+        "voter": "jacekw"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17642870895991,
+        "rshares": 34601764417,
+        "voter": "amblog"
+      },
+      {
+        "percent": "4600",
+        "reputation": 190691885658151,
+        "rshares": 3242966497425,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "6000",
+        "reputation": 104387564071706,
+        "rshares": 30846903490,
+        "voter": "jjprac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69301263729937,
+        "rshares": 32509897841,
+        "voter": "bronkong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8523774317190,
+        "rshares": 272939405447,
+        "voter": "investingpennies"
+      },
+      {
+        "percent": "7500",
+        "reputation": 16251675397221,
+        "rshares": 165229987437,
+        "voter": "jasonbu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68883700819155,
+        "rshares": 1206818164626,
+        "voter": "msp-waves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 204525683313029,
+        "rshares": 178398987042,
+        "voter": "vimukthi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38267969484707,
+        "rshares": 43305579949,
+        "voter": "tesaganewton"
+      },
+      {
+        "percent": "3550",
+        "reputation": 31580212794880,
+        "rshares": 2480994416,
+        "voter": "ahlawat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17950931998953,
+        "rshares": 89108543317,
+        "voter": "chrisparis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14311794737668,
+        "rshares": 960437663389,
+        "voter": "onetin84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6811403363234,
+        "rshares": 21136495814,
+        "voter": "ragnarokdel"
+      },
+      {
+        "percent": "3300",
+        "reputation": 24639928209538,
+        "rshares": 19931452964,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 17388271165,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 69823763082,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51994511985595,
+        "rshares": 38442200433486,
+        "voter": "tipu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 803746331959,
+        "rshares": 164232906561,
+        "voter": "thelordsharvest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 170496334031050,
+        "rshares": 1913687702192,
+        "voter": "jedigeiss"
+      },
+      {
+        "percent": "10000",
+        "reputation": 140483466255317,
+        "rshares": 474880419117,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "750",
+        "reputation": 112726048778758,
+        "rshares": 921255028,
+        "voter": "aamirijaz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 19111396810,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 428926264570,
+        "voter": "drax"
+      },
+      {
+        "percent": "1500",
+        "reputation": 445234100950820,
+        "rshares": 4577098758671,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2282968347927,
+        "rshares": 85597991962,
+        "voter": "psychkrhoz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 336063014350538,
+        "rshares": 146168558362,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121466355474501,
+        "rshares": 3336027881331,
+        "voter": "yabapmatt"
+      },
+      {
+        "percent": "4000",
+        "reputation": 6727973666699,
+        "rshares": 66447559562,
+        "voter": "omra-sky"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4237603797309,
+        "rshares": 483042362,
+        "voter": "imamalkimas"
+      },
+      {
+        "percent": "750",
+        "reputation": 79764359720874,
+        "rshares": 7713597577,
+        "voter": "sayee"
+      },
+      {
+        "percent": "823",
+        "reputation": 0,
+        "rshares": 340004644756,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3291168947960,
+        "rshares": 2944390552,
+        "voter": "enolife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20376371047950,
+        "rshares": 30185588611,
+        "voter": "globetrottergcc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 172558630853,
+        "rshares": 1509909920191,
+        "voter": "msp-mods"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3978902059799,
+        "rshares": 1194105755,
+        "voter": "dedarknes"
+      },
+      {
+        "percent": "7000",
+        "reputation": 24039483683062,
+        "rshares": 757508556397,
+        "voter": "familyprotection"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2302152857587,
+        "rshares": 1714546004,
+        "voter": "jexus77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91507008146138,
+        "rshares": 134213347153,
+        "voter": "zekepickleman"
+      },
+      {
+        "percent": "1500",
+        "reputation": 157805541487641,
+        "rshares": 903206495909,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "2500",
+        "reputation": 13140240090015,
+        "rshares": 1231045767,
+        "voter": "joedukeg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 19718423545,
+        "voter": "yazp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61257367144299,
+        "rshares": 586494402,
+        "voter": "publicumaurora"
+      },
+      {
+        "percent": "2800",
+        "reputation": 22087086438734,
+        "rshares": 15605322638,
+        "voter": "fjcalduch"
+      },
+      {
+        "percent": "3000",
+        "reputation": 14979716889766,
+        "rshares": 70347234302,
+        "voter": "cervisia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43698921303676,
+        "rshares": 47713608736,
+        "voter": "afril"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1585652568356,
+        "rshares": 545084435,
+        "voter": "tiazakaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 667217898,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23470732984911,
+        "rshares": 138146950187,
+        "voter": "aussieninja"
+      },
+      {
+        "percent": "5000",
+        "reputation": 21720371357335,
+        "rshares": 19616019244,
+        "voter": "bartheek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29574388471678,
+        "rshares": 1928683669,
+        "voter": "ydavgonzalez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 40170232921,
+        "rshares": 34316950736,
+        "voter": "steemvault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8848700369,
+        "rshares": 936815005,
+        "voter": "samueladams314"
+      },
+      {
+        "percent": "10000",
+        "reputation": 467563251193,
+        "rshares": 635859047,
+        "voter": "durbisrodriguez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 11568276180723,
+        "rshares": 38366887422,
+        "voter": "aagabriel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 161107296598465,
+        "rshares": 738117399171,
+        "voter": "jarvie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3813598706209,
+        "rshares": 64247615209,
+        "voter": "sportscontest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 1285122917,
+        "voter": "icuz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1352038307664,
+        "rshares": 805388403,
+        "voter": "isisfemale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51254284112658,
+        "rshares": 129440348036,
+        "voter": "shmoogleosukami"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938184393,
+        "voter": "gavinatorial"
+      },
+      {
+        "percent": "5000",
+        "reputation": 411588240625,
+        "rshares": 3831170804,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 463006291120,
+        "rshares": 122530498280,
+        "voter": "photohunt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89781199195,
+        "rshares": 762248319,
+        "voter": "photohunter1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75267801675,
+        "rshares": 1881722812,
+        "voter": "photohunter2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 78606992818,
+        "rshares": 1104006965,
+        "voter": "photohunter3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62254250833,
+        "rshares": 1166293681,
+        "voter": "photohunter4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71504792482,
+        "rshares": 1124793554,
+        "voter": "photohunter5"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25585298727868,
+        "rshares": 70940466,
+        "voter": "maxpatternman"
+      },
+      {
+        "percent": "9900",
+        "reputation": 6264286399143,
+        "rshares": 2663427088640,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2506608157147,
+        "rshares": 73828355184,
+        "voter": "cst90"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3065535471122,
+        "rshares": 4657582225,
+        "voter": "mutiahanum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20074444806548,
+        "rshares": 7544661560,
+        "voter": "arac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76312761389929,
+        "rshares": 117019421623,
+        "voter": "victoriabsb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10610474160807,
+        "rshares": 228288066859,
+        "voter": "harpagon"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29584557005,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2500",
+        "reputation": 18673367244,
+        "rshares": 10628483246,
+        "voter": "g4fun"
+      },
+      {
+        "percent": "5000",
+        "reputation": 93067317204510,
+        "rshares": 84553752413,
+        "voter": "almi"
+      },
+      {
+        "percent": "7000",
+        "reputation": 168836422039217,
+        "rshares": 36326796529,
+        "voter": "fego"
+      },
+      {
+        "percent": "10000",
+        "reputation": 297110152696,
+        "rshares": 47619656076,
+        "voter": "properfraction"
+      },
+      {
+        "percent": "9000",
+        "reputation": 541369096879,
+        "rshares": 8163254498,
+        "voter": "yusrizakaria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5887559768197,
+        "rshares": 4925460293,
+        "voter": "nervi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8147228251105,
+        "rshares": 91741597985,
+        "voter": "jocieprosza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1140372911417,
+        "rshares": 829941807,
+        "voter": "zainnyferdhoy"
+      },
+      {
+        "percent": "3300",
+        "reputation": 25978211905358,
+        "rshares": 85257933085,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7701655982065,
+        "rshares": 337429914465,
+        "voter": "schlafhacking"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1052017001515,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 28336727285,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "2000",
+        "reputation": 50091053272936,
+        "rshares": 67211308189,
+        "voter": "yameen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26253168400063,
+        "rshares": 2603386538227,
+        "voter": "rawutah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10532279362821,
+        "rshares": 3926627468,
+        "voter": "sallyfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112109667795,
+        "rshares": 3107523623,
+        "voter": "memepress"
+      },
+      {
+        "percent": "200",
+        "reputation": 374608224532644,
+        "rshares": 5032859979,
+        "voter": "rollandthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 21195707498,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11437207523627,
+        "rshares": 33746731479,
+        "voter": "legendchew"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59869537846861,
+        "rshares": 66677170474,
+        "voter": "nancybriti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 1825587140,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3640929701953,
+        "rshares": 235167724019,
+        "voter": "steemexperience"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47468205924858,
+        "rshares": 14441666564,
+        "voter": "flores39"
+      },
+      {
+        "percent": "9900",
+        "reputation": 1127084830607,
+        "rshares": 3247961121,
+        "voter": "irwandarasyid"
+      },
+      {
+        "percent": "3500",
+        "reputation": 515972450479,
+        "rshares": 1316792726,
+        "voter": "raorac"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1072061813246,
+        "rshares": 4025864181,
+        "voter": "yaraha"
+      },
+      {
+        "percent": "660",
+        "reputation": 9020628089607,
+        "rshares": 6014585580,
+        "voter": "promobot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25780595648429,
+        "rshares": 21868715462,
+        "voter": "superlao"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10484590752220,
+        "rshares": 56399143431,
+        "voter": "veteranforcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16913733527980,
+        "rshares": 28153674542,
+        "voter": "coloneljethro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3042286903871,
+        "rshares": 45389698428,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 861569758,
+        "voter": "tronsformer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2048957598096,
+        "rshares": 1530828379244,
+        "voter": "fw206"
+      },
+      {
+        "percent": "8000",
+        "reputation": 35592667940354,
+        "rshares": 14527110804,
+        "voter": "zaxan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 270502900099691,
+        "rshares": 126301201377,
+        "voter": "honoru"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1896917288665,
+        "rshares": 1744478818,
+        "voter": "steemgridcoin"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1917096247997,
+        "rshares": 537537428,
+        "voter": "crimo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17999475515816,
+        "rshares": 10859221580,
+        "voter": "sk1920"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9095206,
+        "rshares": 836792623627,
+        "voter": "steem-tube"
+      },
+      {
+        "percent": "3500",
+        "reputation": 3267008243675,
+        "rshares": 4568261558,
+        "voter": "commonlaw"
+      },
+      {
+        "percent": "10000",
+        "reputation": 254937223188,
+        "rshares": 870380830,
+        "voter": "svm038"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13630732276127,
+        "rshares": 15512919528,
+        "voter": "elmundodexao"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36276346103051,
+        "rshares": 4791357378,
+        "voter": "fitat40"
+      },
+      {
+        "percent": "5500",
+        "reputation": 17562491646897,
+        "rshares": 8836662256,
+        "voter": "newsnownorthwest"
+      },
+      {
+        "percent": "2500",
+        "reputation": 27522752785541,
+        "rshares": 12758788863,
+        "voter": "longer"
+      },
+      {
+        "percent": "2000",
+        "reputation": 32187725403162,
+        "rshares": 15291830647,
+        "voter": "angelica7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33860216986858,
+        "rshares": 617409057902,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "750",
+        "reputation": 18701622566955,
+        "rshares": 2769745769,
+        "voter": "ambiguity"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34329245416723,
+        "rshares": 104324502334,
+        "voter": "bflanagin"
+      },
+      {
+        "percent": "7000",
+        "reputation": 21771305129128,
+        "rshares": 2285918697,
+        "voter": "mightypanda"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6592285898816,
+        "rshares": 12135921957,
+        "voter": "schlunior"
+      },
+      {
+        "percent": "5000",
+        "reputation": 953600633912,
+        "rshares": 844678603,
+        "voter": "izzynoel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671978982346,
+        "rshares": 442547625,
+        "voter": "sonder-an"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17939211305935,
+        "rshares": 495678813905,
+        "voter": "raiseup"
+      },
+      {
+        "percent": "1250",
+        "reputation": 18790919715448,
+        "rshares": 163086923187,
+        "voter": "luppers"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7344887427854,
+        "rshares": 37186187714,
+        "voter": "altonos"
+      },
+      {
+        "percent": "1000",
+        "reputation": 39219460301392,
+        "rshares": 9820753270,
+        "voter": "pedrocanella"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 4274688573,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1494229786604,
+        "rshares": 147590241606,
+        "voter": "pboulet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 604548689345,
+        "rshares": 1212087309,
+        "voter": "kr-coffeesteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 7871023669,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12753472048067,
+        "rshares": 2277142480,
+        "voter": "numanbutt"
+      },
+      {
+        "percent": "2500",
+        "reputation": 22687035003240,
+        "rshares": 26411119755,
+        "voter": "dosh"
+      },
+      {
+        "percent": "1000",
+        "reputation": 6441794454523,
+        "rshares": 685582299,
+        "voter": "mk992039"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2796520970488,
+        "rshares": 43927523444,
+        "voter": "truthbot"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16966885974746,
+        "rshares": 878534093,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14619735224503,
+        "rshares": 4689019480,
+        "voter": "thisnewgirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 29817186810,
+        "voter": "diegor"
+      },
+      {
+        "percent": "6000",
+        "reputation": 788852406777,
+        "rshares": 2111789554,
+        "voter": "thrasher666"
+      },
+      {
+        "percent": "4000",
+        "reputation": 18273031359521,
+        "rshares": 1467808372,
+        "voter": "adyorka"
+      },
+      {
+        "percent": "2500",
+        "reputation": 65369212708003,
+        "rshares": 36451877505,
+        "voter": "marianaemilia"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 473770240,
+        "voter": "conectionbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96044719844697,
+        "rshares": 1310932967899,
+        "voter": "actnearn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 180239386448888,
+        "rshares": 8904731835,
+        "voter": "forecasteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 378578455129,
+        "rshares": 3335087689,
+        "voter": "papowich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14501049475964,
+        "rshares": 56027973003,
+        "voter": "teenagecrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 370940694963,
+        "voter": "michealb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 539147053023232,
+        "rshares": 48806690100202,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "3000",
+        "reputation": 94595445913731,
+        "rshares": 354817973420,
+        "voter": "glastar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 1441800881,
+        "voter": "marki99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1792115358,
+        "rshares": 1088931797,
+        "voter": "criptoanarquista"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8468960967138,
+        "rshares": 1912562866,
+        "voter": "smonia"
+      },
+      {
+        "percent": "3000",
+        "reputation": 854097216443,
+        "rshares": 627860343,
+        "voter": "redheaddemon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 309500689901,
+        "rshares": 736805168,
+        "voter": "mariyem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4449571796125,
+        "rshares": 5435778325,
+        "voter": "khan.dayyanz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 961321492,
+        "voter": "leviackerman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21654779562526,
+        "rshares": 119026920511,
+        "voter": "bluerobo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1330122595989,
+        "rshares": 874881183,
+        "voter": "zerofive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1090348344665,
+        "voter": "gokuisreal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2802193400888,
+        "voter": "realself"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 2024791864,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 86443203025994,
+        "rshares": 22640107488,
+        "voter": "jacuzzi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 117611578301,
+        "rshares": 74575887919,
+        "voter": "steemstorage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92013311245,
+        "rshares": 1473157176,
+        "voter": "fire451"
+      },
+      {
+        "percent": "10000",
+        "reputation": 100094377829,
+        "rshares": 771643438,
+        "voter": "seekingalpha"
+      },
+      {
+        "percent": "3300",
+        "reputation": 971181267,
+        "rshares": 36008816721,
+        "voter": "primeradue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1158706837675,
+        "rshares": 648472622544,
+        "voter": "lestrange"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1701848007,
+        "voter": "tr777"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 611484907,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1615904460,
+        "voter": "tr77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429255483,
+        "rshares": 5554357997467,
+        "voter": "navyactifit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1447522244,
+        "voter": "smoner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 577521927389,
+        "voter": "johnmadden"
+      },
+      {
+        "percent": "250",
+        "reputation": 30571782588622,
+        "rshares": 2515377834,
+        "voter": "brancarosamel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 1036380727,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "2500",
+        "reputation": 20568275034818,
+        "rshares": 6686475623,
+        "voter": "scoopstakes"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3785105096670,
+        "rshares": 4421425794,
+        "voter": "nanzo-snaps"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3561101525046,
+        "rshares": 22142877414,
+        "voter": "gribbles"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7321528959,
+        "voter": "hanke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3551528709513,
+        "rshares": 80256182368,
+        "voter": "holdonla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 939385930638,
+        "rshares": 1502746128,
+        "voter": "blockbeard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 410620631652,
+        "rshares": 10168845464,
+        "voter": "ava77"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5616865862,
+        "rshares": 11066842958,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2311022895,
+        "voter": "sm-skynet"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5833218185,
+        "rshares": 809003246,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "3000",
+        "reputation": 4801514372822,
+        "rshares": 1182936001,
+        "voter": "kharma.scribbles"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69910542366759,
+        "rshares": 471211283390,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23136498467479,
+        "rshares": 10631605416,
+        "voter": "vcdragon"
+      },
+      {
+        "percent": "9722",
+        "reputation": 199808905522,
+        "rshares": 3438804804,
+        "voter": "bynarikode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 469728104061,
+        "rshares": 1149054445,
+        "voter": "cindis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1481460968819,
+        "rshares": 1179543685,
+        "voter": "linur"
+      },
+      {
+        "percent": "625",
+        "reputation": 17277358768462,
+        "rshares": 802003188,
+        "voter": "caaio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68146878689125,
+        "rshares": 532837482776,
+        "voter": "rollie1212"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4663518569101,
+        "rshares": 891840834458,
+        "voter": "blue.rabbit"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1243018036066,
+        "rshares": 1351774922,
+        "voter": "wallvater"
+      },
+      {
+        "percent": "450",
+        "reputation": 120936131908085,
+        "rshares": 33964926610,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 24483130736672,
+        "rshares": 720459863,
+        "voter": "dtrade"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1324759691,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2179800525681,
+        "rshares": 819988168,
+        "voter": "ladeen"
+      },
+      {
+        "percent": "660",
+        "reputation": 36087507440149,
+        "rshares": 52001929003,
+        "voter": "likwid"
+      },
+      {
+        "percent": "875",
+        "reputation": 6484190050495,
+        "rshares": 7719891334,
+        "voter": "bastter"
+      },
+      {
+        "percent": "500",
+        "reputation": 584484995619,
+        "rshares": 526508086,
+        "voter": "tinyhousecryptos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "500",
+        "reputation": 20916803594387,
+        "rshares": 2342555723,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "5200",
+        "reputation": 268359697210194,
+        "rshares": 188663765575,
+        "voter": "maxwellmarcusart"
+      },
+      {
+        "percent": "2500",
+        "reputation": 301977647,
+        "rshares": 45226738090,
+        "voter": "xyz004"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69388355197,
+        "rshares": 861527614,
+        "voter": "anosys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17647336098195,
+        "rshares": 34426584209,
+        "voter": "c21c"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6321736492006,
+        "rshares": 1796816538,
+        "voter": "waraira777"
+      },
+      {
+        "percent": "10000",
+        "reputation": 35156976882333,
+        "rshares": 334502349471,
+        "voter": "cryptobrewmaster"
+      },
+      {
+        "percent": "1500",
+        "reputation": 612780456165,
+        "rshares": 1282167011,
+        "voter": "freedomring"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15808214765405,
+        "rshares": 330133829649,
+        "voter": "votebetting"
+      },
+      {
+        "percent": "10000",
+        "reputation": 622788295137,
+        "rshares": 2568638489,
+        "voter": "ali-h"
+      },
+      {
+        "percent": "9700",
+        "reputation": 9929331074,
+        "rshares": 685320118,
+        "voter": "gingerbyna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 908793794,
+        "voter": "arctis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41533066327739,
+        "rshares": 10508920115,
+        "voter": "lordwinty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 362706430,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 211230649528,
+        "rshares": 1137048602,
+        "voter": "knightsunited"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 33583245,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30737900381526,
+        "rshares": 11122368089,
+        "voter": "boga4"
+      },
+      {
+        "percent": "5000",
+        "reputation": 316994224748,
+        "rshares": 3875474835,
+        "voter": "dark-queen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1637996578,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1264734435,
+        "voter": "jessy22"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17687551130249,
+        "rshares": 9386904516,
+        "voter": "bcm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 860847639115,
+        "rshares": 990899859,
+        "voter": "pogarda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 764159412,
+        "voter": "khalneox"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 3713424365,
+        "voter": "ilidan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1136926765,
+        "rshares": 661063746,
+        "voter": "chicoduro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1278938832896,
+        "rshares": 6855042111,
+        "voter": "spinvest-neo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 716987891,
+        "voter": "rehan-pal"
+      },
+      {
+        "percent": "1250",
+        "reputation": 68095377181977,
+        "rshares": 5092929448,
+        "voter": "tariqul.bibm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8018069095949,
+        "rshares": 10896888676,
+        "voter": "madgol"
+      },
+      {
+        "percent": "2000",
+        "reputation": 133245362827,
+        "rshares": 1480638514,
+        "voter": "mvanhauten"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1308430757,
+        "voter": "keepit2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1626985046,
+        "rshares": 1550000000,
+        "voter": "vasitocoin"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14577043701834,
+        "rshares": 3072479127,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 679076789336,
+        "rshares": 14027280480,
+        "voter": "davidlionfish"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1046864688,
+        "voter": "dalz4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 936890146,
+        "voter": "libertypal27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8008056893145,
+        "rshares": 186981297254,
+        "voter": "khazrakh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26055895370219,
+        "rshares": 26721303213,
+        "voter": "shinoxl"
+      },
+      {
+        "percent": "1500",
+        "reputation": 15639069180,
+        "rshares": 0,
+        "voter": "dagadu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86868289888522,
+        "rshares": 2134433936987,
+        "voter": "peakd"
+      },
+      {
+        "percent": "5400",
+        "reputation": 120929866340,
+        "rshares": 1953887412,
+        "voter": "terezka1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2180710972,
+        "voter": "blue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 415291878093,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 150107546,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8390312,
+        "rshares": 1200214538,
+        "voter": "hivevenezuela"
+      },
+      {
+        "percent": "4300",
+        "reputation": 1209731647511,
+        "rshares": 693654148537,
+        "voter": "softworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15744785453353,
+        "rshares": 16477603691,
+        "voter": "beerguide"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8499617108715,
+        "rshares": 54115322471,
+        "voter": "martasugiriy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 959238840371,
+        "rshares": 30020527445,
+        "voter": "mark3004"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2000419940779,
+        "rshares": 3558088998,
+        "voter": "polyannie"
+      },
+      {
+        "percent": "1125",
+        "reputation": 47896334821902,
+        "rshares": 15883700899,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "500",
+        "reputation": 604442758770,
+        "rshares": 22355928401,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "500",
+        "reputation": 9650263289467,
+        "rshares": 2727600812,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "2000",
+        "reputation": 19058471657,
+        "rshares": 1298090224,
+        "voter": "vibrasphere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 947971475,
+        "voter": "yugimuto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 947226951,
+        "voter": "magodelcaosnegro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 939721273,
+        "voter": "hivebtc"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 794823979282,
+        "voter": "nautilus-up"
+      },
+      {
+        "percent": "10000",
+        "reputation": 50677675399,
+        "rshares": 0,
+        "voter": "pyramidone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 949128815,
+        "voter": "sagadegeminis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 28793819034,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17583644867,
+        "rshares": 317558532,
+        "voter": "heinkhantmaung"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 944836698,
+        "voter": "constantinopla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8142738000461,
+        "rshares": 12590637384,
+        "voter": "splintern"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 940423479,
+        "voter": "bellaciao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 943619026,
+        "voter": "jesucristo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 943465244,
+        "voter": "yodinzaku"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 943325627,
+        "voter": "lordarianthus"
+      },
+      {
+        "percent": "4600",
+        "reputation": 65519590598,
+        "rshares": 884619697,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 942978447,
+        "voter": "spiritminer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 942449107,
+        "voter": "drfate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 942438039,
+        "voter": "confucio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 942184362,
+        "voter": "splintergod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 942259241,
+        "voter": "magnor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 941178230,
+        "voter": "meele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 941246194,
+        "voter": "kretchtallevor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17804701,
+        "rshares": 1680253269,
+        "voter": "notaboutme"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 31288366705,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 939694453,
+        "voter": "onyxsentinel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 939548272,
+        "voter": "khymeria"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 939579369,
+        "voter": "sicmundus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1193390329,
+        "voter": "lainiwakura"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938595419,
+        "voter": "roymustang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938597760,
+        "voter": "darkarmy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938181397,
+        "voter": "reiayanami"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938348378,
+        "voter": "kaiosama"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938153790,
+        "voter": "pitagoras"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 938301502,
+        "voter": "steinitz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 906267166974,
+        "rshares": 5209989894,
+        "voter": "sevenoh-fiveoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 2960301200,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10742256157644,
+        "rshares": 9095654049,
+        "voter": "motherhood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 18986000318,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "6500",
+        "reputation": 837854855679,
+        "rshares": 20776441195,
+        "voter": "rituraz17"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1428698400,
+        "voter": "anillounico"
+      },
+      {
+        "percent": "5000",
+        "reputation": 449110004,
+        "rshares": 1436395629,
+        "voter": "magnolia-maggie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 6116009077,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9727854376347,
+        "rshares": 1764667299,
+        "voter": "borbolet"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3679705780578,
+        "rshares": 7645213173,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26404156,
+        "rshares": 986084096,
+        "voter": "zangano"
+      },
+      {
+        "percent": "5000",
+        "reputation": 31934947340,
+        "rshares": 1010597462,
+        "voter": "sovereign-apis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 136169900291,
+        "rshares": 1479643153,
+        "voter": "revise.spt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4048629470155,
+        "rshares": 5110381049,
+        "voter": "dubishin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 38622489517,
+        "voter": "didcraftbeer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 681362515038,
+        "rshares": 1827804091,
+        "voter": "m2fermin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 654994158,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "vene-a-jaja"
+      }
+    ],
+    "author": "aggroed",
+    "author_reputation": 956789271077715,
+    "beneficiaries": [],
+    "body": "![image.png](https://files.peakd.com/file/peakd-hive/aggroed/j14ctB8e-image.png)\n\nHive-Engine is an opensource, layer-2, smart contract platform built on top of Hive, which powers communities and Dapps.  Hive-Engine is seeking development funding to provide a more decentralized service, a greater range of off-the-shelf, modular, smart contracts that developers and dapp designers can use to create novel services, communities, and dapps, a number of back end performance enhancements, and lastly better interoperability with ETH and BTC.\n\n# What's the purpose of Hive-Engine?\n\nHive-Engine is a witness project managed by @aggroed which seeks to develop the Hive ecosystem by enabling community formation and dapp creation.  The backend is an opensource community project hosted on github.  The front-end, hive-engine.com as well as tribaldex.com are part of a private business.\n\n# Who are the founders of Hive-Engine?\n\nThe original founders of Hive-Engine are yabapamatt, aggroed, and harpagon.\n\n# Who works on the project now?\n\naggroed - Director\ncryptomancer - smart contract and dev ops lead\nlion200 - dswap & hive-engine.com front-end development lead\nbait002 - web designer, mobile app designer\nreaziliqbal - front end developer, and dapp developer\neonwarped - Nitrous creator and developer, smart contract developer\ndonchate - smart contract developer\ninertia - documentation and block explorer guru\ngerber - advisor and support\nclayboyn - customer support lead\nsomeguy123 - Privex support for the crypto token converter\n\n# What can Hive-Engine do now?\n\n- Hive Engine supports community and dapp creation.  Hive-Engine users can create:\n\n- Fungible Tokens - which can be allowed to stake or be delegated, these power communities and businesses.\n\n- Nitrous - A fork of condenser, which uses Fungible Tokens created on Hive-Engine as an additional reward pool.  Essentially users can create their own blog with rewards.\n\n- PoS mining - This is supported both as an off the chain and on-chain smart contract.  Users can create inflation pools and doll out rewards to stakeholders.\n\n- Non-Fungible Tokens- NFTs from Hive-Engine power multiple Dapps already.  Dcity, Rising Star, and nftshowroom are 3 examples.  \n\n- Nested FTs in NFTs - Users can create NFTs with FTs inside of them.\n\n- Beechat - A chat tool (and mobile app soon) that can be used to communicate between members of the Hive Community.  It's able to be integrated for free into any dapp.  The client side is open source.\n\n# What is Hive-Engine developing?\n\nHive-Engine is looking to be the home of no-code, modular, smart contracts, which a project manager can integrate into services and dapps without the need to code anything (just configure).  By doing this we're hoping to make Hive the easiest place in crypto to create a community and form a business.\n\nIn order to have the best experience possible we're looking to implement several things:\n\n1. A P2P system \n2. More modular smart contracts\n3. General performance enhancements\n4. Bridge to Ethereum and ERC20s \n5. BTC markets\n\n# What's are the benefits?\n\n1. A P2P system helps ensure that servers operate a specific way and continue to operate that way.  Hive-Engine can make unilateral decisions on hard-forks now, which is a concern to many users.  By implementing a voting system and ensuring that the network consents to upgrade the system is protected from unpopular and potentially unethical changes.\n\n2. Modular Smart Contracts - The range of options to Dapp designers and features of various websites are completely dependent on what Smart Contracts exist.  While not every contract should live on the Hive-Engine platform itself there's many examples of smart contracts which benefit multiple apps, which we intend to create.  Examples include:\n\nPack Manager - sell packs containing randomized NFTs\nBid Markets - Bid market where users can put up funds to purchase certain NFTs at a specific price\nAuction Contracts - ebay inspired auction of NFTs\nLiquidity Pools - Uniswap inspired liquidity pools\nWitness-style Voting Systems - community leadership by consensus\nAutomated Payouts - Automated payouts for convenience and dapp development\nAir Drops - trustless air drops\nClaim Drops - trustless claim drops\n\nThese projects typically take at least a month by seasoned developers.  Coding can typically be done much faster, but unit testing and maximizing resource efficiency on the blockchain end up being significant contributors.\n\nEach one also needs front-end website development to allow a simple interface for community and dapp developers to easily utilize them.\n\n3. General Performance Enhancements - full block log replays take 2.5 days to complete.  That's pretty long.  We're looking to cut that down both for the core node and account history.\n\n4. Bridge to Ethereum and ERC20s - Hive is a fantastic resource for developing community and dapps, but one place that it's severely weak is in the price of the $HIVE token.  This one gap creates endless headaches in that it's difficult to get the funding required to build here because HIVE is essentially looked at as a backwater chain by serious blockchain investors.  To overcome this gap we have to tie the financial markets of Ethereum to the ease of use of Hive, and that can be accomplished by created SWAP.ETH, SWAP.ERC20s, SWAP.ERC721s as well as the reverse action of creation Wrapped Hive, Hive-Engine Fungible Tokens, and lastly Hive-Engine NFTs.\n\n5.  BTC Markets - every exchange out there bases trading pairs on BTC.  Hive-Engine needs to add the same capability so that users can choose their market of trading tokens against BTC or Hive.\n\n# Budget\n\nI'm requesting 1000 HBD for 100 days for a total of 100,000 HBD.  \n\nP2P development and testing - 20,000 HBD\nSmart Contract Development - 40,000 HBD\nPerformance Enhancements - 20,000 HBD\nEthereum Bridge - 10,000 HBD\nBTC market - 10,000 HBD\n\nPayment request will start Nov 24 (after the refund proposal is finished).\n\n# What's the result?\n\nBy funding this project over the next 3 months Hive-Engine can continue development of the smart contract platform as a base for community and business growth, in a provably fair and community driven ecosystem, which is connected to the financial powerhouses of BTC and ETH.  By combining ease of use of Hive/Hive-Engine with new modular smart contract capabilities powered by Hive-Engine and powered by the capital markets of the larger marketcap coins Hive will finally be setup for community and business growth.\n\nIf you want people, you need communities and businesses, if you want those they need an easy to use and robust smart contract platform to use.  Hive-Engine is built for that goal specifically and needs your help to get all the pieces in place to do it.\n\nNote these funds are ~98% for the development of the public, open source, community driven backend aspects of Hive-Engine and only a minor part are devoted to creating a handful of front-end forms for the smart contracts on hive-engine.com.\n\n\n",
+    "body_length": 7011,
+    "cashout_time": "2020-11-10T14:29:09",
+    "category": "dhf",
+    "children": 66,
+    "created": "2020-11-03T14:29:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"description\":\"A proposal to the DHF for Hive-Engine opensource development of the Hive Engine Smart Contract Platform.\",\"tags\":[\"dhf\",\"proposal\",\"hive\",\"hive-engine\",\"dapp\",\"smartcontract\"],\"users\":[\"aggroed\"],\"links\":[\"/@aggroed\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/aggroed/j14ctB8e-image.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-03T14:29:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 207338343395682,
+    "parent_author": "",
+    "parent_permlink": "dhf",
+    "pending_payout_value": "48.702 HBD",
+    "percent_hbd": 10000,
+    "permlink": "hive-engine-dao-funding-proposal",
+    "post_id": 100374668,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hive-Engine DAO Funding Proposal",
+    "title": "Hive-Engine DAO Funding Proposal",
+    "total_payout_value": "0.000 HBD",
+    "url": "/dhf/@aggroed/hive-engine-dao-funding-proposal"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "3000",
+        "reputation": 19245698180508,
+        "rshares": 645268425523,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "1000",
+        "reputation": 341233778618,
+        "rshares": 156642390452,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 211696269298912,
+        "rshares": 8097882207143,
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 237896238421327,
+        "rshares": 693937764440,
+        "voter": "ash"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1957220358850383,
+        "rshares": 375514953460,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1594304819447449,
+        "rshares": 6353671804172,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4509451541223,
+        "rshares": 42029432451,
+        "voter": "theshell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2119699556937,
+        "rshares": 227146739394,
+        "voter": "sqlinsix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 42689564397220,
+        "rshares": 338201630747,
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "960",
+        "reputation": 20148016993603,
+        "rshares": 167163490148,
+        "voter": "gerber"
+      },
+      {
+        "percent": "960",
+        "reputation": 639040633115794,
+        "rshares": 641067049080,
+        "voter": "ezzy"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 275936077840,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11367396598462,
+        "rshares": 100531155058,
+        "voter": "drakernoise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 273738883635043,
+        "rshares": 1228211699120,
+        "voter": "inertia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 315496990256842,
+        "rshares": 5469189887883,
+        "voter": "arcange"
+      },
+      {
+        "percent": "960",
+        "reputation": 1231399052746489,
+        "rshares": 397740452452,
+        "voter": "exyle"
+      },
+      {
+        "percent": "1237",
+        "reputation": 76598598706463,
+        "rshares": 8689601747,
+        "voter": "sharker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 501315151365,
+        "rshares": 109819881341,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "700",
+        "reputation": 560943007638090,
+        "rshares": 260245385666,
+        "voter": "ace108"
+      },
+      {
+        "percent": "1375",
+        "reputation": 5762427931179,
+        "rshares": 4105746383,
+        "voter": "kibela"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13042944822941,
+        "rshares": 1123001872,
+        "voter": "alinalazareva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6720113513844,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143768203235023,
+        "rshares": 16344176469,
+        "voter": "shanghaipreneur"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3434871602070,
+        "rshares": 36795994580,
+        "voter": "fooblic"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 522910802929,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14314005204488,
+        "rshares": 156868333696,
+        "voter": "fingolfin"
+      },
+      {
+        "percent": "4500",
+        "reputation": 133665343804692,
+        "rshares": 368104481173,
+        "voter": "borran"
+      },
+      {
+        "percent": "40",
+        "reputation": 316730231019855,
+        "rshares": 2102917340,
+        "voter": "bert0"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8401560618909,
+        "rshares": 8002817332,
+        "voter": "anech512"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32866384013620,
+        "rshares": 100935911088,
+        "voter": "frankbacon"
+      },
+      {
+        "percent": "2000",
+        "reputation": 363924035887507,
+        "rshares": 284108738386,
+        "voter": "steevc"
+      },
+      {
+        "percent": "864",
+        "reputation": 215380666736,
+        "rshares": 162009753862,
+        "voter": "netaterra"
+      },
+      {
+        "percent": "960",
+        "reputation": 96871175157544,
+        "rshares": 166962752707,
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6166374189863,
+        "rshares": 37115742184,
+        "voter": "sammie"
+      },
+      {
+        "percent": "5000",
+        "reputation": 96059856770036,
+        "rshares": 8202985558918,
+        "voter": "canadian-coconut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 115751950992,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "900",
+        "reputation": 120512824315021,
+        "rshares": 343949070688,
+        "voter": "funnyman"
+      },
+      {
+        "percent": "500",
+        "reputation": 280674585514224,
+        "rshares": 48626254983,
+        "voter": "justyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 244475173484259,
+        "rshares": 161000648672,
+        "voter": "nelyp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 149827038166480,
+        "rshares": 198544877421,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 39959622318,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 57123303734647,
+        "rshares": 1062826729,
+        "voter": "safar01"
+      },
+      {
+        "percent": "5000",
+        "reputation": 121575052614664,
+        "rshares": 48064529396,
+        "voter": "vannour"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8998674935359,
+        "rshares": 534796911,
+        "voter": "steemcultures"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1140777865558,
+        "rshares": 1785513584,
+        "voter": "steemworld"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 670809071053,
+        "voter": "created"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2100858010527,
+        "rshares": 579442804,
+        "voter": "creat"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16372175688451,
+        "rshares": 880054063,
+        "voter": "mapesa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 18505569296,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7547083616142,
+        "rshares": 12248679459,
+        "voter": "edb"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8910166842489,
+        "rshares": 571653442,
+        "voter": "cisah"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22050619475702,
+        "rshares": 28301698270,
+        "voter": "wagnertamanaha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 306546327230906,
+        "rshares": 17343282192,
+        "voter": "teamhumble"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 649479151,
+        "voter": "mow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30766232797635,
+        "rshares": 18303038744,
+        "voter": "cardboard"
+      },
+      {
+        "percent": "5000",
+        "reputation": 708133861814,
+        "rshares": 1137247470,
+        "voter": "pedir-museum"
+      },
+      {
+        "percent": "95",
+        "reputation": 11219538466960,
+        "rshares": 598179542,
+        "voter": "lastminuteman"
+      },
+      {
+        "percent": "3000",
+        "reputation": 27214240242904,
+        "rshares": 25147970206,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96057608537550,
+        "rshares": 72569825313,
+        "voter": "kotturinn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 60770071429,
+        "rshares": 633370021,
+        "voter": "aceh"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7699044536,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "3100",
+        "reputation": 0,
+        "rshares": 2628043948360,
+        "voter": "alexis555"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 114716880350,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "2910",
+        "reputation": 203599542560635,
+        "rshares": 1876206676,
+        "voter": "lordneroo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39205354424754,
+        "rshares": 6692383659487,
+        "voter": "dhimmel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 130869649256432,
+        "rshares": 243631005664,
+        "voter": "elevator09"
+      },
+      {
+        "percent": "5000",
+        "reputation": 295913411385,
+        "rshares": 655055111,
+        "voter": "munzir"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2545935026777,
+        "rshares": 11183123501,
+        "voter": "frankk"
+      },
+      {
+        "percent": "3000",
+        "reputation": 87650171273192,
+        "rshares": 42606460147,
+        "voter": "sidwrites"
+      },
+      {
+        "percent": "960",
+        "reputation": 21701614328748,
+        "rshares": 72267309971,
+        "voter": "dune69"
+      },
+      {
+        "percent": "3000",
+        "reputation": 42214550905806,
+        "rshares": 1188176200474,
+        "voter": "smasssh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 255892385708,
+        "voter": "mes"
+      },
+      {
+        "percent": "595",
+        "reputation": 39969242565947,
+        "rshares": 10799196678,
+        "voter": "iansart"
+      },
+      {
+        "percent": "3000",
+        "reputation": 30070248546777,
+        "rshares": 58836840000,
+        "voter": "eliel"
+      },
+      {
+        "percent": "50",
+        "reputation": 358172961752718,
+        "rshares": 7356180457,
+        "voter": "jerrybanfield"
+      },
+      {
+        "percent": "5000",
+        "reputation": 93577510809146,
+        "rshares": 39618454448,
+        "voter": "ironshield"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26275815650202,
+        "rshares": 75321418800,
+        "voter": "trumpikas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 108813324772579,
+        "rshares": 396846476687,
+        "voter": "nanosesame"
+      },
+      {
+        "percent": "450",
+        "reputation": 58768713310116,
+        "rshares": 932027233,
+        "voter": "improv"
+      },
+      {
+        "percent": "1500",
+        "reputation": 62289248493193,
+        "rshares": 462465161,
+        "voter": "mxzn"
+      },
+      {
+        "percent": "2976",
+        "reputation": 23577497062186,
+        "rshares": 654473256105,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36400689869483,
+        "rshares": 135124759297,
+        "voter": "maxer27"
+      },
+      {
+        "percent": "2900",
+        "reputation": 19643697626632,
+        "rshares": 118551376181,
+        "voter": "sam99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110211133478274,
+        "rshares": 1596331540084,
+        "voter": "drakos"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 182528720424,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "160",
+        "reputation": 2826592035,
+        "rshares": 963577177,
+        "voter": "techken"
+      },
+      {
+        "percent": "2500",
+        "reputation": 14311160567730,
+        "rshares": 10860272538,
+        "voter": "wesphilbin"
+      },
+      {
+        "percent": "2000",
+        "reputation": 113462562962552,
+        "rshares": 548480841,
+        "voter": "furious-one"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62019238048390,
+        "rshares": 53293983201,
+        "voter": "gniksivart"
+      },
+      {
+        "percent": "2910",
+        "reputation": 184191136030059,
+        "rshares": 277964467439,
+        "voter": "runicar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29666985623497,
+        "rshares": 95762802646,
+        "voter": "vallesleoruther"
+      },
+      {
+        "percent": "2400",
+        "reputation": 85086374950236,
+        "rshares": 77116217648,
+        "voter": "codingdefined"
+      },
+      {
+        "percent": "10000",
+        "reputation": 145609724101,
+        "rshares": 974584809842,
+        "voter": "hope-on-fire"
+      },
+      {
+        "percent": "2910",
+        "reputation": 466532027405,
+        "rshares": 446697071,
+        "voter": "dado13btc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23747652895956,
+        "rshares": 918691916,
+        "voter": "richi0927"
+      },
+      {
+        "percent": "960",
+        "reputation": 18018060826148,
+        "rshares": 4307901595,
+        "voter": "shitsignals"
+      },
+      {
+        "percent": "7000",
+        "reputation": 135808252885028,
+        "rshares": 2461277958091,
+        "voter": "stayoutoftherz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 190691885658151,
+        "rshares": 3598513300975,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 394920458333,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1844447662772,
+        "rshares": 13874064631,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1465267842688,
+        "rshares": 1510963065,
+        "voter": "jorge248"
+      },
+      {
+        "percent": "7000",
+        "reputation": 616021827459,
+        "rshares": 8309189919,
+        "voter": "yacobh"
+      },
+      {
+        "percent": "3000",
+        "reputation": 8780411474631,
+        "rshares": 1960041905,
+        "voter": "stinawog"
+      },
+      {
+        "percent": "3000",
+        "reputation": 45409555092812,
+        "rshares": 3282920414,
+        "voter": "ernick"
+      },
+      {
+        "percent": "2500",
+        "reputation": 52406600539994,
+        "rshares": 30554615032,
+        "voter": "fionasfavourites"
+      },
+      {
+        "percent": "2910",
+        "reputation": 3449425709461,
+        "rshares": 57898456222,
+        "voter": "pardeepkumar"
+      },
+      {
+        "percent": "960",
+        "reputation": 173069624727027,
+        "rshares": 45933214291,
+        "voter": "felander"
+      },
+      {
+        "percent": "4950",
+        "reputation": 24639928209538,
+        "rshares": 28384851485,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 17762398424,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 13446076454,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 67088597396,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51994511985595,
+        "rshares": 42412101134664,
+        "voter": "tipu"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11200356877,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "2100",
+        "reputation": 80455071898751,
+        "rshares": 11820317299,
+        "voter": "crokkon"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 50980131657,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "5000",
+        "reputation": 128229050079,
+        "rshares": 2002759013,
+        "voter": "cconn"
+      },
+      {
+        "percent": "960",
+        "reputation": 731791169403,
+        "rshares": 8729095257,
+        "voter": "yogacoach"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 286489322235,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "5000",
+        "reputation": 167991810520774,
+        "rshares": 347262135206,
+        "voter": "celestal"
+      },
+      {
+        "percent": "3000",
+        "reputation": 23783050750962,
+        "rshares": 1333888149,
+        "voter": "estream.studios"
+      },
+      {
+        "percent": "10000",
+        "reputation": 82083033108,
+        "rshares": 2833718222,
+        "voter": "tomwafula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 445234100950820,
+        "rshares": 31739506316105,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 72384838675160,
+        "rshares": 323896372886,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "6000",
+        "reputation": 336063014350538,
+        "rshares": 875767575841,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206055018792025,
+        "rshares": 58851841199,
+        "voter": "silversaver888"
+      },
+      {
+        "percent": "2400",
+        "reputation": 46994381748371,
+        "rshares": 1504947502,
+        "voter": "rakkasan84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20299637563719,
+        "rshares": 5118747752,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19533997928933,
+        "rshares": 37906033949,
+        "voter": "daisyphotography"
+      },
+      {
+        "percent": "845",
+        "reputation": 0,
+        "rshares": 339638996176,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2500",
+        "reputation": 141970828773777,
+        "rshares": 412208377426,
+        "voter": "tobetada"
+      },
+      {
+        "percent": "912",
+        "reputation": 7232716062458,
+        "rshares": 18082891823,
+        "voter": "caladan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29578711833199,
+        "rshares": 68846044788,
+        "voter": "captainklaus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1737660226555,
+        "rshares": 1490397434,
+        "voter": "meincluyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24039483683062,
+        "rshares": 1082994959073,
+        "voter": "familyprotection"
+      },
+      {
+        "percent": "10000",
+        "reputation": 473928985768900,
+        "rshares": 2979294009,
+        "voter": "tradingideas"
+      },
+      {
+        "percent": "960",
+        "reputation": 377317663062316,
+        "rshares": 250676472763,
+        "voter": "emrebeyler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1338862822184,
+        "rshares": 4252536827,
+        "voter": "potplucker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 157805541487641,
+        "rshares": 6317266240942,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9517778819103,
+        "rshares": 42976651587,
+        "voter": "mytechtrail"
+      },
+      {
+        "percent": "240",
+        "reputation": 149410557707829,
+        "rshares": 1495699256,
+        "voter": "mhm-philippines"
+      },
+      {
+        "percent": "2910",
+        "reputation": 76831784793845,
+        "rshares": 95314543718,
+        "voter": "ocupation"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66785151966461,
+        "rshares": 479850991631,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "7000",
+        "reputation": 22087086438734,
+        "rshares": 40114010593,
+        "voter": "fjcalduch"
+      },
+      {
+        "percent": "2910",
+        "reputation": 199114477141557,
+        "rshares": 3202482736,
+        "voter": "enjoyinglife"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7337050727,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 854126977,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7107778763,
+        "rshares": 1901219647249,
+        "voter": "jim888"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36559175792044,
+        "rshares": 1661119984,
+        "voter": "jewel-lover"
+      },
+      {
+        "percent": "3000",
+        "reputation": 46800704673839,
+        "rshares": 9288530596,
+        "voter": "adityajainxds"
+      },
+      {
+        "percent": "160",
+        "reputation": 21720371357335,
+        "rshares": 5714940163,
+        "voter": "bartheek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24009382437663,
+        "rshares": 169008219899,
+        "voter": "ddrfr33k"
+      },
+      {
+        "percent": "3000",
+        "reputation": 188713944759376,
+        "rshares": 25813629871,
+        "voter": "roadstories"
+      },
+      {
+        "percent": "960",
+        "reputation": 138441860072892,
+        "rshares": 55145900138,
+        "voter": "nealmcspadden"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 112704600920,
+        "voter": "curx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3895318402889,
+        "rshares": 1500550639,
+        "voter": "criptonotas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10165169816277,
+        "rshares": 3299332108,
+        "voter": "leslierevales"
+      },
+      {
+        "percent": "960",
+        "reputation": 7978719984268,
+        "rshares": 11961898994,
+        "voter": "purefood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 467563251193,
+        "rshares": 635859047,
+        "voter": "durbisrodriguez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 170235537022,
+        "rshares": 1379902931,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "10000",
+        "reputation": 161107296598465,
+        "rshares": 783738831981,
+        "voter": "jarvie"
+      },
+      {
+        "percent": "1700",
+        "reputation": 8003119161188,
+        "rshares": 3551523098,
+        "voter": "brewery"
+      },
+      {
+        "percent": "10000",
+        "reputation": 951646894776,
+        "rshares": 555890492,
+        "voter": "cfminer"
+      },
+      {
+        "percent": "1500",
+        "reputation": 12685053702515,
+        "rshares": 2081921303,
+        "voter": "kpopjera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91651981795187,
+        "rshares": 23482440062,
+        "voter": "lunaticpandora"
+      },
+      {
+        "percent": "7500",
+        "reputation": 330396781271113,
+        "rshares": 3339440021902,
+        "voter": "holger80"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9644507431392,
+        "rshares": 38296536041,
+        "voter": "mproxima"
+      },
+      {
+        "percent": "500",
+        "reputation": 50124640567504,
+        "rshares": 1795647599,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51254284112658,
+        "rshares": 137687161865,
+        "voter": "shmoogleosukami"
+      },
+      {
+        "percent": "1500",
+        "reputation": 240105584587243,
+        "rshares": 696465159,
+        "voter": "mahtabansari370"
+      },
+      {
+        "percent": "480",
+        "reputation": 88510175502,
+        "rshares": 851402909,
+        "voter": "unconditionalove"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4053153102731,
+        "rshares": 39782135049,
+        "voter": "natha93"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86916035515124,
+        "rshares": 121199349573,
+        "voter": "cryptosharon"
+      },
+      {
+        "percent": "5000",
+        "reputation": 442944056818,
+        "rshares": 1861843104,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "5000",
+        "reputation": 411588240625,
+        "rshares": 3823291304,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "768",
+        "reputation": 10898214322749,
+        "rshares": 3945270556,
+        "voter": "pkocjan"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1010495313616,
+        "rshares": 2755326200,
+        "voter": "ofildutemps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12435393608248,
+        "rshares": 14817837232,
+        "voter": "jhoxiris"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15049076647839,
+        "rshares": 3915270701,
+        "voter": "kirito-freud"
+      },
+      {
+        "percent": "10000",
+        "reputation": 182685861369,
+        "rshares": 2928254301,
+        "voter": "darkpylon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41449838641209,
+        "rshares": 199568172442,
+        "voter": "pundito"
+      },
+      {
+        "percent": "1455",
+        "reputation": 483223942335,
+        "rshares": 620940906,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103087682988141,
+        "rshares": 165230955474,
+        "voter": "mysearchisover"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6264286399143,
+        "rshares": 2911092458827,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2192876855791,
+        "rshares": 152384511568,
+        "voter": "hasmez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12186132605,
+        "rshares": 1615218349,
+        "voter": "magicbirds"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8653571432,
+        "rshares": 1616849718,
+        "voter": "blueproject"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41394952718,
+        "rshares": 1615900298,
+        "voter": "django137"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5904893661018,
+        "rshares": 1494268471,
+        "voter": "fiveelements5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8493141387,
+        "rshares": 1618612014,
+        "voter": "goldeneye64"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65151962039,
+        "rshares": 1613726450,
+        "voter": "ludezma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11867738310700,
+        "rshares": 1490976242,
+        "voter": "oleg5430"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4418427243653,
+        "rshares": 5815023118,
+        "voter": "memesdaily"
+      },
+      {
+        "percent": "960",
+        "reputation": 832069339446,
+        "rshares": 1815294658,
+        "voter": "ladysalsa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76312761389929,
+        "rshares": 123469976450,
+        "voter": "victoriabsb"
+      },
+      {
+        "percent": "2910",
+        "reputation": 274611114102331,
+        "rshares": 917082743530,
+        "voter": "mindtrap"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28554868295,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "7000",
+        "reputation": 168836422039217,
+        "rshares": 39635199984,
+        "voter": "fego"
+      },
+      {
+        "percent": "10000",
+        "reputation": 87712999336423,
+        "rshares": 16356111529,
+        "voter": "hadley4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89325558244,
+        "rshares": 28467191343,
+        "voter": "steemporras"
+      },
+      {
+        "percent": "1250",
+        "reputation": 2256065348315,
+        "rshares": 2055622188,
+        "voter": "frassman"
+      },
+      {
+        "percent": "960",
+        "reputation": 61129901433914,
+        "rshares": 40702217874,
+        "voter": "reazuliqbal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89461766913,
+        "rshares": 12713214206,
+        "voter": "artemisa7"
+      },
+      {
+        "percent": "800",
+        "reputation": 62798275108724,
+        "rshares": 36501070586,
+        "voter": "j85063"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15600949256447,
+        "rshares": 1115582115,
+        "voter": "lordjames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 672719487100937,
+        "rshares": 2680332526,
+        "voter": "donekim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46955154178798,
+        "rshares": 1271954304592,
+        "voter": "amico"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397421034392,
+        "rshares": 168565533420,
+        "voter": "steemitcolombia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 108726560523456,
+        "rshares": 374420494859,
+        "voter": "immanuel94"
+      },
+      {
+        "percent": "4000",
+        "reputation": 93591631110831,
+        "rshares": 140212457479,
+        "voter": "bil.prag"
+      },
+      {
+        "percent": "960",
+        "reputation": 1170108458021,
+        "rshares": 4480876963,
+        "voter": "bestboom"
+      },
+      {
+        "percent": "3300",
+        "reputation": 70120060790855,
+        "rshares": 136817866587,
+        "voter": "dotwin1981"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1140372911417,
+        "rshares": 829941807,
+        "voter": "zainnyferdhoy"
+      },
+      {
+        "percent": "3300",
+        "reputation": 25978211905358,
+        "rshares": 86877365422,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 367201484924059,
+        "rshares": 1150424783457,
+        "voter": "louis88"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4038024331096,
+        "rshares": 481710348025,
+        "voter": "foxon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7254888236822,
+        "rshares": 7279172172,
+        "voter": "herbacianymag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33316181985289,
+        "rshares": 263138883340,
+        "voter": "barmbo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 27815287315,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2184610478491,
+        "rshares": 10407982320,
+        "voter": "ex-exploitation"
+      },
+      {
+        "percent": "1500",
+        "reputation": 7324548372470,
+        "rshares": 22465093768,
+        "voter": "freddio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 582825807,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10532279362821,
+        "rshares": 3769158821,
+        "voter": "sallyfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 40776009332161,
+        "rshares": 160513994812,
+        "voter": "gadrian"
+      },
+      {
+        "percent": "5000",
+        "reputation": 112109667795,
+        "rshares": 1515865570,
+        "voter": "memepress"
+      },
+      {
+        "percent": "1500",
+        "reputation": 1553052470569,
+        "rshares": 1563357921,
+        "voter": "sustainablelivin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103039633795574,
+        "rshares": 459465975137,
+        "voter": "sjarvie5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 20816574115,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "3000",
+        "reputation": 51336896,
+        "rshares": 920913354,
+        "voter": "megalithic"
+      },
+      {
+        "percent": "7000",
+        "reputation": 11266459355852,
+        "rshares": 4042774150,
+        "voter": "jadnven"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9020628089607,
+        "rshares": 91989386250,
+        "voter": "promobot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3042286903871,
+        "rshares": 45341618873,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1963153455547,
+        "rshares": 680710907097,
+        "voter": "steem.services"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2483077279116,
+        "rshares": 987301900,
+        "voter": "ederaleng"
+      },
+      {
+        "percent": "1500",
+        "reputation": 153947835280090,
+        "rshares": 130694171929,
+        "voter": "enforcer48"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30049907218185,
+        "rshares": 300497912746,
+        "voter": "kirstin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4762022043623,
+        "rshares": 5784549658,
+        "voter": "fernandosoder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16608311881044,
+        "rshares": 55084312413,
+        "voter": "curatorcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 172465515392487,
+        "rshares": 1085855473097,
+        "voter": "steempeak"
+      },
+      {
+        "percent": "7500",
+        "reputation": 9108091227516,
+        "rshares": 24147346486,
+        "voter": "bodie7"
+      },
+      {
+        "percent": "960",
+        "reputation": 655223881789,
+        "rshares": 5639125967,
+        "voter": "swisswitness"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 843534833,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "2500",
+        "reputation": 27522752785541,
+        "rshares": 12827261197,
+        "voter": "longer"
+      },
+      {
+        "percent": "1100",
+        "reputation": 68462748929740,
+        "rshares": 107597104658,
+        "voter": "roger5120"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9718632602,
+        "rshares": 1615915755,
+        "voter": "prudencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12580096938,
+        "rshares": 1613149382,
+        "voter": "gorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13059317148,
+        "rshares": 1614211690,
+        "voter": "suley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6990715593,
+        "rshares": 1613089148,
+        "voter": "zulema"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10089127541,
+        "rshares": 1614966924,
+        "voter": "herencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9724555279,
+        "rshares": 1612586731,
+        "voter": "zoraida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4252099247,
+        "rshares": 1613625553,
+        "voter": "embera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6224691662,
+        "rshares": 1614278287,
+        "voter": "medula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3158689060,
+        "rshares": 1618068470,
+        "voter": "chavela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7291463397,
+        "rshares": 1613118731,
+        "voter": "tierra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38511327979971,
+        "rshares": 2529786524,
+        "voter": "scrawly"
+      },
+      {
+        "percent": "50",
+        "reputation": 292465506149952,
+        "rshares": 1001200772,
+        "voter": "shortsegments"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33860216986858,
+        "rshares": 616046552511,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "960",
+        "reputation": 783817057887927,
+        "rshares": 567448938,
+        "voter": "gallerani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34329245416723,
+        "rshares": 92229100050,
+        "voter": "bflanagin"
+      },
+      {
+        "percent": "7000",
+        "reputation": 21771305129128,
+        "rshares": 2285918697,
+        "voter": "mightypanda"
+      },
+      {
+        "percent": "1650",
+        "reputation": 1628398959081,
+        "rshares": 831787578,
+        "voter": "mastersa"
+      },
+      {
+        "percent": "6500",
+        "reputation": 38547632600631,
+        "rshares": 3065020352,
+        "voter": "baiboua"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1825588222206,
+        "rshares": 14679014,
+        "voter": "akioexzgamer"
+      },
+      {
+        "percent": "480",
+        "reputation": 156376467869107,
+        "rshares": 15432937270,
+        "voter": "dalz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3794066899821,
+        "rshares": 861445267,
+        "voter": "sr-nikon"
+      },
+      {
+        "percent": "1000",
+        "reputation": 21042238218731,
+        "rshares": 417194419989,
+        "voter": "zuerich"
+      },
+      {
+        "percent": "6500",
+        "reputation": 8552552060679,
+        "rshares": 69373944108,
+        "voter": "french-tech"
+      },
+      {
+        "percent": "6500",
+        "reputation": 6422573087015,
+        "rshares": 1463803915,
+        "voter": "yuza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13163286762168,
+        "rshares": 16005382969,
+        "voter": "pavanjr"
+      },
+      {
+        "percent": "480",
+        "reputation": 18790919715448,
+        "rshares": 69163970062,
+        "voter": "luppers"
+      },
+      {
+        "percent": "960",
+        "reputation": 103580743464850,
+        "rshares": 112024619845,
+        "voter": "dlike"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7612430700896,
+        "rshares": 1952432334,
+        "voter": "paopaoza"
+      },
+      {
+        "percent": "50",
+        "reputation": 144910360949054,
+        "rshares": 925705647,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "7500",
+        "reputation": 36498710441788,
+        "rshares": 24460657694,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7147565952243,
+        "rshares": 255588017,
+        "voter": "ten-years-before"
+      },
+      {
+        "percent": "768",
+        "reputation": 58772053733860,
+        "rshares": 155730159109,
+        "voter": "engrave"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1503728134655,
+        "rshares": 505769106364,
+        "voter": "tipsybosphorus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 5466154174,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 73595707264782,
+        "rshares": 557469138327,
+        "voter": "definethedollar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 144361338080419,
+        "rshares": 76815853272,
+        "voter": "porters"
+      },
+      {
+        "percent": "240",
+        "reputation": 32853338946186,
+        "rshares": 892936461,
+        "voter": "bobby.madagascar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 59792685,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 15247458994,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5005137856099,
+        "rshares": 17222865721,
+        "voter": "palasatenea"
+      },
+      {
+        "percent": "6500",
+        "reputation": 5464454876938,
+        "rshares": 1267445821,
+        "voter": "puza"
+      },
+      {
+        "percent": "3000",
+        "reputation": 6687049412835,
+        "rshares": 23856140312,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "6500",
+        "reputation": 21145061340,
+        "rshares": 56325175,
+        "voter": "crypto.story"
+      },
+      {
+        "percent": "3300",
+        "reputation": 1178472146943,
+        "rshares": 1718333390,
+        "voter": "gamer0815"
+      },
+      {
+        "percent": "6500",
+        "reputation": 104143098516,
+        "rshares": 180929285,
+        "voter": "univers.crypto"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1276101904921,
+        "rshares": 5135032509,
+        "voter": "mintrawa"
+      },
+      {
+        "percent": "960",
+        "reputation": 35303974424,
+        "rshares": 1243159699,
+        "voter": "ldp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 16966885974746,
+        "rshares": 1711910984,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69053951644888,
+        "rshares": 19515101755,
+        "voter": "jacobpeacock"
+      },
+      {
+        "percent": "5100",
+        "reputation": 93708060335638,
+        "rshares": 241702624441,
+        "voter": "actifit-peter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 30343914698,
+        "voter": "diegor"
+      },
+      {
+        "percent": "6000",
+        "reputation": 788852406777,
+        "rshares": 2029645048,
+        "voter": "thrasher666"
+      },
+      {
+        "percent": "4000",
+        "reputation": 18273031359521,
+        "rshares": 1440166833,
+        "voter": "adyorka"
+      },
+      {
+        "percent": "1500",
+        "reputation": 9135704094808,
+        "rshares": 832440508,
+        "voter": "eliasseth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14391246828388,
+        "rshares": 16046555780,
+        "voter": "geeklania"
+      },
+      {
+        "percent": "2619",
+        "reputation": 49288860027665,
+        "rshares": 211232327716,
+        "voter": "cwow2"
+      },
+      {
+        "percent": "960",
+        "reputation": 2716815451543,
+        "rshares": 71086623122,
+        "voter": "followjohngalt"
+      },
+      {
+        "percent": "2800",
+        "reputation": 539147053023232,
+        "rshares": 13422251731310,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 94595445913731,
+        "rshares": 1283259621332,
+        "voter": "glastar"
+      },
+      {
+        "percent": "3000",
+        "reputation": 109213591273,
+        "rshares": 1334347657,
+        "voter": "vcs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 106046612953,
+        "voter": "kekos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8468960967138,
+        "rshares": 1911739402,
+        "voter": "smonia"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 1922081114,
+        "voter": "infinite-love"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5927670145042,
+        "rshares": 21851972782,
+        "voter": "northmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 1986384581,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "160",
+        "reputation": 86443203025994,
+        "rshares": 685396263,
+        "voter": "jacuzzi"
+      },
+      {
+        "percent": "3300",
+        "reputation": 13976967005540,
+        "rshares": 9237457196,
+        "voter": "kaldewei"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1704423231,
+        "voter": "tr777"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1285912061,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7476997614820,
+        "rshares": 136615598878,
+        "voter": "johan.norberg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1447714289,
+        "voter": "smoner"
+      },
+      {
+        "percent": "960",
+        "reputation": 2455748131750,
+        "rshares": 689383067,
+        "voter": "flyingbolt"
+      },
+      {
+        "percent": "960",
+        "reputation": 711680161769462,
+        "rshares": 552898358,
+        "voter": "determine"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1687185058,
+        "voter": "smonian"
+      },
+      {
+        "percent": "960",
+        "reputation": 1213063566738,
+        "rshares": 3737317492,
+        "voter": "permaculturedude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3188730840665,
+        "rshares": 43396314000,
+        "voter": "loliver"
+      },
+      {
+        "percent": "3000",
+        "reputation": 80366561377585,
+        "rshares": 325160739864,
+        "voter": "ajks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 774128044503,
+        "rshares": 1709410525,
+        "voter": "caribehub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 189704618954,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 1393012904,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1868507198312,
+        "rshares": 6859849710,
+        "voter": "greendeliver-sm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9483360545909,
+        "rshares": 12889534290,
+        "voter": "mia-cc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5888509729519,
+        "rshares": 38400575095,
+        "voter": "hans001"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91502264313,
+        "rshares": 136037009,
+        "voter": "maitre"
+      },
+      {
+        "percent": "1000",
+        "reputation": 22403588555771,
+        "rshares": 21564008008,
+        "voter": "thelogicaldude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5833218185,
+        "rshares": 1699432194,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "3000",
+        "reputation": 581240927,
+        "rshares": 0,
+        "voter": "smileyboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42787624679630,
+        "rshares": 32465561267,
+        "voter": "hungryharish"
+      },
+      {
+        "percent": "1250",
+        "reputation": 27838835653920,
+        "rshares": 3522997208,
+        "voter": "kggymlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34359845798847,
+        "rshares": 77610615141,
+        "voter": "pedrobrito2004"
+      },
+      {
+        "percent": "320",
+        "reputation": 69910542366759,
+        "rshares": 16339715157,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4189876953003,
+        "rshares": 2830217384,
+        "voter": "hungryanu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72643755866464,
+        "rshares": 11646837675,
+        "voter": "jeremiahcustis"
+      },
+      {
+        "percent": "912",
+        "reputation": 17287220932883,
+        "rshares": 10074872416,
+        "voter": "mfblack"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8977413850563,
+        "rshares": 23323579310,
+        "voter": "maryincryptoland"
+      },
+      {
+        "percent": "3000",
+        "reputation": 29873843000,
+        "rshares": 1735658373,
+        "voter": "bergelmirsenpai"
+      },
+      {
+        "percent": "3000",
+        "reputation": 120936131908085,
+        "rshares": 226999741750,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98578472333076,
+        "rshares": 463648690334,
+        "voter": "minigame"
+      },
+      {
+        "percent": "480",
+        "reputation": 33348221474331,
+        "rshares": 2650047049,
+        "voter": "threejay"
+      },
+      {
+        "percent": "480",
+        "reputation": 1067767102949,
+        "rshares": 1080455399,
+        "voter": "sm-silva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1323778727,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7788522548,
+        "rshares": 230325491,
+        "voter": "steementertainer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36087507440149,
+        "rshares": 823753443012,
+        "voter": "likwid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "500",
+        "reputation": 20916803594387,
+        "rshares": 2341503431,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 341782493500,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "480",
+        "reputation": 0,
+        "rshares": 543151253,
+        "voter": "firefuture"
+      },
+      {
+        "percent": "10000",
+        "reputation": 458684528775,
+        "rshares": 581623404,
+        "voter": "zimnaherbata"
+      },
+      {
+        "percent": "10000",
+        "reputation": 442801860940,
+        "rshares": 19835030085,
+        "voter": "steemindian"
+      },
+      {
+        "percent": "6500",
+        "reputation": 413384764384,
+        "rshares": 295475267,
+        "voter": "nalexadre"
+      },
+      {
+        "percent": "2700",
+        "reputation": 50073588499121,
+        "rshares": 45895424957,
+        "voter": "golden.future"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3804804773,
+        "rshares": 1577310931,
+        "voter": "imbartley"
+      },
+      {
+        "percent": "8000",
+        "reputation": 9593095604859,
+        "rshares": 667511413,
+        "voter": "jimhawkins"
+      },
+      {
+        "percent": "960",
+        "reputation": 52974480102727,
+        "rshares": 5447446247,
+        "voter": "shimozurdo"
+      },
+      {
+        "percent": "960",
+        "reputation": 40619501571,
+        "rshares": 4248549110,
+        "voter": "milu-the-dog"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51374620316173,
+        "rshares": 37830789438,
+        "voter": "badfinger"
+      },
+      {
+        "percent": "960",
+        "reputation": 9905442858,
+        "rshares": 3403971058,
+        "voter": "triplea.bot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266864338439,
+        "rshares": 609364084,
+        "voter": "mytunes"
+      },
+      {
+        "percent": "960",
+        "reputation": 115912639173774,
+        "rshares": 95141143816,
+        "voter": "steem.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15808214765405,
+        "rshares": 686873232388,
+        "voter": "votebetting"
+      },
+      {
+        "percent": "3000",
+        "reputation": 26642963135,
+        "rshares": 403137954,
+        "voter": "voltair"
+      },
+      {
+        "percent": "3000",
+        "reputation": 556441464941,
+        "rshares": 59178992,
+        "voter": "sportsinfo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6411393851,
+        "rshares": 927888118,
+        "voter": "driedfruit"
+      },
+      {
+        "percent": "864",
+        "reputation": 14604990824032,
+        "rshares": 10709502089,
+        "voter": "asteroids"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 362564155,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 13004690660,
+        "voter": "ticketyboo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 13002733074,
+        "voter": "ticketywoof"
+      },
+      {
+        "percent": "1500",
+        "reputation": 91995455090943,
+        "rshares": 5878549443,
+        "voter": "thranax"
+      },
+      {
+        "percent": "100",
+        "reputation": 6481559677290,
+        "rshares": 152279382918,
+        "voter": "project.hope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45364952422214,
+        "rshares": 60609615930,
+        "voter": "soyunasantacruz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1410161022,
+        "rshares": 71225072531,
+        "voter": "botante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "happiness19"
+      },
+      {
+        "percent": "3000",
+        "reputation": 64791465095312,
+        "rshares": 62312257186,
+        "voter": "justclickindiva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 33564826,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "600",
+        "reputation": 426404968,
+        "rshares": 24226160235,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "600",
+        "reputation": 6113738572,
+        "rshares": 30457859034,
+        "voter": "maxuve"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1704173681552,
+        "rshares": 1106898504,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 526333601,
+        "voter": "roadstories.trib"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 13095121873,
+        "voter": "borbina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1637395125,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 887414255,
+        "voter": "jessy22"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17687551130249,
+        "rshares": 9591208239,
+        "voter": "bcm"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3257555962879,
+        "rshares": 2694867858,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "768",
+        "reputation": 0,
+        "rshares": 581924861,
+        "voter": "therealyme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 10023177095,
+        "voter": "upyournose"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 10012468202,
+        "voter": "rubberhose"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2375835852,
+        "rshares": 3956018657,
+        "voter": "oopsie-poopsie"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1136926765,
+        "rshares": 661063746,
+        "voter": "chicoduro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11637763209204,
+        "rshares": 210693750297,
+        "voter": "levi-miron"
+      },
+      {
+        "percent": "2910",
+        "reputation": 51941880676536,
+        "rshares": 8636803771,
+        "voter": "sacrosanct"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 526812977,
+        "voter": "rus-lifestyle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1308031233,
+        "voter": "keepit2"
+      },
+      {
+        "percent": "480",
+        "reputation": 0,
+        "rshares": 3183445395,
+        "voter": "ribary"
+      },
+      {
+        "percent": "10000",
+        "reputation": 786619143592,
+        "rshares": 0,
+        "voter": "cmdd"
+      },
+      {
+        "percent": "2500",
+        "reputation": 356840875823,
+        "rshares": 853815532,
+        "voter": "kgsupport"
+      },
+      {
+        "percent": "1500",
+        "reputation": 32542453022,
+        "rshares": 1405296292,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "960",
+        "reputation": 549265305265,
+        "rshares": 48660403895,
+        "voter": "mice-k"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14577043701834,
+        "rshares": 3273674394,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 481278937,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "192",
+        "reputation": 9568816243033,
+        "rshares": 1780065675,
+        "voter": "dpend.active"
+      },
+      {
+        "percent": "2800",
+        "reputation": 7921327410319,
+        "rshares": 6247287771,
+        "voter": "euc"
+      },
+      {
+        "percent": "900",
+        "reputation": 38576347919541,
+        "rshares": 896062208,
+        "voter": "dapplr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 526245397843,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 375413615602,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2837344243508,
+        "rshares": 210569086625,
+        "voter": "hivetrending"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 1247057073,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "480",
+        "reputation": 717095735374,
+        "rshares": 758483127,
+        "voter": "folklure"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11943864627652,
+        "rshares": 8230514212,
+        "voter": "hiveghost"
+      },
+      {
+        "percent": "990",
+        "reputation": 10364363981695,
+        "rshares": 498934245665,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "5630",
+        "reputation": 1209731647511,
+        "rshares": 964662323246,
+        "voter": "softworld"
+      },
+      {
+        "percent": "960",
+        "reputation": 5571802524553,
+        "rshares": 25626435710,
+        "voter": "polish.hive"
+      },
+      {
+        "percent": "3000",
+        "reputation": 10188264707492,
+        "rshares": 1930556841,
+        "voter": "mynima"
+      },
+      {
+        "percent": "960",
+        "reputation": 0,
+        "rshares": 279554043342,
+        "voter": "dcityrewards"
+      },
+      {
+        "percent": "10000",
+        "reputation": 90463833228384,
+        "rshares": 44672237993,
+        "voter": "freakeao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10637170241006,
+        "rshares": 10666074383,
+        "voter": "miriannalis"
+      },
+      {
+        "percent": "96",
+        "reputation": 3177222978373,
+        "rshares": 836523052,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "3000",
+        "reputation": 604442758770,
+        "rshares": 134370736271,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32381994985806,
+        "rshares": 38238846745,
+        "voter": "yolimarag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14767283059507,
+        "rshares": 12222377588,
+        "voter": "cieliss"
+      },
+      {
+        "percent": "300",
+        "reputation": 9650263289467,
+        "rshares": 1605925570,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "6000",
+        "reputation": 429763208250,
+        "rshares": 2711395604,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "zarevaneli"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 10435183855,
+        "voter": "comunidadactiva"
+      },
+      {
+        "percent": "960",
+        "reputation": 0,
+        "rshares": 39967474731,
+        "voter": "hivecur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 34950338396,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15777185838,
+        "rshares": 2983988042,
+        "voter": "patronpass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1289890269498,
+        "rshares": 798291889,
+        "voter": "greengalletti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65519590598,
+        "rshares": 1951206002,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "970",
+        "reputation": 4358352640716,
+        "rshares": 232558746762,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15596004215170,
+        "rshares": 1055701854,
+        "voter": "rojiso2411"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 28710306350,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 792202344312,
+        "rshares": 787492214,
+        "voter": "ollasysartenes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 596797562,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "3000",
+        "reputation": 28929095584285,
+        "rshares": 7018412778,
+        "voter": "notacinephile"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10164951682919,
+        "rshares": 3598361978,
+        "voter": "bdkabbo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17832043721,
+        "rshares": 2733813335,
+        "voter": "laughingdesert"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7813514868027,
+        "rshares": 5705116431,
+        "voter": "francielis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6535791110640,
+        "rshares": 3720326138,
+        "voter": "cryptoanalist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4399967431494,
+        "rshares": 3177063994,
+        "voter": "epilatero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 3307366067,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10742256157644,
+        "rshares": 9800204122,
+        "voter": "motherhood"
+      },
+      {
+        "percent": "480",
+        "reputation": 222094236041,
+        "rshares": 950069198,
+        "voter": "discohedge"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 3048839695336,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "980",
+        "reputation": 3174507364780,
+        "rshares": 355259306106,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 6186848694,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1447273576100,
+        "rshares": 2682203736,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "5000",
+        "reputation": 978629567643,
+        "rshares": 904623603,
+        "voter": "arrrds"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3679705780578,
+        "rshares": 4108625642,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 34524927334,
+        "voter": "intacto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92721511576,
+        "rshares": 494820669,
+        "voter": "rhinoceros"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5167918,
+        "rshares": 0,
+        "voter": "vionline"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1914029290,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1303993724855,
+        "rshares": 82625273821,
+        "voter": "damus-nostra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 270295677528,
+        "rshares": 249815748,
+        "voter": "hauptfleisch"
+      },
+      {
+        "percent": "1000",
+        "reputation": 434627240,
+        "rshares": 15275505862,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1523084393,
+        "rshares": 8786125,
+        "voter": "osiri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48820807481,
+        "rshares": 34358762489,
+        "voter": "officialhisha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3109652100,
+        "voter": "brofund-stem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 62696536993,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "artx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3594869451,
+        "rshares": 0,
+        "voter": "mythcrusher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 65218185,
+        "voter": "cryptor3ader"
+      }
+    ],
+    "author": "peakd",
+    "author_reputation": 86868289888522,
+    "beneficiaries": [
+      {
+        "account": "asgarth",
+        "weight": 3000
+      },
+      {
+        "account": "hive.fund",
+        "weight": 5500
+      },
+      {
+        "account": "jarvie",
+        "weight": 1500
+      }
+    ],
+    "body": "Today we are happy to announce a new tool created to improve the experience of PeakD (and Hive) users.\n\n<center><h5>Check it out on https://beacon.peakd.com</h5></center>\n\n![beacon_cover_v1.jpg](https://files.peakd.com/file/peakd-hive/peakd/9RKDLN5s-beacon_cover_v1.jpg)\n\nThis new tool is already integrated into PeakD itself and allow users to automatically switch the API node to the best one available.\n\nAlso this is the first project released as [open source](https://github.com/peak-projects/peakd-node-beacon) so others can benefit from the work we do on PeakD.\nWe are planning to release more tools and libraries as open source in the near future, so hopefully this is only the first post of the list :)\n\n\n#### Current status for the API nodes\n\nYou can check this on the website itself, but sharing here for a quick look\n\n![image.png](https://files.peakd.com/file/peakd-hive/peakd/Xi1xPui8-image.png)\n\nAs you can see there are no nodes at the moment fully working. Please keep in mind that nodes are working perfectly fine on the chain level, just the social part powered by Hivemind still have some things to be fixed after the last HF. \n\n\n#### API checks\n\nTo understand how the above scores are computed you can check the list of the tests performed for each node (clicking on the magnifying glass).\n\n![image.png](https://files.peakd.com/file/peakd-hive/peakd/1RoII1j0-image.png)\n\nTo get a better understanding of each check you can hover with the mouse on the (?) icon.\n\n![image.png](https://files.peakd.com/file/peakd-hive/peakd/R5NKk1hz-image.png)\n\n\n#### Future plans and improvements\n\nThe tool is up and running and free to use right now, but we already have some ideas to make it better and to integrate more with [peakd.com](https://peakd.com) itself:\n- Integrate in the [Node Benchmark](https://peakd.com/me/tools/benchmark) page\n- Allow users to perform a speed test from Beacon itself\n- Integrate in the [Status](https://status.peakd.com) page\n- Allow users to select multiple nodes in their Settings with a specified order preference.\n\n---\n\n\n## Support the @peakd project\n\nNow is probably a nice time to remind you of the ways you can support the development of @peakd.\n\n![Selection_298.png](https://files.peakd.com/file/peakd-hive/peakd/w36DQpO7-Selection_298.png)\n\nWe have a proposal on the Decentralized Hive Fund. You can review the proposal [here](/proposals/52).\nIf you agree to the proposal and you think the points mentioned add value to the Hive Blockchain consider supporting it using the above links or directly with **[this link](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=[52]&approve=true)**.\n\n--- \n\nWe also run a witness server to help produce the blocks for the Hive Blockchain. You can vote for our witness so we are in a position to process more of them.\n\nVote on the witness page: https://peakd.com/witnesses\n\n- Using Keychain: You just have to click and approve the transaction\n- Using HiveSigner: You'll need access to confirm the transaction with your Active Key at least\n\n---\n\n###### *The PeakD Team*\n_About us: https://peakd.com/about_\n_Join us on Discord: https://discord.gg/Fy3bca5_",
+    "body_length": 3147,
+    "cashout_time": "2020-11-06T21:48:03",
+    "category": "hive-139531",
+    "children": 25,
+    "created": "2020-10-30T21:48:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"author\":\"asgarth\",\"description\":\"Releasing Hive Node Beacon, main features and future plans.\",\"tags\":[\"peakd\",\"hive\",\"hiveblockchain\",\"dapps\",\"hf24\",\"tools\",\"hive-dev\"],\"users\":[\"peakd\",\"peakd.\"],\"links\":[\"https://beacon.peakd.com\",\"https://github.com/peak-projects/peakd-node-beacon\",\"https://peakd.com\",\"/me/tools/benchmark\",\"https://status.peakd.com\",\"/@peakd\",\"/@peakd\",\"/proposals/52\",\"https://hivesigner.com/sign/update-proposal-votes?proposal_ids=[52]&amp;approve=true\",\"https://peakd.com/witnesses\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/peakd/9RKDLN5s-beacon_cover_v1.jpg\",\"https://files.peakd.com/file/peakd-hive/peakd/Xi1xPui8-image.png\",\"https://files.peakd.com/file/peakd-hive/peakd/1RoII1j0-image.png\",\"https://files.peakd.com/file/peakd-hive/peakd/R5NKk1hz-image.png\",\"https://files.peakd.com/file/peakd-hive/peakd/w36DQpO7-Selection_298.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-30T22:21:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 201193936783958,
+    "parent_author": "",
+    "parent_permlink": "hive-139531",
+    "pending_payout_value": "47.246 HBD",
+    "percent_hbd": 10000,
+    "permlink": "announcing-the-hive-node-beacon-project",
+    "post_id": 100323666,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Announcing the Hive Node Beacon project",
+    "title": "Announcing the Hive Node Beacon project",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-139531/@peakd/announcing-the-hive-node-beacon-project"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "1500",
+        "reputation": 520861791056580,
+        "rshares": 24676655342193,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 10638817820734,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 109424005488868,
+        "rshares": 55324582434,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "375",
+        "reputation": 352970428645376,
+        "rshares": 263212894435,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 300631282732,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 372226967801214,
+        "rshares": 50733142677,
+        "voter": "allmonitors"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 164357235559,
+        "voter": "arcange"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3102062663,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9758823762159,
+        "rshares": 5845302744,
+        "voter": "joshglen"
+      },
+      {
+        "percent": "2000",
+        "reputation": 12227576577296,
+        "rshares": 7275940266,
+        "voter": "anarcist69"
+      },
+      {
+        "percent": "2500",
+        "reputation": 139814057263648,
+        "rshares": 30948681854,
+        "voter": "themanualbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 60446437130,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1500",
+        "reputation": 144108882515293,
+        "rshares": 121293223895,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34211152246428,
+        "rshares": 119812786340,
+        "voter": "mcsvi"
+      },
+      {
+        "percent": "1200",
+        "reputation": 25539300441985,
+        "rshares": 15759771187,
+        "voter": "natubat"
+      },
+      {
+        "percent": "2000",
+        "reputation": 149827038166480,
+        "rshares": 83668341003,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 51796370975,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7729510836090,
+        "rshares": 276669148205,
+        "voter": "discovereurovelo"
+      },
+      {
+        "percent": "2800",
+        "reputation": 0,
+        "rshares": 1707014410299,
+        "voter": "redes"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 718437655288,
+        "voter": "created"
+      },
+      {
+        "percent": "2000",
+        "reputation": 36357535837745,
+        "rshares": 1352375983,
+        "voter": "doodleman"
+      },
+      {
+        "percent": "7200",
+        "reputation": 96863592771723,
+        "rshares": 82614677523,
+        "voter": "noemilunastorta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 42633037270577,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 17465905454847,
+        "rshares": 1101035082,
+        "voter": "bloghound"
+      },
+      {
+        "percent": "5000",
+        "reputation": 78330783694578,
+        "rshares": 97099790495,
+        "voter": "miniature-tiger"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27950490153931,
+        "rshares": 17164210594,
+        "voter": "choogirl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71901302671995,
+        "rshares": 14746699722,
+        "voter": "hiroyamagishi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66024390617355,
+        "rshares": 789244436839,
+        "voter": "elizahfhaye"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 12693876450070,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20837541242644,
+        "rshares": 1944370723,
+        "voter": "grider123"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1748651637089,
+        "rshares": 2030381395,
+        "voter": "khussan"
+      },
+      {
+        "percent": "4000",
+        "reputation": 50342140379200,
+        "rshares": 1097641068612,
+        "voter": "followbtcnews"
+      },
+      {
+        "percent": "500",
+        "reputation": 26139147505179,
+        "rshares": 923091089,
+        "voter": "rt395"
+      },
+      {
+        "percent": "1500",
+        "reputation": 29513750536324,
+        "rshares": 884981833,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 174399448898803,
+        "rshares": 98675157973,
+        "voter": "aleister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14638546901678,
+        "rshares": 5269092563486,
+        "voter": "fatimajunio"
+      },
+      {
+        "percent": "1000",
+        "reputation": 77602585289853,
+        "rshares": 7395278882,
+        "voter": "arrliinn"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3553102205525,
+        "rshares": 21013563438,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1046659200643,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "5000",
+        "reputation": 783744181388,
+        "rshares": 1023122886,
+        "voter": "slefesteem"
+      },
+      {
+        "percent": "3000",
+        "reputation": 69653104045391,
+        "rshares": 34173931906,
+        "voter": "anacristinasilva"
+      },
+      {
+        "percent": "1600",
+        "reputation": 104292943123675,
+        "rshares": 46534573559,
+        "voter": "bearone"
+      },
+      {
+        "percent": "5030",
+        "reputation": 23577497062186,
+        "rshares": 1133767589414,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22475002262691,
+        "rshares": 38472286422,
+        "voter": "reddragonfly"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6025146240290,
+        "rshares": 1524251676,
+        "voter": "bellatravelph"
+      },
+      {
+        "percent": "4000",
+        "reputation": 52265957847349,
+        "rshares": 378520469283,
+        "voter": "crimsonclad"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1494763095243,
+        "rshares": 1734565826,
+        "voter": "jamiz"
+      },
+      {
+        "percent": "8000",
+        "reputation": 24347064093050,
+        "rshares": 30393888875,
+        "voter": "mynewlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 616217454668,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "800",
+        "reputation": 0,
+        "rshares": 368703936737,
+        "voter": "gunthertopp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 383614057025318,
+        "rshares": 1605740188810,
+        "voter": "livinguktaiwan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 24021698289849,
+        "rshares": 5621494475,
+        "voter": "damm-steemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61905096596174,
+        "rshares": 101172584842,
+        "voter": "mers"
+      },
+      {
+        "percent": "1000",
+        "reputation": 14764501234506,
+        "rshares": 2233920625,
+        "voter": "nolasco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219861479290565,
+        "rshares": 1806614877,
+        "voter": "hangin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20285621918859,
+        "rshares": 39187040005,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12229551564685,
+        "voter": "haejin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23747652895956,
+        "rshares": 989959127,
+        "voter": "richi0927"
+      },
+      {
+        "percent": "5000",
+        "reputation": 29124480726940,
+        "rshares": 1879266974,
+        "voter": "greatness96"
+      },
+      {
+        "percent": "8900",
+        "reputation": 66529579059852,
+        "rshares": 85853117650,
+        "voter": "leaky20"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1790763390354,
+        "rshares": 1115371474,
+        "voter": "koh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1465267842688,
+        "rshares": 1538446792,
+        "voter": "jorge248"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 156189330599,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1912914147521,
+        "rshares": 1876113143,
+        "voter": "onethousandwords"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25406027451406,
+        "rshares": 6824026874,
+        "voter": "martibis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1861063781145,
+        "rshares": 577963478,
+        "voter": "leryam12"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4022219848165,
+        "rshares": 2994619962,
+        "voter": "jenesa"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3574566966768,
+        "rshares": 3180809894,
+        "voter": "appleskie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 713624891901,
+        "rshares": 75028966735,
+        "voter": "plainoldme"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1087907674628,
+        "rshares": 1071004312,
+        "voter": "pjmisa"
+      },
+      {
+        "percent": "3300",
+        "reputation": 24639928209538,
+        "rshares": 19196038815,
+        "voter": "santigs"
+      },
+      {
+        "percent": "1000",
+        "reputation": 149085530853696,
+        "rshares": 218596887922,
+        "voter": "karja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 18125648666,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2656035667454,
+        "rshares": 1737629909,
+        "voter": "agentzero"
+      },
+      {
+        "percent": "5000",
+        "reputation": 140483466255317,
+        "rshares": 266629402187,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 41069012860239,
+        "rshares": 1746985393,
+        "voter": "markjason"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2206804389678,
+        "rshares": 4915742239,
+        "voter": "marysent"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 21901960392,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "5000",
+        "reputation": 139904553806579,
+        "rshares": 2847862438272,
+        "voter": "joshman"
+      },
+      {
+        "percent": "600",
+        "reputation": 2448367928201,
+        "rshares": 1336971714,
+        "voter": "pingcess"
+      },
+      {
+        "percent": "10000",
+        "reputation": 804792498605,
+        "rshares": 1563183969,
+        "voter": "hillaryaa"
+      },
+      {
+        "percent": "5000",
+        "reputation": 959835803794,
+        "rshares": 594507631,
+        "voter": "mercy11"
+      },
+      {
+        "percent": "10000",
+        "reputation": 366168985985447,
+        "rshares": 127028645607,
+        "voter": "steemitworldmap"
+      },
+      {
+        "percent": "1000",
+        "reputation": 16626980732032,
+        "rshares": 935947930,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 769442706037,
+        "rshares": 1072678636,
+        "voter": "tedzwhistle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13971360461719,
+        "rshares": 17664852694,
+        "voter": "bigdizzle91"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6445110251502,
+        "rshares": 2613507049,
+        "voter": "divinekids"
+      },
+      {
+        "percent": "1000",
+        "reputation": 78606817928738,
+        "rshares": 15399863665,
+        "voter": "happydolphin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 935189040639,
+        "rshares": 565308414,
+        "voter": "maaz23"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10939046475227,
+        "rshares": 759389370,
+        "voter": "liverpool-fan"
+      },
+      {
+        "percent": "1000",
+        "reputation": 12918217107297,
+        "rshares": 1108818807,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2501064007913,
+        "rshares": 2274284138,
+        "voter": "reyarobo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28740832773198,
+        "rshares": 37955355822,
+        "voter": "steemph.cebu"
+      },
+      {
+        "percent": "2500",
+        "reputation": 663634027075,
+        "rshares": 660555436,
+        "voter": "nexusvortex777"
+      },
+      {
+        "percent": "200",
+        "reputation": 50675272500651,
+        "rshares": 754371029,
+        "voter": "dejan.vuckovic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1737660226555,
+        "rshares": 1517953979,
+        "voter": "meincluyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2561399399469,
+        "rshares": 4473493475,
+        "voter": "legendarryll"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15453581060510,
+        "rshares": 13618876893,
+        "voter": "smaeunabs"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2341876684406,
+        "rshares": 1250227008,
+        "voter": "steemph.manila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2913812595405,
+        "rshares": 3061611017,
+        "voter": "sorenkierkegaard"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4844110760338,
+        "rshares": 14505060484,
+        "voter": "steef-05"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1571846435496,
+        "rshares": 3942303936,
+        "voter": "dizzyapple"
+      },
+      {
+        "percent": "1000",
+        "reputation": 28722297623429,
+        "rshares": 8263352402,
+        "voter": "maverickinvictus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 77492130259,
+        "rshares": 1869344152,
+        "voter": "awesome-gadgets"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103556422730563,
+        "rshares": 68644459451,
+        "voter": "katerinaramm"
+      },
+      {
+        "percent": "800",
+        "reputation": 10160344260214,
+        "rshares": 1575860731,
+        "voter": "xsasj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10092142213140,
+        "rshares": 11569619828,
+        "voter": "thegaillery"
+      },
+      {
+        "percent": "500",
+        "reputation": 30362686718221,
+        "rshares": 2991377448,
+        "voter": "junebride"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2678661471750,
+        "rshares": 1068914962,
+        "voter": "janicemars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26561211539981,
+        "rshares": 164722009932,
+        "voter": "meetmysuperego"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6823769560292,
+        "rshares": 6112430749,
+        "voter": "thesobuz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13569938137899,
+        "rshares": 1609513010,
+        "voter": "kneelyrac"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2045506354809,
+        "rshares": 857505269,
+        "voter": "steeminer4up"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 21499881341,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "400",
+        "reputation": 1521170786625,
+        "rshares": 783052045,
+        "voter": "romanaround"
+      },
+      {
+        "percent": "4500",
+        "reputation": 1494643252435,
+        "rshares": 15686616867,
+        "voter": "lpv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 570069464324,
+        "rshares": 1741597446,
+        "voter": "namranna"
+      },
+      {
+        "percent": "1800",
+        "reputation": 7653694649262,
+        "rshares": 546539727,
+        "voter": "godlovermel25"
+      },
+      {
+        "percent": "1000",
+        "reputation": 75425198894223,
+        "rshares": 6442867544,
+        "voter": "straykat"
+      },
+      {
+        "percent": "750",
+        "reputation": 14337364044156,
+        "rshares": 1103700842,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7553071302,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1222519641209,
+        "rshares": 1104173036,
+        "voter": "pizzanniza"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13345171215929,
+        "rshares": 5232493175,
+        "voter": "r00sj3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 417897915586235,
+        "rshares": 847330718162,
+        "voter": "phortun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13267517492775,
+        "rshares": 9658058007,
+        "voter": "juecoree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11279365843876,
+        "rshares": 9567105127,
+        "voter": "nikkabomb"
+      },
+      {
+        "percent": "2000",
+        "reputation": 87246032649758,
+        "rshares": 39463577220,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1483157104148,
+        "rshares": 868185315,
+        "voter": "cyyy1998"
+      },
+      {
+        "percent": "10000",
+        "reputation": 478617433585,
+        "rshares": 1672395808,
+        "voter": "glennamayjumaoas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 801609916213,
+        "rshares": 887211667,
+        "voter": "jonnahmatias1016"
+      },
+      {
+        "percent": "10000",
+        "reputation": 718140601874,
+        "rshares": 1075216143,
+        "voter": "francesgardose"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20747172002123,
+        "rshares": 1287594390,
+        "voter": "shoganaii"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41547223265560,
+        "rshares": 96404811024,
+        "voter": "girolamomarotta"
+      },
+      {
+        "percent": "5000",
+        "reputation": -83817811053,
+        "rshares": 5579942726,
+        "voter": "payger"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4255833468352,
+        "rshares": 848480124,
+        "voter": "thinkingmind"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11200470488081,
+        "rshares": 20128458910,
+        "voter": "josejirafa"
+      },
+      {
+        "percent": "300",
+        "reputation": 127375153532443,
+        "rshares": 1333946296,
+        "voter": "fun2learn"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4882081332011,
+        "rshares": 1917523950,
+        "voter": "christianyocte"
+      },
+      {
+        "percent": "1000",
+        "reputation": 12722627918140,
+        "rshares": 39233592554,
+        "voter": "heidimarie"
+      },
+      {
+        "percent": "4000",
+        "reputation": 49210493751560,
+        "rshares": 16292346043,
+        "voter": "sinochip"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3895318402889,
+        "rshares": 1527800929,
+        "voter": "criptonotas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 219242636184,
+        "rshares": 605938627,
+        "voter": "brusd"
+      },
+      {
+        "percent": "5000",
+        "reputation": 822709975413,
+        "rshares": 710755223,
+        "voter": "honeyletsgo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1627145024010,
+        "rshares": 788937147,
+        "voter": "georgie84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1507449214051,
+        "rshares": 761959758,
+        "voter": "abandi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1298566083487,
+        "rshares": 1316743528,
+        "voter": "davids-tales"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63812007256914,
+        "rshares": 91868666795,
+        "voter": "k-banti"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2374130318210,
+        "rshares": 1231430097,
+        "voter": "cheesom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21875725656972,
+        "rshares": 10716912409,
+        "voter": "ligarayk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 10621588077,
+        "voter": "best-strategy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 48456913838551,
+        "rshares": 9592477618,
+        "voter": "haydae"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2826422159971,
+        "rshares": 2777451314,
+        "voter": "piotr42"
+      },
+      {
+        "percent": "2500",
+        "reputation": 442944056818,
+        "rshares": 936805027,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 354023179708,
+        "rshares": 728776200,
+        "voter": "raquelita"
+      },
+      {
+        "percent": "5000",
+        "reputation": 874108865684,
+        "rshares": 595991945,
+        "voter": "geeyang15"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12334368355423,
+        "rshares": 1517116500,
+        "voter": "loydjayme25"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1119318751394,
+        "rshares": 629139939,
+        "voter": "noechie1827"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71504792482,
+        "rshares": 554018260,
+        "voter": "photohunter5"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71185892857862,
+        "rshares": 47852833932,
+        "voter": "chungsu1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86376131766962,
+        "rshares": 166404334421,
+        "voter": "gohenry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2866827942623,
+        "rshares": 3139856088,
+        "voter": "starzy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17846302258319,
+        "rshares": 21830203535,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12186132605,
+        "rshares": 1659237359,
+        "voter": "magicbirds"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8653571432,
+        "rshares": 1660963136,
+        "voter": "blueproject"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41394952718,
+        "rshares": 1661886167,
+        "voter": "django137"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5904893661018,
+        "rshares": 1521864476,
+        "voter": "fiveelements5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8493141387,
+        "rshares": 1661126340,
+        "voter": "goldeneye64"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65151962039,
+        "rshares": 1657817349,
+        "voter": "ludezma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11867738310700,
+        "rshares": 1518562066,
+        "voter": "oleg5430"
+      },
+      {
+        "percent": "200",
+        "reputation": 26898775193091,
+        "rshares": 1903510927,
+        "voter": "movement19"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28068943177,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5195582997313,
+        "rshares": 1050940354,
+        "voter": "leebaong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121063235291,
+        "rshares": 687520372,
+        "voter": "thisisruby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 87629137367,
+        "rshares": 1940114774,
+        "voter": "rasty.demecillo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6347278940631,
+        "rshares": 9020842057,
+        "voter": "steempampanga"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1835670573034,
+        "rshares": 887657011,
+        "voter": "missdonna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2654510329914,
+        "rshares": 1817847687,
+        "voter": "sawi"
+      },
+      {
+        "percent": "750",
+        "reputation": 2256065348315,
+        "rshares": 1213605281,
+        "voter": "frassman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 88192110508,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4188238259870,
+        "rshares": 3192888981,
+        "voter": "reewritesthings"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397421034392,
+        "rshares": 173282841453,
+        "voter": "steemitcolombia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 742795053593,
+        "rshares": 1091159684,
+        "voter": "themarshann"
+      },
+      {
+        "percent": "4000",
+        "reputation": 58256862375288,
+        "rshares": 23465430699,
+        "voter": "vcclothing"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1553888219838,
+        "rshares": 929382096,
+        "voter": "jackobeat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1238565986273,
+        "rshares": 1788790821,
+        "voter": "carlitojoshua"
+      },
+      {
+        "percent": "800",
+        "reputation": 174856977309980,
+        "rshares": 27573326785,
+        "voter": "ivansnz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 373679836722908,
+        "rshares": 3311604837202,
+        "voter": "derangedvisions"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 4777652422,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 353099598336644,
+        "rshares": 521905119,
+        "voter": "hiddenblade"
+      },
+      {
+        "percent": "5000",
+        "reputation": 564946014672,
+        "rshares": 647835302,
+        "voter": "aljunecastro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2038010863,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "1000",
+        "reputation": 454088646937365,
+        "rshares": 31496438875,
+        "voter": "kgakakillerg"
+      },
+      {
+        "percent": "1500",
+        "reputation": 65521507383931,
+        "rshares": 7330121347,
+        "voter": "oscurity"
+      },
+      {
+        "percent": "9900",
+        "reputation": 51336896,
+        "rshares": 3634788240,
+        "voter": "megalithic"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1471256869354,
+        "rshares": 2553501243,
+        "voter": "steemph.uae"
+      },
+      {
+        "percent": "800",
+        "reputation": 287995498402522,
+        "rshares": 262365451151,
+        "voter": "solominer"
+      },
+      {
+        "percent": "8000",
+        "reputation": 804111529580,
+        "rshares": 1024437266,
+        "voter": "kahawenz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 27284305279794,
+        "rshares": 1211018244,
+        "voter": "rachelleignacio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1730152493668,
+        "rshares": 3187702685,
+        "voter": "steemsummit"
+      },
+      {
+        "percent": "5000",
+        "reputation": 24852530816752,
+        "rshares": 11505001544,
+        "voter": "jason04"
+      },
+      {
+        "percent": "5000",
+        "reputation": 401559670619,
+        "rshares": 1546772863,
+        "voter": "onethousandpics"
+      },
+      {
+        "percent": "10000",
+        "reputation": 254937223188,
+        "rshares": 870685867,
+        "voter": "svm038"
+      },
+      {
+        "percent": "5000",
+        "reputation": 772102466926,
+        "rshares": 609428904,
+        "voter": "kyanzieuno"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5018145865179,
+        "rshares": 5984197778,
+        "voter": "bimaladevi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 95233949488692,
+        "rshares": 181148289985,
+        "voter": "sgbonus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 244842259743,
+        "rshares": 1177929465,
+        "voter": "ihal0001"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3274691895642,
+        "rshares": 1719603582,
+        "voter": "soma909"
+      },
+      {
+        "percent": "5000",
+        "reputation": 778260061223,
+        "rshares": 600334965,
+        "voter": "mojacko"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9718632602,
+        "rshares": 1660087526,
+        "voter": "prudencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12580096938,
+        "rshares": 1657224656,
+        "voter": "gorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13059317148,
+        "rshares": 1658324891,
+        "voter": "suley"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1137655654537,
+        "rshares": 1547372304,
+        "voter": "czera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6990715593,
+        "rshares": 1657200124,
+        "voter": "zulema"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10089127541,
+        "rshares": 1659116520,
+        "voter": "herencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9724555279,
+        "rshares": 1656658067,
+        "voter": "zoraida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4252099247,
+        "rshares": 1657740356,
+        "voter": "embera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6224691662,
+        "rshares": 1658408163,
+        "voter": "medula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3158689060,
+        "rshares": 1739989927,
+        "voter": "chavela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7291463397,
+        "rshares": 1657204118,
+        "voter": "tierra"
+      },
+      {
+        "percent": "1000",
+        "reputation": 97973570792503,
+        "rshares": 4715836233,
+        "voter": "mrnightmare89"
+      },
+      {
+        "percent": "5000",
+        "reputation": 776039665811,
+        "rshares": 583775694,
+        "voter": "kayegrasya"
+      },
+      {
+        "percent": "2500",
+        "reputation": 118140326729872,
+        "rshares": 9444814566,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114256216898620,
+        "rshares": 48858484684,
+        "voter": "digi-me"
+      },
+      {
+        "percent": "5000",
+        "reputation": 62302307783,
+        "rshares": 14244459557,
+        "voter": "pvinny69"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58717222761366,
+        "rshares": 11078352241,
+        "voter": "gohalber"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1519166384164,
+        "rshares": 5523905453,
+        "voter": "randomkindness"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32787366325026,
+        "rshares": 20673582376,
+        "voter": "rayshiuimages"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 15987067237,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2029932349983,
+        "rshares": 1514171155,
+        "voter": "angoujkalis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 40449441937,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 158552584457210,
+        "rshares": 174339805116,
+        "voter": "macoolette"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 68537840861,
+        "voter": "artistsrising"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4880788820007,
+        "rshares": 700459340,
+        "voter": "malricinferno"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12156366634704,
+        "rshares": 810948973,
+        "voter": "zintarmortalis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2161236841409,
+        "rshares": 857683222,
+        "voter": "natur-pur"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7385938119874,
+        "rshares": 178102825326,
+        "voter": "thevil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16966885974746,
+        "rshares": 4006286563,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "4000",
+        "reputation": -68594610567,
+        "rshares": 65584488781,
+        "voter": "blarchive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 24413076006,
+        "voter": "diegor"
+      },
+      {
+        "percent": "4000",
+        "reputation": 916241881,
+        "rshares": 2259158626,
+        "voter": "anarcist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4096336787572,
+        "rshares": 8471102621,
+        "voter": "rakk3187"
+      },
+      {
+        "percent": "100",
+        "reputation": 4915527864940,
+        "rshares": 65128338,
+        "voter": "dashand"
+      },
+      {
+        "percent": "2500",
+        "reputation": 765680106224,
+        "rshares": 576452928,
+        "voter": "hubyr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 104242881644,
+        "voter": "kekos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2485823261653,
+        "rshares": 5390533648,
+        "voter": "unit101"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4235286777563,
+        "rshares": 8580308667,
+        "voter": "littlegurl747"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11499521185204,
+        "rshares": 18851513501,
+        "voter": "yuriy4"
+      },
+      {
+        "percent": "5000",
+        "reputation": 88423473475,
+        "rshares": 1730172872,
+        "voter": "thehealthylife"
+      },
+      {
+        "percent": "5000",
+        "reputation": 124735349102,
+        "rshares": 6959649569,
+        "voter": "enthef"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 603220734684,
+        "voter": "bluesniper"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 9151701960,
+        "voter": "coriolis"
+      },
+      {
+        "percent": "500",
+        "reputation": -4467669911343,
+        "rshares": 775487745865,
+        "voter": "ctime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97219598927367,
+        "rshares": 53514272355,
+        "voter": "josehany"
+      },
+      {
+        "percent": "10000",
+        "reputation": 774128044503,
+        "rshares": 1754866654,
+        "voter": "caribehub"
+      },
+      {
+        "percent": "3500",
+        "reputation": 410620631652,
+        "rshares": 4365747716,
+        "voter": "ava77"
+      },
+      {
+        "percent": "5000",
+        "reputation": 611845544559,
+        "rshares": 1910289791,
+        "voter": "parth7878"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 699501379473,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "2500",
+        "reputation": 4594852669149,
+        "rshares": 1032791841,
+        "voter": "rappler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 404952233227379,
+        "rshares": 155863625146,
+        "voter": "apix"
+      },
+      {
+        "percent": "1900",
+        "reputation": 13328375619094,
+        "rshares": 223334334650,
+        "voter": "russia-btc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51900218528169,
+        "rshares": 2051240452,
+        "voter": "alexvanaken"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 4563250155,
+        "voter": "steem-fund"
+      },
+      {
+        "percent": "7500",
+        "reputation": 3909341978875,
+        "rshares": 1366422165,
+        "voter": "bitcoingodmode"
+      },
+      {
+        "percent": "5000",
+        "reputation": 58574039848,
+        "rshares": 1310081699,
+        "voter": "zackarie"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4219925012330,
+        "rshares": 18104505791,
+        "voter": "scarletreaper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3995516605448,
+        "rshares": 692053518,
+        "voter": "izhmash"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3669327624935,
+        "rshares": 599220582,
+        "voter": "sevensixtwo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3352742040192,
+        "rshares": 623822527,
+        "voter": "bastogne"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3322393839118,
+        "rshares": 627713787,
+        "voter": "thirdarmy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 19071426438,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2597264781531,
+        "rshares": 8305305272,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1099279919915,
+        "rshares": 649096640,
+        "voter": "abdulmatin69"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63432644423328,
+        "rshares": 107771720865,
+        "voter": "helcim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64787679421704,
+        "rshares": 25896262804,
+        "voter": "katiefreespirit"
+      },
+      {
+        "percent": "2000",
+        "reputation": 773985194624,
+        "rshares": 541518098,
+        "voter": "kgswallet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376755974186,
+        "rshares": 1047916771,
+        "voter": "voodooranger"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8242232748979,
+        "rshares": 1346104308,
+        "voter": "online-24-7"
+      },
+      {
+        "percent": "2000",
+        "reputation": 635849426463,
+        "rshares": 31771835,
+        "voter": "fifay"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1161034162384,
+        "rshares": 969971721,
+        "voter": "joshuafootball"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1704173681552,
+        "rshares": 527890260,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11383054385506,
+        "rshares": 6158303227,
+        "voter": "korver"
+      },
+      {
+        "percent": "1250",
+        "reputation": 5118740660861,
+        "rshares": 1925578405,
+        "voter": "joshmansters"
+      },
+      {
+        "percent": "2000",
+        "reputation": 17403163667146,
+        "rshares": 2384685491,
+        "voter": "leoneil"
+      },
+      {
+        "percent": "3449",
+        "reputation": 3195367578140,
+        "rshares": 36461436772,
+        "voter": "joshmania"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 4302589758,
+        "voter": "bella.bear"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 16389767,
+        "voter": "kryptoformator"
+      },
+      {
+        "percent": "1500",
+        "reputation": 24720459476673,
+        "rshares": 5588189487,
+        "voter": "delilhavores"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1610366295,
+        "voter": "coin-doubler"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20853422627715,
+        "rshares": 641172335,
+        "voter": "im-ridd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 2406476465,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12710819754219,
+        "rshares": 616555742,
+        "voter": "disagio.gang"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2934995178664,
+        "rshares": 12174294032,
+        "voter": "vxn666"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9624495306704,
+        "rshares": 60894153981336,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30837223420968,
+        "rshares": 3827635043,
+        "voter": "drew0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13236845942735,
+        "rshares": 5463215185,
+        "voter": "lucky-guy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1722408495451,
+        "voter": "gleam-of-light"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15878089482,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "200",
+        "reputation": 35668660233941,
+        "rshares": 5295388502,
+        "voter": "hivebuzz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 172540054299306,
+        "rshares": 1896397451935,
+        "voter": "pinmapple"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 1370769335,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5222879596789,
+        "rshares": 51452146651,
+        "voter": "hiveph"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 173521130033,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "3900",
+        "reputation": 1209731647511,
+        "rshares": 638947537700,
+        "voter": "softworld"
+      },
+      {
+        "percent": "1000",
+        "reputation": 16687677218,
+        "rshares": 11036290743,
+        "voter": "peterpanpan"
+      },
+      {
+        "percent": "100",
+        "reputation": 2054630599034,
+        "rshares": 0,
+        "voter": "lhen18"
+      },
+      {
+        "percent": "100",
+        "reputation": 1444444874297,
+        "rshares": 0,
+        "voter": "photodashph"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7317895795260,
+        "rshares": 536203596,
+        "voter": "mami.sheh7"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 586580394,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9123498616,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5226428326302,
+        "rshares": 4511451155,
+        "voter": "argenvista"
+      },
+      {
+        "percent": "10000",
+        "reputation": 978489051717,
+        "rshares": 760826637,
+        "voter": "jesuscasalesson"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7034683328715,
+        "rshares": 848268136,
+        "voter": "iameden"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4554446545,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54824847159245,
+        "rshares": 99875619925,
+        "voter": "discoveringarni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 75396260748,
+        "voter": "executive-board"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19772353248382,
+        "rshares": 36079696657,
+        "voter": "iamyohann"
+      },
+      {
+        "percent": "7500",
+        "reputation": 11943708395924,
+        "rshares": 9437910925,
+        "voter": "millycf1976"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18792089037144,
+        "rshares": 21483327796,
+        "voter": "paulajogalix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 11320226922294,
+        "rshares": 1870504877826,
+        "voter": "hiro-hive"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17939114076906,
+        "rshares": 15993540832,
+        "voter": "viviana28"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 70482830461,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 60401209657,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7273089567,
+        "rshares": 648795828,
+        "voter": "hivecoffee"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7775140788254,
+        "rshares": 1680574321,
+        "voter": "jearo101"
+      },
+      {
+        "percent": "400",
+        "reputation": 25284728169845,
+        "rshares": 111423610360,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35280907862981,
+        "rshares": 11041760369,
+        "voter": "hive-data"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7419191173,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10541935857015,
+        "rshares": 21308841915,
+        "voter": "storiesoferne"
+      },
+      {
+        "percent": "800",
+        "reputation": 0,
+        "rshares": 8008005042,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 21228948616,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14231734699696,
+        "rshares": 44828553039,
+        "voter": "whoaretheyph"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 101785117790,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9930293019864,
+        "rshares": 729604570,
+        "voter": "jonalyn2020"
+      },
+      {
+        "percent": "7520",
+        "reputation": 16307549034965,
+        "rshares": 26672929017,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 35474744485,
+        "voter": "intacto"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4581115938,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 480796917,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "lalakhes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "baidyabulu"
+      }
+    ],
+    "author": "ybanezkim26",
+    "author_reputation": 136276266931207,
+    "beneficiaries": [],
+    "body": "<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/fQpqfkra-IMG_20201101_121245.jpg</center>\n\n<div class=\"text-justify\">\nHello Hive!\n</div>\n<br>\n<div class=\"text-justify\">\nIt's time for another entry under my series <b>Philippine Islands</b>. Last entry under this series was all about Cebu and Visayas Islands as a celebratory post when it has been awarded as the <b><a href=\"https://www.cntraveler.com/galleries/2014-10-20/top-30-islands-in-the-world-readers-choice-awards-2014\">Best in Asia by Conde Nast Traveler's The Best Islands in the World: 2020 Readers' Choice Awards</a></b>. To find more about why the recognition is well deserved, you can check out my compilation post in the link below:\n</div>\n\n-----\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/vskTNnnI-IMG_20201008_112306.jpg\n</div>\n<div class=\"pull-right\">\n<center><sub><b><a href=\"https://peakd.com/hive-163772/@ybanezkim26/philippine-islands-5-cebu-and-visayas-islands-conde-nast-traveler-s-best-in-asia-the-best-islands-in-the-world-2020-readers\">Philippine Islands #5: Cebu and Visayas Islands - Conde Nast Traveler's Best in Asia [The Best Islands in the World: 2020 Readers' Choice Awards]</a></b></sub></center>\n</div>\n\n-----\n\n<div class=\"text-justify\">\nThis time, I have two islands to feature. These islands are part of my Camiguin Island tour which is still dragging along even if it was already more than a month since I started this. Anyway, you can find the first two parts of this series in the links below:\n</div>\n\n-----\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/lOubS8XJ-GOPR3565_1544243864148_high.jpg\n</div>\n<div class=\"pull-right\">\n<center><sub><b><a href=\"https://peakd.com/hive-163772/@ybanezkim26/kim-s-quest-45-climbing-mt-hibok-hibok-in-camiguin-island\">Kim's Quest #45: Climbing Mt. Hibok-Hibok in Camiguin Island</a></b></sub></center>\n</div>\n\n-----\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/GmSEdGKG-IMG_20201024_003342.jpg\n</div>\n<div class=\"pull-right\">\n<center><sub><b><a href=\"https://peakd.com/hive-163772/@ybanezkim26/kim-s-quest-46-the-sunken-cemetery-of-camiguin-island\">Kim's Quest #46: The Sunken Cemetery of Camiguin Island</a></b></sub></center>\n</div>\n\n-----\n\n<div class=\"text-justify\">\nAlright! Let's get it on.\n</div>\n\n-----\n\n<center><b>MANTIGUE ISLAND & WHITE ISLAND</b></center><center><sub><b>Camiguin's Pride</b></sub></center>\n\n-----\n\n<div class=\"text-justify\">\nBoth islands are off the coast of the volcanic island province of Camiguin. The first island is larger than the second one, but both have gleaming white sand beaches. I'll start with Mantigue Island.\n</div>\n<br>\n\n<h4>Mantigue Island</h4>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/nUWlJnGI-IMG_20201101_121324.jpg</center>\n\n<div class=\"text-justify\">\nMantigue is just 3.5 kilometers off the coast of the municipality of Mahinog in Camiguin. It's one of Camiguin's top tourist spots because of its white sand beach and crystal clear waters that's surrounding the island while a deep drop-off that's good for scuba diving is located on one side of the island.\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/MfMZWbmE-IMG_20201101_121905.jpg</center>\n\n<div class=\"pull-left\">\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/4Afxvnl0-IMG20181208140033.jpg\n</div>\n\n<div class=\"text-justify\">\nAfter that gruelling climb to Mt. Hibok-Hibok, we immediately went to San Roque Port in Mahinog and then rode a boat to Mantigue Island. It would take about 20 minutes boat ride and then you'll be welcomed by that gleaming white sand beach, a lush nature park, and the crystal clear waters surrounding the whole island.\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/VNTVoqiP-IMG_20201101_121527.jpg</center>\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/BUb3tzu4-IMG_20201101_121712.jpg\n</div>\n<div class=\"pull-right\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/DTsclLGU-IMG_20201101_121209.jpg\n</div>\n\n-----\n\n<div class=\"pull-right\">\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/CwO2vL13-IMG20181208141809.jpg\n</div>\n\n<div class=\"text-justify\">\nI got really tired with the climb that I didn't do much on the island which was one of my many regrets after visiting Camiguin. We just rented one cottage and I just stayed there most of the time while my friends were snorkelling and swimming to their heart's content.\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/eVXDjOpi-IMG_20201101_121954.jpg</center>\n\n<div class=\"pull-left\">\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/ik8iU3G3-IMG20181208163545.jpg\n</div>\n\n<div class=\"text-justify\">\nIf given an opportunity to visit Camiguin again, I will definitely try all the activities in Mantigue. From what I learned, you can stroll around the island in just 30 minutes. Coral reefs are also abundant in there so scuba diving will be a great activity. I missed the nature walk that would take you from one end of the island to the other end.\n</div>\n<br>\n<div class=\"text-justify\">\n<b>Map Coordinates:</b> [//]:# (!pinmapple 9.172214 lat 124.824224 long d3scr)\n</div>\n<br>\n\n<h4>White Island</h4>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/ZpbGSGJZ-IMG_20201101_205659.jpg</center><center><sub>I took this photo while on the plane to Camiguin Island and that white sandbar is one of Camiguin's top tourist destination: the instagrammable <b>White Island</b>.</sub></center>\n\n<div class=\"text-justify\">\nWhite Island is a horseshoe-shaped sandbar that's 1.4 kilometers off the shore of Mambajao. From our rented apartment, we just walk a few meters to where the boats were that will bring us to the sandbar. There's no plant nor permanent structure. It's just pure white sand that's constantly reshaping and resizing due to the tides. However, the water surrounding the island is so pristine.\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/pmEaSwDC-IMG_20201101_121733.jpg</center>\n\n<div class=\"text-justify\">\nThe sandbar provides a panoramic view of the whole Camiguin Island. It has also a very good view of Mt. Hibok-Hibok that's usually shrouded by clouds especially early in the morning.\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/U3CikHVy-IMG_20201101_122012.jpg</center>\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/HusomgyR-IMG_20201101_121928.jpg\n</div>\n<div class=\"pull-right\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/jV8Qnr5x-IMG_20201101_122031.jpg\n</div>\n\n-----\n\n<div class=\"text-justify\">\nWe went there on our last day in Camiguin and it was around 6:00 AM, but there are already a lot of tourists in the sandbar. Maybe because there's no structure that could provide shade, staying in the sandbar until noon is not really a good idea unless you wanted to have a good tan. Snorkelling is also a great activity there.\n</div>\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/lvJ52q0G-IMG_20201101_121614.jpg</center>\n\n<div class=\"pull-left\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/2w2NrWKE-IMG_20201101_121547.jpg\n</div>\n<div class=\"pull-right\">\n\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/hgqGoWGL-IMG_20201101_121444.jpg\n</div>\n\n-----\n\n<div class=\"text-justify\">\nIt's just sad that my photos are not that great. I will definitely go back there someday and take as many photos as I want. I just find it really strange to have a white sandbar on a volcanic island. The sandbar is a very stark contrast to the black sand across Mambajao.\n</div>\n<br>\n<div class=\"text-justify\">\n<b>Map Coordinates:</b> [//]:# (!pinmapple 9.259443 lat 124.655139 long d3scr)\n</div>\n\n<center>https://files.peakd.com/file/peakd-hive/ybanezkim26/zOH6P2s7-IMG_20201101_122131.jpg</center>\n\n<div class=\"text-justify\">\nI guess that's all for this showcase of <b>Philippine Islands</b>. I hope you'll be able to visit one of these islands and also share your experiences. As for the last post under my Camiguin series, I will share more of the places we visited especially the springs. I don't have photos of those springs though. It's because we visited them at night. Our schedule was too packed at that time.\n</div>\n<br>\n<div class=\"text-justify\">\nSee you in my next post!\n</div>\n\n-----\n\n<div class=\"pull-left\">\nhttps://files.peakd.com/file/peakd-hive/ybanezkim26/6Qa4aTfH-KIM20bubble.png\n</div>\n\n<div class=\"text-justify\">\n<b><a href=\"https://peakd.com/@ybanezkim26/posts\">Kim Yba\u00f1ez</a></b>\n\n<sub>Welcome to Kim's small corner in Hive. He is a chemical engineer by profession, but a blogger by passion. He is a wanderlust and an adventure seeker. Join his quests as he visits secluded destinations, climbs mountains, tries new and exotic dishes, and explores his country (The Philippines) and the rest of the world even if he's still a poor corporate slave with tons of bills to pay and two siblings to support in college.</sub>\n\n<sub>If you like his content, don't forget to upvote and leave a comment to show some love. You can also reblog if you want to. Also, don't forget to follow him to be updated with his latest posts.\n</sub>\n</div>",
+    "body_length": 9236,
+    "cashout_time": "2020-11-08T16:50:39",
+    "category": "hive-163772",
+    "children": 27,
+    "created": "2020-11-01T16:50:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"travel\",\"islands\",\"philippines\",\"tropical\",\"paradise\",\"white\",\"sand\",\"beaches\"],\"users\":[\"ybanezkim26\"],\"links\":[\"https://www.cntraveler.com/galleries/2014-10-20/top-30-islands-in-the-world-readers-choice-awards-2014\",\"/hive-163772/@ybanezkim26/philippine-islands-5-cebu-and-visayas-islands-conde-nast-traveler-s-best-in-asia-the-best-islands-in-the-world-2020-readers\",\"/hive-163772/@ybanezkim26/kim-s-quest-45-climbing-mt-hibok-hibok-in-camiguin-island\",\"/hive-163772/@ybanezkim26/kim-s-quest-46-the-sunken-cemetery-of-camiguin-island\",\"/@ybanezkim26/posts\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/ybanezkim26/fQpqfkra-IMG_20201101_121245.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/vskTNnnI-IMG_20201008_112306.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/lOubS8XJ-GOPR3565_1544243864148_high.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/GmSEdGKG-IMG_20201024_003342.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/nUWlJnGI-IMG_20201101_121324.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/MfMZWbmE-IMG_20201101_121905.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/4Afxvnl0-IMG20181208140033.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/VNTVoqiP-IMG_20201101_121527.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/BUb3tzu4-IMG_20201101_121712.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/DTsclLGU-IMG_20201101_121209.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/CwO2vL13-IMG20181208141809.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/eVXDjOpi-IMG_20201101_121954.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/ik8iU3G3-IMG20181208163545.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/ZpbGSGJZ-IMG_20201101_205659.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/pmEaSwDC-IMG_20201101_121733.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/U3CikHVy-IMG_20201101_122012.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/HusomgyR-IMG_20201101_121928.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/jV8Qnr5x-IMG_20201101_122031.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/lvJ52q0G-IMG_20201101_121614.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/2w2NrWKE-IMG_20201101_121547.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/hgqGoWGL-IMG_20201101_121444.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/zOH6P2s7-IMG_20201101_122131.jpg\",\"https://files.peakd.com/file/peakd-hive/ybanezkim26/6Qa4aTfH-KIM20bubble.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-01T16:50:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 201638335241889,
+    "parent_author": "",
+    "parent_permlink": "hive-163772",
+    "pending_payout_value": "47.004 HBD",
+    "percent_hbd": 10000,
+    "permlink": "philippine-islands-6-mantigue-island-and-white-island-of-camiguin",
+    "post_id": 100346331,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Philippine Islands #6: Mantigue Island and White Island of Camiguin",
+    "title": "Philippine Islands #6: Mantigue Island and White Island of Camiguin",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-163772/@ybanezkim26/philippine-islands-6-mantigue-island-and-white-island-of-camiguin"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "1500",
+        "reputation": 19245698180508,
+        "rshares": 322972779022,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68993171140258,
+        "rshares": 63519848948,
+        "voter": "simba"
+      },
+      {
+        "percent": "4000",
+        "reputation": 341233778618,
+        "rshares": 626880618061,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "5000",
+        "reputation": 351157717865710,
+        "rshares": 944070366893,
+        "voter": "onealfa"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1957220358850383,
+        "rshares": 1546238578768,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "2500",
+        "reputation": 506372806974428,
+        "rshares": 2068436233987,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "4000",
+        "reputation": 4509451541223,
+        "rshares": 168307407532,
+        "voter": "theshell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97717041,
+        "rshares": 20842325770,
+        "voter": "field"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2238389819430,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "1250",
+        "reputation": 86171006185191,
+        "rshares": 4909232059,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "1237",
+        "reputation": 76598598706463,
+        "rshares": 9046818825,
+        "voter": "sharker"
+      },
+      {
+        "percent": "1250",
+        "reputation": 2558692465689,
+        "rshares": 8953610247,
+        "voter": "arconite"
+      },
+      {
+        "percent": "1375",
+        "reputation": 5762427931179,
+        "rshares": 4650027997,
+        "voter": "kibela"
+      },
+      {
+        "percent": "5000",
+        "reputation": 351624177677589,
+        "rshares": 1374462481936,
+        "voter": "magicmonk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3774393595703,
+        "rshares": 47474970793,
+        "voter": "laoyao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6042026377398,
+        "rshares": 85077263,
+        "voter": "somebody"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97845484474,
+        "rshares": 166647333680,
+        "voter": "midnightoil"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13042944822941,
+        "rshares": 1087116996,
+        "voter": "alinalazareva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47820660266221,
+        "rshares": 943016669865,
+        "voter": "xiaohui"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 4937339153932,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2705431887559,
+        "rshares": 3475220089774,
+        "voter": "joele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1493318183193201,
+        "rshares": 5572813838149,
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 527858290760,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8401560618909,
+        "rshares": 7771104421,
+        "voter": "anech512"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32866384013620,
+        "rshares": 140210822766,
+        "voter": "frankbacon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 181963199440755,
+        "rshares": 1240490048234,
+        "voter": "helene"
+      },
+      {
+        "percent": "10000",
+        "reputation": 193874636016301,
+        "rshares": 1823240699057,
+        "voter": "lemouth"
+      },
+      {
+        "percent": "3000",
+        "reputation": 363924035887507,
+        "rshares": 438150212397,
+        "voter": "steevc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4667597876284,
+        "rshares": 337180751623,
+        "voter": "mjhomb"
+      },
+      {
+        "percent": "2000",
+        "reputation": 280674585514224,
+        "rshares": 189117939143,
+        "voter": "justyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 44469504521,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "1500",
+        "reputation": 7547083616142,
+        "rshares": 19430784259,
+        "voter": "edb"
+      },
+      {
+        "percent": "7500",
+        "reputation": 16639926011948,
+        "rshares": 15871797369,
+        "voter": "zedikaredirect"
+      },
+      {
+        "percent": "10000",
+        "reputation": 221144436321945,
+        "rshares": 74513349321,
+        "voter": "blackbunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30904254166753,
+        "rshares": 724218838579,
+        "voter": "distantsignal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36248450113797,
+        "rshares": 79729335528,
+        "voter": "lingfei"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1696316811168628,
+        "rshares": 2707697800588,
+        "voter": "tarazkp"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5311084723081,
+        "rshares": 1359193187,
+        "voter": "yuslindwi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 309476959921,
+        "voter": "teammo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196449472677173,
+        "rshares": 34385826112786,
+        "voter": "trafalgar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 126048962265,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39205354424754,
+        "rshares": 5913208243473,
+        "voter": "dhimmel"
+      },
+      {
+        "percent": "500",
+        "reputation": 1614643030899,
+        "rshares": 886886638,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48268764621908,
+        "rshares": 81993574680,
+        "voter": "fingersik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 399122449462865,
+        "rshares": 548810374756,
+        "voter": "raindrop"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15465640814476,
+        "rshares": 3843520770099,
+        "voter": "sepracore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74329552872641,
+        "rshares": 291994865245,
+        "voter": "mes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20837541242644,
+        "rshares": 1904345878,
+        "voter": "grider123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1748651637089,
+        "rshares": 4198524613,
+        "voter": "khussan"
+      },
+      {
+        "percent": "3750",
+        "reputation": 11448902903972,
+        "rshares": 1860111691087,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 4060455258,
+        "voter": "drag33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 3005734152,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1353967843296,
+        "rshares": 7515059984,
+        "voter": "bsameep"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 252518146612,
+        "voter": "exec"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 856009048,
+        "voter": "eval"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22688897469714,
+        "rshares": 76632757477,
+        "voter": "jeanpi1908"
+      },
+      {
+        "percent": "3000",
+        "reputation": 69653104045391,
+        "rshares": 34173931906,
+        "voter": "anacristinasilva"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36400689869483,
+        "rshares": 124355198191,
+        "voter": "maxer27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 507780353842783,
+        "rshares": 1675684026051,
+        "voter": "brian.rrr"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 189862942639,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "7500",
+        "reputation": 698336179865,
+        "rshares": 834565315,
+        "voter": "sirjaxxy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 597918156803,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13037201970659,
+        "rshares": 45180161331,
+        "voter": "corsica"
+      },
+      {
+        "percent": "5000",
+        "reputation": 33799836556875,
+        "rshares": 18609795241,
+        "voter": "hardikv"
+      },
+      {
+        "percent": "5000",
+        "reputation": 110067930671619,
+        "rshares": 109730322139,
+        "voter": "benedict08"
+      },
+      {
+        "percent": "2000",
+        "reputation": 29540199236425,
+        "rshares": 649197708947,
+        "voter": "eturnerx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29666985623497,
+        "rshares": 84973270612,
+        "voter": "vallesleoruther"
+      },
+      {
+        "percent": "10000",
+        "reputation": 181080687674137,
+        "rshares": 3613872664176,
+        "voter": "howo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1619667723452,
+        "rshares": 1174005206,
+        "voter": "lmrey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 190691885658151,
+        "rshares": 6846402533353,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "2500",
+        "reputation": 36780217425224,
+        "rshares": 21501401997,
+        "voter": "dine77"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 422914126119,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "5000",
+        "reputation": 44356294444801,
+        "rshares": 54876038810,
+        "voter": "jeanlucsr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12574118430959,
+        "rshares": 34464405437,
+        "voter": "ilyasismail"
+      },
+      {
+        "percent": "10000",
+        "reputation": 713624891901,
+        "rshares": 75037991650,
+        "voter": "plainoldme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72946432090481,
+        "rshares": 132413159739,
+        "voter": "my451r"
+      },
+      {
+        "percent": "3400",
+        "reputation": 24639928209538,
+        "rshares": 19918932915,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 13793723783,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54379045488206,
+        "rshares": 64617804039,
+        "voter": "bashadow"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11217705414,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5754775236968,
+        "rshares": 1105591536,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "10000",
+        "reputation": 140483466255317,
+        "rshares": 505898793149,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 47468247658,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 19928920503,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 216844767945,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 110750156547770,
+        "rshares": 439858100958,
+        "voter": "drax"
+      },
+      {
+        "percent": "5000",
+        "reputation": 445234100950820,
+        "rshares": 16021384067831,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1386913003857667,
+        "rshares": 3000724487752,
+        "voter": "taskmaster4450"
+      },
+      {
+        "percent": "9406",
+        "reputation": 0,
+        "rshares": 169946942974,
+        "voter": "fatman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73578445665754,
+        "rshares": 263591321330,
+        "voter": "deathwing"
+      },
+      {
+        "percent": "2500",
+        "reputation": 49274532972171,
+        "rshares": 3304266817,
+        "voter": "mawit07"
+      },
+      {
+        "percent": "6000",
+        "reputation": 336063014350538,
+        "rshares": 826058231474,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "9000",
+        "reputation": 28057351253216,
+        "rshares": 577677955,
+        "voter": "superbing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4237603797309,
+        "rshares": 462047156,
+        "voter": "imamalkimas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 79764359720874,
+        "rshares": 51536872791,
+        "voter": "sayee"
+      },
+      {
+        "percent": "3300",
+        "reputation": 4543847348348,
+        "rshares": 2190766103,
+        "voter": "vishalsingh4997"
+      },
+      {
+        "percent": "157",
+        "reputation": 0,
+        "rshares": 67299608190,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14538002619952,
+        "rshares": 449550137359,
+        "voter": "gank"
+      },
+      {
+        "percent": "4000",
+        "reputation": 177842613214949,
+        "rshares": 27523398074,
+        "voter": "jatinhota"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4559162193343,
+        "rshares": 12080922069,
+        "voter": "lifecruiser"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8585826973286,
+        "rshares": 10418800360,
+        "voter": "inuke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1045324302917,
+        "rshares": 8193031778,
+        "voter": "omstavan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24278617424908,
+        "rshares": 451011870169,
+        "voter": "bobinson"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7747395102396,
+        "rshares": 641089104,
+        "voter": "aneilpatel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 157805541487641,
+        "rshares": 3167875175469,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451995142982,
+        "rshares": 947686532,
+        "voter": "vishire"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2020840978358,
+        "rshares": 3574115296,
+        "voter": "silenteyes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1824619025819741,
+        "rshares": 2975090917092,
+        "voter": "traf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 521756282651,
+        "rshares": 691411090,
+        "voter": "v007007007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 120048934460846,
+        "rshares": 1183890735,
+        "voter": "ioioioioi"
+      },
+      {
+        "percent": "5000",
+        "reputation": 66785151966461,
+        "rshares": 239292893181,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "7200",
+        "reputation": 3393868176681,
+        "rshares": 5415011308,
+        "voter": "shonyishere"
+      },
+      {
+        "percent": "5000",
+        "reputation": 11911491238834,
+        "rshares": 8821808628,
+        "voter": "madridbg"
+      },
+      {
+        "percent": "8000",
+        "reputation": 1135110170565,
+        "rshares": 1910410265,
+        "voter": "amarbir"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7119409725,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 626602136,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2846995570646,
+        "rshares": 2053437847,
+        "voter": "frames"
+      },
+      {
+        "percent": "2200",
+        "reputation": 7107778763,
+        "rshares": 236910414412,
+        "voter": "jim888"
+      },
+      {
+        "percent": "3000",
+        "reputation": 417897915586235,
+        "rshares": 224757629786,
+        "voter": "phortun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73184833081444,
+        "rshares": 3953174015078,
+        "voter": "oliverschmid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16193545399164,
+        "rshares": 5214031203,
+        "voter": "stupid"
+      },
+      {
+        "percent": "2250",
+        "reputation": 1451555574844,
+        "rshares": 840039808,
+        "voter": "korinkrafting"
+      },
+      {
+        "percent": "5000",
+        "reputation": 52022541631815,
+        "rshares": 14076892910,
+        "voter": "soufianechakrouf"
+      },
+      {
+        "percent": "300",
+        "reputation": 127375153532443,
+        "rshares": 1338782714,
+        "voter": "fun2learn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 167323940570569,
+        "rshares": 259470314313,
+        "voter": "bala41288"
+      },
+      {
+        "percent": "4500",
+        "reputation": 191209873138075,
+        "rshares": 50672969872,
+        "voter": "mermaidvampire"
+      },
+      {
+        "percent": "2000",
+        "reputation": 247613535365236,
+        "rshares": 28750906645,
+        "voter": "portugalcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266768377549,
+        "rshares": 579479731,
+        "voter": "ajai"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22213386192816,
+        "rshares": 1861510538,
+        "voter": "jimcustodio"
+      },
+      {
+        "percent": "1000",
+        "reputation": 6555458292490,
+        "rshares": 38245821460,
+        "voter": "warnas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 161107296598465,
+        "rshares": 686540263389,
+        "voter": "jarvie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3874647456824,
+        "rshares": 735907208874,
+        "voter": "indiaunited"
+      },
+      {
+        "percent": "10000",
+        "reputation": 959567888850,
+        "rshares": 140143777053,
+        "voter": "nnaraoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 126573150710308,
+        "rshares": 647952384,
+        "voter": "ammar0344"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11165935981106,
+        "rshares": 600855859,
+        "voter": "icuz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 330396781271113,
+        "rshares": 2275767778085,
+        "voter": "holger80"
+      },
+      {
+        "percent": "2000",
+        "reputation": 50124640567504,
+        "rshares": 6197166990,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "2500",
+        "reputation": 8909326634629,
+        "rshares": 16796968759,
+        "voter": "upfundme"
+      },
+      {
+        "percent": "2000",
+        "reputation": 442944056818,
+        "rshares": 741225311,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "3300",
+        "reputation": 44591308905549,
+        "rshares": 142300833878,
+        "voter": "bigtom13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2383466345866,
+        "rshares": 2243591676,
+        "voter": "sweetkathy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1266765032,
+        "rshares": 571980657,
+        "voter": "tdogvoid"
+      },
+      {
+        "percent": "1500",
+        "reputation": 17846302258319,
+        "rshares": 5832530103,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1719171972141,
+        "rshares": 4190611517,
+        "voter": "vinamra"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29077428807,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29800653327707,
+        "rshares": 235967295836,
+        "voter": "cryptictruth"
+      },
+      {
+        "percent": "5000",
+        "reputation": 560989838204,
+        "rshares": 968687852,
+        "voter": "ayushthedreamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 129459183054,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1245179368805,
+        "rshares": 3446103731,
+        "voter": "shahaan"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15600949256447,
+        "rshares": 532791058,
+        "voter": "lordjames"
+      },
+      {
+        "percent": "500",
+        "reputation": 2260711723582,
+        "rshares": 1176684701,
+        "voter": "mchandra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8147228251105,
+        "rshares": 82494030220,
+        "voter": "jocieprosza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3679659292809,
+        "rshares": 8103105431,
+        "voter": "lesmouths-travel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3593708709014,
+        "rshares": 2134581607,
+        "voter": "raqibul"
+      },
+      {
+        "percent": "3000",
+        "reputation": 28643888754007,
+        "rshares": 10576768778,
+        "voter": "paragism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1117708245484,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4038024331096,
+        "rshares": 484832973262,
+        "voter": "foxon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 453247934272,
+        "rshares": 616960786,
+        "voter": "albus.draco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38496482436570,
+        "rshares": 37221913989,
+        "voter": "sajannair"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2059354841,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376672681401,
+        "rshares": 2222343445,
+        "voter": "rainbowbala"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397183326781,
+        "rshares": 638989476,
+        "voter": "maujmasti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11266459355852,
+        "rshares": 5082847238,
+        "voter": "jadnven"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2371748902477,
+        "rshares": 4366663473,
+        "voter": "drqamranbashir"
+      },
+      {
+        "percent": "6660",
+        "reputation": 42246987760,
+        "rshares": 5596621554,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9020628089607,
+        "rshares": 87446081753,
+        "voter": "promobot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48846679188,
+        "rshares": 1319749007,
+        "voter": "youraverageguy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 51218470117673,
+        "rshares": 24379386766,
+        "voter": "ritxi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1131137096970,
+        "rshares": 4101671587,
+        "voter": "justasperm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2634900617603,
+        "rshares": 3199278734,
+        "voter": "vampire-steem"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 844110177,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "6500",
+        "reputation": 19279858112107,
+        "rshares": 5582408348,
+        "voter": "kriang3tee"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7854210244207,
+        "rshares": 1791165408,
+        "voter": "imtase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10852416617,
+        "rshares": 3487792735,
+        "voter": "indiaunited-bot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2057897770,
+        "voter": "libuska"
+      },
+      {
+        "percent": "8000",
+        "reputation": 17679210755117,
+        "rshares": 2217045523,
+        "voter": "drsensor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2001707621925,
+        "rshares": 3729413380,
+        "voter": "rosepac"
+      },
+      {
+        "percent": "6500",
+        "reputation": 38547632600631,
+        "rshares": 3103106596,
+        "voter": "baiboua"
+      },
+      {
+        "percent": "2000",
+        "reputation": 118140326729872,
+        "rshares": 7173632443,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1825588222206,
+        "rshares": 15154026,
+        "voter": "akioexzgamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8928930545710,
+        "rshares": 577734743,
+        "voter": "adeljose"
+      },
+      {
+        "percent": "6500",
+        "reputation": 6422573087015,
+        "rshares": 1471477614,
+        "voter": "yuza"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7612430700896,
+        "rshares": 1967387729,
+        "voter": "paopaoza"
+      },
+      {
+        "percent": "50",
+        "reputation": 144910360949054,
+        "rshares": 904673668,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 36498710441788,
+        "rshares": 16646063076,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7147565952243,
+        "rshares": 256383512,
+        "voter": "ten-years-before"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1503728134655,
+        "rshares": 507706244350,
+        "voter": "tipsybosphorus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 4102350982,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 6172157143,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2051862260,
+        "voter": "musinka"
+      },
+      {
+        "percent": "9500",
+        "reputation": 12753472048067,
+        "rshares": 2354277447,
+        "voter": "numanbutt"
+      },
+      {
+        "percent": "6500",
+        "reputation": 5464454876938,
+        "rshares": 1276366943,
+        "voter": "puza"
+      },
+      {
+        "percent": "1000",
+        "reputation": 12204503822262,
+        "rshares": 1564441760,
+        "voter": "pradeep.sidd68"
+      },
+      {
+        "percent": "4950",
+        "reputation": 13090288596404,
+        "rshares": 7899671299,
+        "voter": "reverendrum"
+      },
+      {
+        "percent": "6500",
+        "reputation": 21145061340,
+        "rshares": 57104933,
+        "voter": "crypto.story"
+      },
+      {
+        "percent": "6500",
+        "reputation": 104143098516,
+        "rshares": 182483022,
+        "voter": "univers.crypto"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1276101904921,
+        "rshares": 5352824087,
+        "voter": "mintrawa"
+      },
+      {
+        "percent": "9900",
+        "reputation": 1591954997388,
+        "rshares": 738454302,
+        "voter": "mannaman"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3325840223967,
+        "rshares": 819737064,
+        "voter": "florino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14391246828388,
+        "rshares": 19152696435,
+        "voter": "geeklania"
+      },
+      {
+        "percent": "10000",
+        "reputation": 22764827979405,
+        "rshares": 35692935962,
+        "voter": "nurseanne84"
+      },
+      {
+        "percent": "5000",
+        "reputation": 276267225910997,
+        "rshares": 61427268826,
+        "voter": "certain"
+      },
+      {
+        "percent": "1400",
+        "reputation": 539147053023232,
+        "rshares": 6731718431497,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 94595445913731,
+        "rshares": 1272630722608,
+        "voter": "glastar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 1276992105,
+        "voter": "marki99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5493311683937,
+        "rshares": 106068780151,
+        "voter": "kekos"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1867101038475,
+        "rshares": 1048492524,
+        "voter": "starrouge"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57787971691858,
+        "rshares": 307685470458,
+        "voter": "wherein"
+      },
+      {
+        "percent": "9500",
+        "reputation": 4449571796125,
+        "rshares": 5625191866,
+        "voter": "khan.dayyanz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8268440441329,
+        "rshares": 6132223910,
+        "voter": "steemfriends"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21654779562526,
+        "rshares": 126112747701,
+        "voter": "bluerobo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1330122595989,
+        "rshares": 818757661,
+        "voter": "zerofive"
+      },
+      {
+        "percent": "5000",
+        "reputation": 185852714902,
+        "rshares": 1166409205,
+        "voter": "j-p-bs"
+      },
+      {
+        "percent": "1400",
+        "reputation": 0,
+        "rshares": 150422877885,
+        "voter": "gokuisreal"
+      },
+      {
+        "percent": "1400",
+        "reputation": 0,
+        "rshares": 386625508032,
+        "voter": "realself"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1285294579,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61527381175492,
+        "rshares": 246467587743,
+        "voter": "cnstm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64935903718,
+        "rshares": 665860519,
+        "voter": "likuang007"
+      },
+      {
+        "percent": "3500",
+        "reputation": 72504131225,
+        "rshares": 430575621,
+        "voter": "agent14"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21122210064846,
+        "rshares": 20552495897,
+        "voter": "vickyguevara"
+      },
+      {
+        "percent": "1400",
+        "reputation": 0,
+        "rshares": 79653873555,
+        "voter": "johnmadden"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97219598927367,
+        "rshares": 58533196562,
+        "voter": "josehany"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 963778139,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5230675637,
+        "rshares": 1443721495,
+        "voter": "jjangjjanggirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 644453947703,
+        "rshares": 1004005509,
+        "voter": "lianjingmedia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 7390235512,
+        "voter": "hanke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 25831632609,
+        "voter": "zaphyr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5833218185,
+        "rshares": 1699532674,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7262830385,
+        "rshares": 9765803400,
+        "voter": "rawbe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3148507896676,
+        "rshares": 10676990738,
+        "voter": "wolffeys"
+      },
+      {
+        "percent": "5000",
+        "reputation": 98188806041873,
+        "rshares": 17749077738,
+        "voter": "olaexcel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4034609326936,
+        "rshares": 23920253001,
+        "voter": "saxx1304"
+      },
+      {
+        "percent": "1500",
+        "reputation": 120936131908085,
+        "rshares": 112950316008,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "9900",
+        "reputation": 19813410675811,
+        "rshares": 452637419222,
+        "voter": "battlegames"
+      },
+      {
+        "percent": "5000",
+        "reputation": 459526835755,
+        "rshares": 901878436,
+        "voter": "bigmoneyman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 111445283069,
+        "rshares": 3710281090,
+        "voter": "raspibot"
+      },
+      {
+        "percent": "2500",
+        "reputation": 10702198150786,
+        "rshares": 69418716669,
+        "voter": "scholaris"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11803055505195,
+        "rshares": 910359307,
+        "voter": "sandykatiuska"
+      },
+      {
+        "percent": "7000",
+        "reputation": 5706500792678,
+        "rshares": 7790041349,
+        "voter": "spurisna"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1297218490,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7788522548,
+        "rshares": 232225596,
+        "voter": "steementertainer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36087507440149,
+        "rshares": 754775975926,
+        "voter": "likwid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "3000",
+        "reputation": 35255278557021,
+        "rshares": 4847485318,
+        "voter": "plankton.token"
+      },
+      {
+        "percent": "300",
+        "reputation": 16313879716356,
+        "rshares": 1179794428,
+        "voter": "tggr"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1138890453375,
+        "rshares": 1535723476,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 380266206166,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "6500",
+        "reputation": 413384764384,
+        "rshares": 297311830,
+        "voter": "nalexadre"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1860770426,
+        "voter": "tiffin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 2741963229,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 31939625,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 770042020971,
+        "rshares": 27797068462,
+        "voter": "acta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5889854881,
+        "rshares": 20830207736,
+        "voter": "the-table"
+      },
+      {
+        "percent": "700",
+        "reputation": 426404968,
+        "rshares": 29989386020,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1704173681552,
+        "rshares": 533320352,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "2500",
+        "reputation": 31428862615,
+        "rshares": 4396586779,
+        "voter": "tmps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1604126353,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 860847639115,
+        "rshares": 862424794,
+        "voter": "pogarda"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3257555962879,
+        "rshares": 1325699572,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "9000",
+        "reputation": 967638294423,
+        "rshares": 138468381787,
+        "voter": "silverquest"
+      },
+      {
+        "percent": "2500",
+        "reputation": 447569668922,
+        "rshares": 1049480020,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 50181200,
+        "rshares": 759897519057,
+        "voter": "unpopular"
+      },
+      {
+        "percent": "4950",
+        "reputation": 16689138265,
+        "rshares": 950572629,
+        "voter": "searchbot"
+      },
+      {
+        "percent": "4950",
+        "reputation": 29932360900,
+        "rshares": 937871724,
+        "voter": "piratedice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 32542453022,
+        "rshares": 2377751443,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14577043701834,
+        "rshares": 2928791584,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 178783384909,
+        "rshares": 424222196,
+        "voter": "ainsuphaur"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9624495306704,
+        "rshares": 46378266649757,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "500",
+        "reputation": 30837223420968,
+        "rshares": 727888508,
+        "voter": "drew0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8008056893145,
+        "rshares": 180721848279,
+        "voter": "khazrakh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "4400",
+        "reputation": 164450582774349,
+        "rshares": 57789470057,
+        "voter": "alexa.art"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86868289888522,
+        "rshares": 1894163447251,
+        "voter": "peakd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2236648875,
+        "voter": "blue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 325997460323,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 161371654,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 175866848508,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "3700",
+        "reputation": 1209731647511,
+        "rshares": 621825744845,
+        "voter": "softworld"
+      },
+      {
+        "percent": "3300",
+        "reputation": 85572058311,
+        "rshares": 774481611,
+        "voter": "cerberus-dji"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": 28080365,
+        "voter": "tips.tracker"
+      },
+      {
+        "percent": "3750",
+        "reputation": 47896334821902,
+        "rshares": 52842273730,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "3000",
+        "reputation": 604442758770,
+        "rshares": 134417503498,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 401844883079,
+        "voter": "kiemis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12958683306,
+        "rshares": 39694034379,
+        "voter": "tbl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 43119615455650,
+        "rshares": 20617935629,
+        "voter": "crysis"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 780397331547,
+        "voter": "nautilus-up"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 26420829825,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 526175696,
+        "voter": "kran4"
+      },
+      {
+        "percent": "2500",
+        "reputation": 532768485247,
+        "rshares": 945368404,
+        "voter": "logicforce"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13758538330601,
+        "rshares": 13400221621,
+        "voter": "reza-shamim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65519590598,
+        "rshares": 1914345771,
+        "voter": "plusvault"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 68247879373,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 59953091275,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10486305203609,
+        "rshares": 4093214753,
+        "voter": "tasri"
+      },
+      {
+        "percent": "7500",
+        "reputation": 218724307238,
+        "rshares": 12434415017,
+        "voter": "facilitymanager"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527740614,
+        "voter": "kran11"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527731928,
+        "voter": "kran12"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527767019,
+        "voter": "kran13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527740408,
+        "voter": "kran14"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527812393,
+        "voter": "kran15"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527686758,
+        "voter": "kran16"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527588881,
+        "voter": "kran17"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 51200417671,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 3919806853,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19667239597,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "2500",
+        "reputation": 222094236041,
+        "rshares": 5343639782,
+        "voter": "discohedge"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 3194831843840,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 105820510877,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 5371264796,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "victorjopaca"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1131228224737,
+        "rshares": 5509035787,
+        "voter": "qsoutherncharms"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4510417480,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 59412734007,
+        "voter": "betterdev"
+      }
+    ],
+    "author": "howo",
+    "author_reputation": 181080687674137,
+    "beneficiaries": [],
+    "body": "https://www.youtube.com/watch?v=w5JnzVP67vo\t\n\nSubjects touched upon: \n\n* Dev sync\n* hivemind status\n* Documentation\n* Hard fork 25 direction\n* Initial smart contract thoughts\n\n\nmeeting tl;dr: \n\nThe beginning is a lot of tech talk from @blocktrades and I. We mostly talk about what we've been up to. Regarding documentation, I'll make a post to outline my vision for it regarding a potential structure for it.\n\nRegarding hivemind, I know @imwatsi was interested in contributing, we touch upon that a bit, basically hivemind needs more tests. So this is a great way to get involved. \n\nRegarding hard fork 25 and its direction we agreed that it should still be \"small\" (code wise) changes like governance / economy and rc delegations.\n\nAnd then we dwell on how he envisions smart contracts as a layer 2 engine running on hive and how that would affect SMTs\n\n",
+    "body_length": 855,
+    "cashout_time": "2020-11-09T22:31:57",
+    "category": "hive",
+    "children": 23,
+    "created": "2020-11-02T22:31:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"hive\",\"core\",\"meeting\"],\"users\":[\"blocktrades\",\"imwatsi\"],\"links\":[\"/@blocktrades\",\"/@imwatsi\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-02T22:31:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 203424369247156,
+    "parent_author": "",
+    "parent_permlink": "hive",
+    "pending_payout_value": "46.936 HBD",
+    "percent_hbd": 10000,
+    "permlink": "hive-developer-meeting-12",
+    "post_id": 100366275,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hive developer meeting #12",
+    "title": "Hive developer meeting #12",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive/@howo/hive-developer-meeting-12"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "2500",
+        "reputation": 520861791056580,
+        "rshares": 41344854327288,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "900",
+        "reputation": 19245698180508,
+        "rshares": 194711222563,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "5000",
+        "reputation": 506372806974428,
+        "rshares": 4265079184251,
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "711",
+        "reputation": 18607463893027,
+        "rshares": 5430090123,
+        "voter": "mangou007"
+      },
+      {
+        "percent": "250",
+        "reputation": 109424005488868,
+        "rshares": 15468275394,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "625",
+        "reputation": 352970428645376,
+        "rshares": 387980495064,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "2500",
+        "reputation": 86171006185191,
+        "rshares": 9769927349,
+        "voter": "mrwang"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 160850977909,
+        "voter": "arcange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 52176741632512,
+        "rshares": 228959587645,
+        "voter": "fiveboringgames"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2558692465689,
+        "rshares": 17773563216,
+        "voter": "arconite"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3085154710,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "4250",
+        "reputation": 112214838160650,
+        "rshares": 306529774541,
+        "voter": "originate"
+      },
+      {
+        "percent": "5000",
+        "reputation": 70285620531768,
+        "rshares": 609368021049,
+        "voter": "steempress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5461010060039,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "3200",
+        "reputation": 133665343804692,
+        "rshares": 276780530193,
+        "voter": "borran"
+      },
+      {
+        "percent": "711",
+        "reputation": 316730231019855,
+        "rshares": 38007126341,
+        "voter": "bert0"
+      },
+      {
+        "percent": "4000",
+        "reputation": -1181563121002,
+        "rshares": 733452611,
+        "voter": "steemyoda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 52264694926,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 371604430408116,
+        "rshares": 2244704826814,
+        "voter": "nonameslefttouse"
+      },
+      {
+        "percent": "1250",
+        "reputation": 35641258249201,
+        "rshares": 2752081277,
+        "voter": "oleg326756"
+      },
+      {
+        "percent": "5000",
+        "reputation": 37769232724831,
+        "rshares": 99504777380,
+        "voter": "ixindamix"
+      },
+      {
+        "percent": "2500",
+        "reputation": 59094884211730,
+        "rshares": 3357690788,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 44960299366252,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15925403061479,
+        "rshares": 1369000892,
+        "voter": "titianus"
+      },
+      {
+        "percent": "2500",
+        "reputation": 14059622019382,
+        "rshares": 12240260737,
+        "voter": "damla"
+      },
+      {
+        "percent": "5000",
+        "reputation": 78330783694578,
+        "rshares": 91846804331,
+        "voter": "miniature-tiger"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15135006110391,
+        "rshares": 1873382085,
+        "voter": "thatsweeneyguy"
+      },
+      {
+        "percent": "1500",
+        "reputation": 42486683511346,
+        "rshares": 4743967141,
+        "voter": "ma1neevent"
+      },
+      {
+        "percent": "2500",
+        "reputation": 91224250124,
+        "rshares": 5764413330,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "1500",
+        "reputation": 11448902903972,
+        "rshares": 763721209657,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 29513750536324,
+        "rshares": 1500467005,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30158976168359,
+        "rshares": 5801260882,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "2500",
+        "reputation": 44467529253991,
+        "rshares": 7973898857,
+        "voter": "dante31"
+      },
+      {
+        "percent": "2500",
+        "reputation": 20285621918859,
+        "rshares": 13006661892,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12962291085137,
+        "voter": "haejin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 181080687674137,
+        "rshares": 1818213481201,
+        "voter": "howo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 895691331080490,
+        "rshares": 6443226663873,
+        "voter": "ocd"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 396355092014,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "2750",
+        "reputation": 61249536206183,
+        "rshares": 33139111152,
+        "voter": "redrica"
+      },
+      {
+        "percent": "4400",
+        "reputation": 24639928209538,
+        "rshares": 26781476658,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 19234077776,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11177653510,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5754775236968,
+        "rshares": 2302966626,
+        "voter": "nurhayati"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50202305045423,
+        "rshares": 33556117202,
+        "voter": "mikepm74"
+      },
+      {
+        "percent": "7329",
+        "reputation": 0,
+        "rshares": 165710478112,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "2000",
+        "reputation": 445234100950820,
+        "rshares": 6308335190118,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16626980732032,
+        "rshares": 2371088890,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "2500",
+        "reputation": 20299637563719,
+        "rshares": 1436782218,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "100",
+        "reputation": 86519807944048,
+        "rshares": 9214059982,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54554402347359,
+        "rshares": 10103878334,
+        "voter": "hanggggbeeee"
+      },
+      {
+        "percent": "157",
+        "reputation": 0,
+        "rshares": 67320248794,
+        "voter": "investegg"
+      },
+      {
+        "percent": "711",
+        "reputation": 863860810394399,
+        "rshares": 1860237732,
+        "voter": "flamingirl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 4796553722,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3978902059799,
+        "rshares": 1298655213,
+        "voter": "dedarknes"
+      },
+      {
+        "percent": "1500",
+        "reputation": 72060804308794,
+        "rshares": 411767575813,
+        "voter": "eonwarped"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12722616650811,
+        "rshares": 2260867125737,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "1250",
+        "reputation": 9111881686322,
+        "rshares": 513721104,
+        "voter": "steinhammer"
+      },
+      {
+        "percent": "2500",
+        "reputation": 579461579559,
+        "rshares": 47240592899,
+        "voter": "sankysanket18"
+      },
+      {
+        "percent": "2000",
+        "reputation": 157805541487641,
+        "rshares": 1248010474092,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451995142982,
+        "rshares": 928803945,
+        "voter": "vishire"
+      },
+      {
+        "percent": "1000",
+        "reputation": 66785151966461,
+        "rshares": 48511408380,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "2500",
+        "reputation": 110889227376345,
+        "rshares": 1823806163,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "2500",
+        "reputation": 75425198894223,
+        "rshares": 23563119630,
+        "voter": "straykat"
+      },
+      {
+        "percent": "2500",
+        "reputation": 14337364044156,
+        "rshares": 3798146609,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "1000",
+        "reputation": 87246032649758,
+        "rshares": 16265128066,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "2000",
+        "reputation": 169520027942230,
+        "rshares": 18652531513,
+        "voter": "r351574nc3"
+      },
+      {
+        "percent": "1250",
+        "reputation": 37350775715979,
+        "rshares": 609852128,
+        "voter": "kanabeatz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 170235537022,
+        "rshares": 680211362,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2705558121541,
+        "rshares": 929950902,
+        "voter": "debilog"
+      },
+      {
+        "percent": "2500",
+        "reputation": 47747940709375,
+        "rshares": 4684726122,
+        "voter": "gatolector"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4705304861944,
+        "rshares": 824693897000,
+        "voter": "ocd-witness"
+      },
+      {
+        "percent": "5000",
+        "reputation": 100885493809,
+        "rshares": 2763412477,
+        "voter": "lerma"
+      },
+      {
+        "percent": "2500",
+        "reputation": 483223942335,
+        "rshares": 1105837742,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "7500",
+        "reputation": 3671590987629,
+        "rshares": 4757135478,
+        "voter": "videoaddiction"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 30314860151,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "1250",
+        "reputation": 2256065348315,
+        "rshares": 2060172605,
+        "voter": "frassman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 158256810302501,
+        "rshares": 41567472444,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1069508711711,
+        "rshares": 2460454240,
+        "voter": "greendo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10250642778719,
+        "rshares": 6426806766,
+        "voter": "salty-mcgriddles"
+      },
+      {
+        "percent": "568",
+        "reputation": 139216668004622,
+        "rshares": 7773368481,
+        "voter": "josevas217"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27494268418,
+        "rshares": 28273275,
+        "voter": "nhiconoelortazon"
+      },
+      {
+        "percent": "1250",
+        "reputation": 25440448119373,
+        "rshares": 743537266,
+        "voter": "emotionalsea"
+      },
+      {
+        "percent": "10000",
+        "reputation": 373679836722908,
+        "rshares": 3515860812108,
+        "voter": "derangedvisions"
+      },
+      {
+        "percent": "355",
+        "reputation": 36455069185711,
+        "rshares": 1107515438,
+        "voter": "franyeligonzalez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5228129093643,
+        "rshares": 1740404529,
+        "voter": "elvys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38462811079539,
+        "rshares": 41590504106,
+        "voter": "keritroberts"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8477903566406,
+        "rshares": 846282689,
+        "voter": "berien"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2199143001,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "2500",
+        "reputation": 77476461100689,
+        "rshares": 100482805177,
+        "voter": "indigoocean"
+      },
+      {
+        "percent": "1000",
+        "reputation": 42246987760,
+        "rshares": 821718850,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "500",
+        "reputation": 152242646200543,
+        "rshares": 1852938283,
+        "voter": "serialfiller"
+      },
+      {
+        "percent": "4500",
+        "reputation": 4303567006285,
+        "rshares": 62444511121,
+        "voter": "gwilberiol"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28237853787625,
+        "rshares": 556937306,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 167043072269,
+        "rshares": 281821787,
+        "voter": "the.rocket.panda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13630732276127,
+        "rshares": 13102260848,
+        "voter": "elmundodexao"
+      },
+      {
+        "percent": "7000",
+        "reputation": 19279858112107,
+        "rshares": 6627707328,
+        "voter": "kriang3tee"
+      },
+      {
+        "percent": "7000",
+        "reputation": 7854210244207,
+        "rshares": 2075555632,
+        "voter": "imtase"
+      },
+      {
+        "percent": "2000",
+        "reputation": 599567348573,
+        "rshares": 1027777410,
+        "voter": "exifr"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3516028097696,
+        "rshares": 45592877299558,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "7000",
+        "reputation": 38547632600631,
+        "rshares": 3552209983,
+        "voter": "baiboua"
+      },
+      {
+        "percent": "7000",
+        "reputation": 1825588222206,
+        "rshares": 25222088,
+        "voter": "akioexzgamer"
+      },
+      {
+        "percent": "2000",
+        "reputation": 116804559,
+        "rshares": 1219446721,
+        "voter": "exifr0"
+      },
+      {
+        "percent": "7000",
+        "reputation": 8552552060679,
+        "rshares": 125187344187,
+        "voter": "french-tech"
+      },
+      {
+        "percent": "1250",
+        "reputation": 24307599069679,
+        "rshares": 4773450361,
+        "voter": "dronegraphica"
+      },
+      {
+        "percent": "7000",
+        "reputation": 6422573087015,
+        "rshares": 1778399615,
+        "voter": "yuza"
+      },
+      {
+        "percent": "7000",
+        "reputation": 7612430700896,
+        "rshares": 2293235987,
+        "voter": "paopaoza"
+      },
+      {
+        "percent": "1000",
+        "reputation": 144910360949054,
+        "rshares": 18967661656,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10507059542084,
+        "rshares": 19557790686,
+        "voter": "arhat"
+      },
+      {
+        "percent": "7000",
+        "reputation": 7147565952243,
+        "rshares": 303709684,
+        "voter": "ten-years-before"
+      },
+      {
+        "percent": "10000",
+        "reputation": 963989451804,
+        "rshares": 166333104,
+        "voter": "normalguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 10129602050,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "7000",
+        "reputation": 5464454876938,
+        "rshares": 1482429400,
+        "voter": "puza"
+      },
+      {
+        "percent": "7000",
+        "reputation": 21145061340,
+        "rshares": 73656453,
+        "voter": "crypto.story"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6098497276677,
+        "rshares": 30570526370,
+        "voter": "xmauron3"
+      },
+      {
+        "percent": "7000",
+        "reputation": 104143098516,
+        "rshares": 218411834,
+        "voter": "univers.crypto"
+      },
+      {
+        "percent": "7000",
+        "reputation": 1276101904921,
+        "rshares": 6338533749,
+        "voter": "mintrawa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 29052204332,
+        "voter": "diegor"
+      },
+      {
+        "percent": "6000",
+        "reputation": 788852406777,
+        "rshares": 2003400560,
+        "voter": "thrasher666"
+      },
+      {
+        "percent": "711",
+        "reputation": 48455260437787,
+        "rshares": 909480529,
+        "voter": "memeteca"
+      },
+      {
+        "percent": "2500",
+        "reputation": 57675290515578,
+        "rshares": 2369190982,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "2000",
+        "reputation": 30517153592067,
+        "rshares": 6877260960,
+        "voter": "variedades"
+      },
+      {
+        "percent": "2500",
+        "reputation": 21657939011190,
+        "rshares": 1658675560,
+        "voter": "kork75"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429255483,
+        "rshares": 5334638746157,
+        "voter": "navyactifit"
+      },
+      {
+        "percent": "4250",
+        "reputation": 72504131225,
+        "rshares": 501860636,
+        "voter": "agent14"
+      },
+      {
+        "percent": "2500",
+        "reputation": 706943279500,
+        "rshares": 550307536,
+        "voter": "junnel123"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15820967488528,
+        "rshares": 1512491137,
+        "voter": "mazima"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 782432727327,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "2500",
+        "reputation": 6605568359560,
+        "rshares": 272336273,
+        "voter": "smalltall"
+      },
+      {
+        "percent": "2500",
+        "reputation": 12351124481881,
+        "rshares": 5013948194,
+        "voter": "squareonefarms"
+      },
+      {
+        "percent": "600",
+        "reputation": 120936131908085,
+        "rshares": 45381185477,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 116854383655456,
+        "rshares": 6907393388,
+        "voter": "yiobri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 25431780051,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "7000",
+        "reputation": 7788522548,
+        "rshares": 275825215,
+        "voter": "steementertainer"
+      },
+      {
+        "percent": "250",
+        "reputation": 20916803594387,
+        "rshares": 1146281702,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "7000",
+        "reputation": 413384764384,
+        "rshares": 350957257,
+        "voter": "nalexadre"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17647336098195,
+        "rshares": 35749686319,
+        "voter": "c21c"
+      },
+      {
+        "percent": "10000",
+        "reputation": 509571031379,
+        "rshares": 1178740586,
+        "voter": "cageon360"
+      },
+      {
+        "percent": "25",
+        "reputation": 0,
+        "rshares": 1118816039,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "2500",
+        "reputation": 62988003579804,
+        "rshares": 8810581793,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "39",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "tonimontana.neo"
+      },
+      {
+        "percent": "149",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "toni.pal"
+      },
+      {
+        "percent": "2500",
+        "reputation": 356840875823,
+        "rshares": 857188180,
+        "voter": "kgsupport"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64709815832273,
+        "rshares": 23610727676,
+        "voter": "jennyzer"
+      },
+      {
+        "percent": "750",
+        "reputation": 32542453022,
+        "rshares": 777125403,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 2139357425,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3843288884834,
+        "rshares": 2993757575,
+        "voter": "der-fahrlehrer"
+      },
+      {
+        "percent": "2500",
+        "reputation": 13104433773695,
+        "rshares": 2415189137,
+        "voter": "mengene"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3863391099679,
+        "rshares": 4011723117,
+        "voter": "cellonoob"
+      },
+      {
+        "percent": "2500",
+        "reputation": 4006970074087,
+        "rshares": 850486505,
+        "voter": "goldstreet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "1000",
+        "reputation": 9568816243033,
+        "rshares": 9643895313,
+        "voter": "dpend.active"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15947061206,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 374300962108,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 15245204223,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 556814413549,
+        "rshares": 56985860,
+        "voter": "master-lamps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88669665911129,
+        "rshares": 4360171667880,
+        "voter": "hivegc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 643563713940,
+        "rshares": 1222284010,
+        "voter": "danilmaeorg"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 170383148235,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1209731647511,
+        "rshares": 812699447318,
+        "voter": "softworld"
+      },
+      {
+        "percent": "1500",
+        "reputation": 47896334821902,
+        "rshares": 21639853996,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7034683328715,
+        "rshares": 2278853525,
+        "voter": "iameden"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 783767318430,
+        "voter": "nautilus-up"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5470715229938,
+        "rshares": 1073441319,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2187027181175,
+        "rshares": 26168623950,
+        "voter": "awownerd"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 65548187873,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "10000",
+        "reputation": 50499394885855,
+        "rshares": 16914610884,
+        "voter": "perceval"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1566037813163,
+        "rshares": 2118780556,
+        "voter": "patriciaurbaneja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4971434779869,
+        "rshares": 5286604680,
+        "voter": "jilt"
+      },
+      {
+        "percent": "2500",
+        "reputation": 10486305203609,
+        "rshares": 2009895255,
+        "voter": "tasri"
+      },
+      {
+        "percent": "2500",
+        "reputation": 11758355842388,
+        "rshares": 3976037403,
+        "voter": "libbi"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3274158340408,
+        "rshares": 5403896600,
+        "voter": "spirall"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5921144534369,
+        "rshares": 1397545830,
+        "voter": "zoeanavid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 3332976824,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8292418513,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7330275018374,
+        "rshares": 1721300992,
+        "voter": "tinta-tertuang"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 1573628707996,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 105123231163,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1447273576100,
+        "rshares": 1366635065,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1773017086838,
+        "rshares": 2204697616,
+        "voter": "latinllanes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7055385877859,
+        "rshares": 6964358041,
+        "voter": "soyjudith"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1668767539307,
+        "rshares": 671496876,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1929571470,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2965518795104,
+        "rshares": 2959145868,
+        "voter": "doudoer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 974130034782,
+        "rshares": 5562384305,
+        "voter": "aiovo"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4518584469,
+        "voter": "boneym"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2629706127841,
+        "rshares": 1039773380,
+        "voter": "kattycrochet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "larotayogaming"
+      },
+      {
+        "percent": "10000",
+        "reputation": 935124550805,
+        "rshares": 6269750975,
+        "voter": "jandresd07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1869479965797,
+        "rshares": 2337898279,
+        "voter": "leogolj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 74410383112,
+        "rshares": 661580817,
+        "voter": "snader"
+      }
+    ],
+    "author": "marcoquin",
+    "author_reputation": 45050238551462,
+    "beneficiaries": [],
+    "body": "# <center> English </center>\n\n<div class = \"text-justify\">\n\n__<center>Blair Witch: The Terror of the Cinema in a Video Game.</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/X2gEa8cK-image.png\" alt=\"image.png\"></center>\n\nFor those of you who haven't seen this movie, I'll give you a brief account to put you in context so you can understand even better the plot of this great video game.\n\nThe popular film with its original title \"The Blair Witch Project\", from 1999, became one of the most profitable films the movie world has ever had, made with a budget of $65,000 and raising more than $250 million dollars (Box office information obtained thanks to [vandal](https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79)), an enviable figure that could hardly equal or surpass any film today, would give way to not only how profitable it was, but also how terrifying and natural it was, and even to being catalogued as one of the most terrifying films the cinema has ever had, a proposal that managed to leave an indelible mark because of its success. The film was about a documentary made by 3 young people about the Blair Witch, going into a \"Cursed\" forest from which they would never come out again.\n\nYears later, in 2016, \"Blair Witch\" would be released on the cinema screens, as a sequel to \"The Blair Witch Project\", starting its story, when the brother of one of the missing girls from the forest finds a video on the internet where he manages to appreciate his sister in the black hills forest, place where the events of the first film took place, so without hesitation, he and his friends go into the forest in search of his sister, who he considers is still alive, what they do not imagine is that they are on the way to death.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>THE VIDEO GAME</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/IuaJzmhJ-image.png\" alt=\"image.png\"></center>\n\nA video game that was developed by Bloober Team, for XBOX ONE and PC platforms, distributed by Lionsgate Games, is a video game that takes the essence of the movie to adapt it into a quite similar story.\n\nThe story of the game could be said to be quite simple, we will enter under the character of Ellis, an ex-cop who joins the task of finding a child who is lost in the forest of black hills, the objective is very clear, but achieving it is the complicated part, we can achieve it if our level of nervousness is stable enough.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/znhrTNPn-image.png\" alt=\"image.png\"></center>\n\nWe will have the company of a dog called \"Bullet\", who will be a fundamental part of our search, because the dog will guide us through the right path to follow the line of the game. We will have to look for some clues, and documents that will help us to advance in the game, the problem is generated when we begin to realize of paranormal activity, with the presence of some spectres that will look for to torment us and very probably to remove the desires to continue playing, to the being a game of psychological terror is evident that throughout the way we will be a little disoriented, mainly because we will be more worried about the strange things that we see, that to look for the necessary clues to find the lost boy.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/arohx8CR-image.png\" alt=\"image.png\"></center>\n\nFortunately we will have more than our canine companion, because we will also carry with us a precious flashlight that will serve as a comfort for when it gets totally dark, a backpack to keep important things we find, a walkie talkie and a cell phone that will allow us to be in communication with the other police officers, But even so we will not stop feeling the fear, just imagine the fact of being immersed in a forest that is considered \"cursed\", alone and completely at night, this reminds me even quite to the movie of \"The Forest\" or also known as \"The forest of the suicides\".\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/8kGmmCmF-image.png\" alt=\"image.png\"></center>\n\nWe will also have a video camera that will be very useful at times where we have obstacles in front of us, because we can access the recording and remove the obstacle to continue the journey, the game is quite intense, its graphic quality, its sound environment and the story behind it all, is the perfect appetizer of terror to which only the bravest can immerse themselves.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/zBy4r5vR-image.png\" alt=\"image.png\"></center>\n\nThe game also offers us a series of puzzle challenges that we will have to solve in order to continue advancing, so to tell the truth, the game becomes quite daring but at the same time quite attractive and entertaining.\n\n<div class=\"pull-left\">https://thumbs.gfycat.com/AfraidOldAmberpenshell-max-1mb.gif</div>\n\n<div class=\"pull-right\">https://thumbs.gfycat.com/GroundedEnlightenedIrishterrier-max-1mb.gif</div>\n\nAs an important data that the game offers us, we will have to be waxed of our dog, because if we distance ourselves of him, we will be able to begin to suffer of anxiety and to see things that will put the hair of end to us, pitifully to the being a species of spectres to which we faced, we will not be able to fight them, although if we will be able to move away them with the aid of our lantern and our dog, although in many occasions there will be no more remedy than to run, and there it is where the fear will be able to take hold of us completely. \n\nThe game may be a little short, but to tell the truth the experience inside it, makes it completely worth it, and more if you are a lover of horror video games in its maximum expression.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>Blair Witch: Gamplay Review ENGLISH</center>__\n\n<center>https://www.youtube.com/watch?v=sbUK8bKcoOk</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>Blair Witch: Gamplay Review ESPA\u00d1OL</center>__\n\n<center>https://www.youtube.com/watch?v=WvkEnrItjkk</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n<center><div class = \"phishy\">Source of images</div></center>\n\n<hr>\n\n<center>[1](https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm) - [2](https://peakd.com/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the) - [3](https://es.ign.com/blair-witch-xbox-one/154811/review/analisis-de-blair-witch-para-xbox-one-y-pc) - [4](https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79) - [5](https://hipertextual.com/analisis/blair-witch) - [6](https://www.mundoplayers.com/blair-witch-fuse-puzzle-guide/) - [7](https://gfycat.com/gifs/search/blair+witch+game) - [8](https://gfycat.com/sound-gifs/search/blair+witch+project)</center>\n\n\n</div> \n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\" alt=\"Franja Marco Hive.png\">\n# <center> Espa\u00f1ol </center>\n\n<div class = \"text-justify\">\n\n__<center>Blair Witch: El terror del cine en un videojuego.</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/X2gEa8cK-image.png\" alt=\"image.png\"></center>\n\nPara quienes no hayan visto esta pel\u00edcula, les har\u00e9 un breve recuento para ponerlos un poco en contexto y as\u00ed logren entender aun mejor la trama de este gran videojuego.\n\nLa popular pel\u00edcula con su t\u00edtulo original \"El Proyecto de la Bruja de Blair\", de 1999, pas\u00f3 a ser una de las pel\u00edculas m\u00e1s rentables que el mundo del cine ha tenido, realizada con un presupuesto de 65.000 $ y recaudando m\u00e1s de 250 Millones de dolares (Informaci\u00f3n taquillera obtenida gracias a [vandal](https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79)), cifra envidiable que dif\u00edcilmente podr\u00eda igualar o superar alguna pel\u00edcula de la actualidad, dar\u00eda paso a que no solo por lo rentable que fue, sino por lo aterradora y natural que se vio, llegando a ser incluso catalogada como una de las pel\u00edculas m\u00e1s aterradoras que el cine ha tenido, una propuesta que logr\u00f3 dejar una huella imborrable a raz\u00f3n de su \u00e9xito. La pel\u00edcula trataba de un documental que hac\u00edan 3 j\u00f3venes sobre la bruja de Blair, adentr\u00e1ndose en un bosque \"Maldito\" y del que nunca volver\u00edan a salir.\n\nA\u00f1os m\u00e1s tarde, en el 2016, se estrenar\u00eda en las pantallas de cine \"Blair Witch\", como una secuela de \"El Proyecto de la Bruja de Blair\", arrancando su historia, cuando el hermano de una de las desaparecidas del bosque encuentra un video en internet donde logra apreciar a su hermana en el bosque de black hills, lugar donde acontecieron los hecho de la primera pel\u00edcula, por lo que sin dudarlo, \u00e9l y sus amigos se adentran al bosque en busca de su hermana, la que considera que aun est\u00e1 viva, lo que no se imaginan es que van camino a la muerte.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>EL VIDEOJUEGO</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/IuaJzmhJ-image.png\" alt=\"image.png\"></center>\n\nUn videojuego que fue desarrollado por Bloober Team, para las plataformas de XBOX ONE y PC, distribuido por el mundo de la mano de Lionsgate Games, es un videojuego que toma la escancia de la pel\u00edcula para adaptarlo en una historia bastante similar.\n\nLa historia del juego podr\u00eda decirse que es bastante sencilla, nos adentraremos bajo el personaje de Ellis, un ex-polic\u00eda que se suma a la tarea de la b\u00fasqueda de un ni\u00f1o que se encuentra perdido en el bosque de black hills, el objetivo es muy claro, pero lograrlo es lo complicado, lo podremos lograr su nuestro nivel de nerviosismo es lo suficientemente estable.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/znhrTNPn-image.png\" alt=\"image.png\"></center>\n\nContaremos con la compa\u00f1\u00eda de un perro llamado \"Bullet\", quien ser\u00e1 parte fundamental de nuestra b\u00fasqueda, pues el can nos guiar\u00e1 por el camino correcto para seguir la linea del juego. Tendremos que buscar algunas pistas, y documentos que nos ayudar\u00e1n a avanzar en el juego, el problema se genera cuando comenzamos a darnos cuenta de actividad paranormal, con la presencia de algunos espectros que buscar\u00e1n atormentarnos y muy probablemente quitarnos los deseos de seguir jugando, al ser un juego de terror psicol\u00f3gico es evidente que a lo largo del camino estaremos un poco desorientados, principalmente porque estaremos m\u00e1s preocupados por las cosas extra\u00f1as que vemos, que por buscar las pistas necesarias para encontrar al ni\u00f1o perdido.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/arohx8CR-image.png\" alt=\"image.png\"></center>\n\nAfortunadamente contaremos con algo m\u00e1s que nuestro compa\u00f1ero canino, pues tambi\u00e9n llevaremos con nosotros una apreciada linterna que nos servir\u00e1 de consuelo para cuando se torne totalmente oscuro, una mochila para guardar cosas importantes que encontremos, un walkie talkie y un tel\u00e9fono celular que nos permitir\u00e1 estar comunicados con los dem\u00e1s polic\u00edas, pero aun as\u00ed no dejaremos de sentir el miedo, solo imaginarte el hecho de estar sumergido en un bosque que consideran \"maldito\", solo y completamente de noche, esto me recuerda incluso bastante a la pel\u00edcula de \"The Forest\" o tambi\u00e9n conocida como \"El bosque de los suicidios\".\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/8kGmmCmF-image.png\" alt=\"image.png\"></center>\n\nTambi\u00e9n contaremos con una c\u00e1mara de v\u00eddeo que nos ser\u00e1 muy \u00fatil en ocasiones donde tengamos obst\u00e1culos en frente, pues podremos acceder a la grabaci\u00f3n y eliminar el obst\u00e1culo para continuar el camino, el juego es bastante intenso, su calidad gr\u00e1fica su ambiente de sonido y la historia que hay detr\u00e1s de todo esto, es el aperitivo perfecto de terror al que podr\u00e1n sumergirse solo los m\u00e1s valientes.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/zBy4r5vR-image.png\" alt=\"image.png\"></center>\n\nEl juego tambi\u00e9n nos ofrece una serie de desaf\u00edos de puzzles que tendremos que resolver para poder continuar avanzando, por lo que a decir verdad, el juego se torna bastante temerario pero a su vez bastante atractivo y entretenido.\n\n<div class=\"pull-left\">https://thumbs.gfycat.com/AfraidOldAmberpenshell-max-1mb.gif</div>\n\n<div class=\"pull-right\">https://thumbs.gfycat.com/GroundedEnlightenedIrishterrier-max-1mb.gif</div>\n\nComo dato importante que nos ofrece el juego, tendremos que estar cera de nuestro perro, pues si nos distanciamos de \u00e9l, podremos empezar a sufrir de ansiedad y ver cosas que nos pondr\u00e1 los pelos de punta, lastimosamente al ser una especie de espectros a lo que nos enfrentamos, no podremos combatirlos, aunque si podremos alejarlos con ayuda de nuestra linterna y nuestro perro, aunque en muchas ocasiones no habr\u00e1 m\u00e1s remedio que correr, y all\u00ed es donde el miedo se podr\u00e1 apoderar completamente de nosotros. \n\nEl juego quiz\u00e1s sea un poco corto, pero a decir verdad la experiencia dentro de el, hace que valga completamente la pena, y m\u00e1s si eres un amante de los videojuegos de terror en su m\u00e1xima expresi\u00f3n.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>Blair Witch: Gamplay Review ENGLISH</center>__\n\n<center>https://www.youtube.com/watch?v=sbUK8bKcoOk</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n__<center>Blair Witch: Gamplay Review ESPA\u00d1OL</center>__\n\n<center>https://www.youtube.com/watch?v=WvkEnrItjkk</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\" alt=\"Franja Nueva.png\">\n\n<center><div class = \"phishy\">Fuente de im\u00e1genes</div></center>\n\n<hr>\n\n<center>[1](https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm) - [2](https://peakd.com/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the) - [3](https://es.ign.com/blair-witch-xbox-one/154811/review/analisis-de-blair-witch-para-xbox-one-y-pc) - [4](https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79) - [5](https://hipertextual.com/analisis/blair-witch) - [6](https://www.mundoplayers.com/blair-witch-fuse-puzzle-guide/) - [7](https://gfycat.com/gifs/search/blair+witch+game) - [8](https://gfycat.com/sound-gifs/search/blair+witch+project)</center>\n\n\n</div> \n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\" alt=\"Franja Marco Hive.png\">\n\n- Texto Traducido con ayuda del [Traductor DeepL.](https://www.deepl.com/translator)\n- Translated text with the help of [Translator DeepL.](https://www.deepl.com/translator)\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/E6uvdf4n-Mensaje20en20Hive.png\" alt=\"Mensaje en Hive.png\">\n\n<hr>\n\n# <center> <sub> [Marcoquin](https://hive.blog/@marcoquin/posts) </sub> </center>",
+    "body_length": 15308,
+    "cashout_time": "2020-11-10T22:03:24",
+    "category": "hive-140217",
+    "children": 1,
+    "created": "2020-11-03T22:03:24",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"gaming\",\"hivegc\",\"ocd\",\"spanish\",\"games\",\"videogames\",\"cervantes\",\"gems\",\"palnet\",\"neoxian\"],\"users\":[\"marcoquin\"],\"links\":[\"https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79\",\"https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm\",\"/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the\",\"https://es.ign.com/blair-witch-xbox-one/154811/review/analisis-de-blair-witch-para-xbox-one-y-pc\",\"https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79\",\"https://hipertextual.com/analisis/blair-witch\",\"https://www.mundoplayers.com/blair-witch-fuse-puzzle-guide/\",\"https://gfycat.com/gifs/search/blair+witch+game\",\"https://gfycat.com/sound-gifs/search/blair+witch+project\",\"https://vandal.elespanol.com/avances/xbone/blair-witch/74271/1#p-79\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/marcoquin/X2gEa8cK-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/BzfoOYPa-Franja20Nueva.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/IuaJzmhJ-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/znhrTNPn-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/arohx8CR-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/8kGmmCmF-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/zBy4r5vR-image.png\",\"https://thumbs.gfycat.com/AfraidOldAmberpenshell-max-1mb.gif\",\"https://thumbs.gfycat.com/GroundedEnlightenedIrishterrier-max-1mb.gif\",\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/E6uvdf4n-Mensaje20en20Hive.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-03T23:41:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 199261156046416,
+    "parent_author": "",
+    "parent_permlink": "hive-140217",
+    "pending_payout_value": "46.815 HBD",
+    "percent_hbd": 10000,
+    "permlink": "blair-witch-the-terror-of-the-cinema-in-a-video-game-eng-esp",
+    "post_id": 100379992,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Blair Witch: The Terror of the Cinema in a Video Game. [ENG / ESP] ",
+    "title": "Blair Witch: The Terror of the Cinema in a Video Game. [ENG / ESP] ",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-140217/@marcoquin/blair-witch-the-terror-of-the-cinema-in-a-video-game-eng-esp"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "2000",
+        "reputation": 520861791056580,
+        "rshares": 31456561328156,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9004629657086,
+        "rshares": 130354165472,
+        "voter": "team"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 11543029097891,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "200",
+        "reputation": 109424005488868,
+        "rshares": 11128548543,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "500",
+        "reputation": 20148016993603,
+        "rshares": 86989481249,
+        "voter": "gerber"
+      },
+      {
+        "percent": "500",
+        "reputation": 352970428645376,
+        "rshares": 515885696124,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "800",
+        "reputation": 68491352821982,
+        "rshares": 52513992830,
+        "voter": "daan"
+      },
+      {
+        "percent": "2100",
+        "reputation": 34103703963623,
+        "rshares": 9667669709,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 229982756480919,
+        "rshares": 2658144254720,
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "50",
+        "reputation": 210458194868533,
+        "rshares": 1451290350,
+        "voter": "jeffjagoe"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 168179521368,
+        "voter": "arcange"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3118069929,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3405128817787,
+        "rshares": 11448095763,
+        "voter": "dcfisher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6232332489190,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "1250",
+        "reputation": 12227576577296,
+        "rshares": 4866928954,
+        "voter": "anarcist69"
+      },
+      {
+        "percent": "5000",
+        "reputation": 50032785591993,
+        "rshares": 545035731411,
+        "voter": "bryan-imhoff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32866384013620,
+        "rshares": 101750602685,
+        "voter": "frankbacon"
+      },
+      {
+        "percent": "500",
+        "reputation": 96871175157544,
+        "rshares": 102099548624,
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 55728416577458,
+        "rshares": 807127256613,
+        "voter": "richardcrill"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 180455612289,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1250",
+        "reputation": 3614818401056,
+        "rshares": 6225423621,
+        "voter": "appalachain"
+      },
+      {
+        "percent": "1500",
+        "reputation": 706874908331117,
+        "rshares": 398906002025,
+        "voter": "abh12345"
+      },
+      {
+        "percent": "10000",
+        "reputation": 339523341647146,
+        "rshares": 531143758941,
+        "voter": "whatsup"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24870905405795,
+        "rshares": 1898688776,
+        "voter": "rishi556"
+      },
+      {
+        "percent": "6000",
+        "reputation": 149500820262760,
+        "rshares": 15358541271,
+        "voter": "keuudeip"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 17872632897,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 215061230497985,
+        "rshares": 14718810142092,
+        "voter": "v4vapid"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 2936339722118,
+        "voter": "newhope"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 43083740943,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1696316811168628,
+        "rshares": 1099078462119,
+        "voter": "tarazkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 43578893407309,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2569106003548,
+        "rshares": 138913333821,
+        "voter": "borislavzlatanov"
+      },
+      {
+        "percent": "3000",
+        "reputation": 15925403061479,
+        "rshares": 1770111335,
+        "voter": "titianus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 134497593829,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "600",
+        "reputation": 1614643030899,
+        "rshares": 1140797515,
+        "voter": "freebornsociety"
+      },
+      {
+        "percent": "5000",
+        "reputation": 68994397281969,
+        "rshares": 33570235828,
+        "voter": "tbnfl4sun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16365587743468,
+        "rshares": 105590161220,
+        "voter": "tamaralovelace"
+      },
+      {
+        "percent": "1250",
+        "reputation": 5017355015810,
+        "rshares": 2121020618,
+        "voter": "batman0916"
+      },
+      {
+        "percent": "3000",
+        "reputation": 91224250124,
+        "rshares": 7852302188,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "1000",
+        "reputation": 67938833822773,
+        "rshares": 26100447708,
+        "voter": "amberyooper"
+      },
+      {
+        "percent": "310",
+        "reputation": 39969242565947,
+        "rshares": 5737336489,
+        "voter": "iansart"
+      },
+      {
+        "percent": "2500",
+        "reputation": 76741990090791,
+        "rshares": 25657139445,
+        "voter": "valued-customer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 26963963683,
+        "voter": "drag33"
+      },
+      {
+        "percent": "1250",
+        "reputation": 23819307616416,
+        "rshares": 3028000560,
+        "voter": "farizal"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7901101123497,
+        "rshares": 264393354779,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 329877254452254,
+        "rshares": 8556817259,
+        "voter": "steeminator3000"
+      },
+      {
+        "percent": "451",
+        "reputation": 23577497062186,
+        "rshares": 108311527079,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15824477347297,
+        "rshares": 16189786886,
+        "voter": "tracer-paulo"
+      },
+      {
+        "percent": "300",
+        "reputation": 120327041068001,
+        "rshares": 10259135163,
+        "voter": "jayna"
+      },
+      {
+        "percent": "3000",
+        "reputation": 30158976168359,
+        "rshares": 6656535883,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "500",
+        "reputation": 249714086063585,
+        "rshares": 5466109861,
+        "voter": "thegreens"
+      },
+      {
+        "percent": "3000",
+        "reputation": 819401607197,
+        "rshares": 4867777095,
+        "voter": "apoloo1"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14175507042005,
+        "rshares": 1517935257,
+        "voter": "adambarratt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12206005251103,
+        "voter": "haejin"
+      },
+      {
+        "percent": "500",
+        "reputation": 18018060826148,
+        "rshares": 2219233974,
+        "voter": "shitsignals"
+      },
+      {
+        "percent": "1250",
+        "reputation": 1980506790459,
+        "rshares": 2301459357,
+        "voter": "taintedblood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8523774317190,
+        "rshares": 274395005846,
+        "voter": "investingpennies"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 115648755203,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "3300",
+        "reputation": 61249536206183,
+        "rshares": 37724769564,
+        "voter": "redrica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 119330309445038,
+        "rshares": 486791907726,
+        "voter": "minismallholding"
+      },
+      {
+        "percent": "3900",
+        "reputation": 24639928209538,
+        "rshares": 22111834688,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 16716523145,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "167",
+        "reputation": 51994511985595,
+        "rshares": 712674421884,
+        "voter": "tipu"
+      },
+      {
+        "percent": "500",
+        "reputation": 47942503950741,
+        "rshares": 51151531106,
+        "voter": "accelerator"
+      },
+      {
+        "percent": "2000",
+        "reputation": 139904553806579,
+        "rshares": 1162701024615,
+        "voter": "joshman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72384838675160,
+        "rshares": 625501760500,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "10000",
+        "reputation": 73578445665754,
+        "rshares": 222253220661,
+        "voter": "deathwing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3821748853208,
+        "rshares": 15327028536,
+        "voter": "izzydawn"
+      },
+      {
+        "percent": "750",
+        "reputation": 22607491274241,
+        "rshares": 625877610,
+        "voter": "suheri"
+      },
+      {
+        "percent": "5100",
+        "reputation": 86519807944048,
+        "rshares": 476183001541,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "1800",
+        "reputation": 137567392768,
+        "rshares": 2310207201,
+        "voter": "rodent"
+      },
+      {
+        "percent": "539",
+        "reputation": 0,
+        "rshares": 204007283197,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2125",
+        "reputation": 3082458647250,
+        "rshares": 2680978198,
+        "voter": "bluntsmasha"
+      },
+      {
+        "percent": "6000",
+        "reputation": 12722616650811,
+        "rshares": 2637423358111,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "500",
+        "reputation": 377317663062316,
+        "rshares": 129091326452,
+        "voter": "emrebeyler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1338862822184,
+        "rshares": 4082597976,
+        "voter": "potplucker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52628537782133,
+        "rshares": 150659538758,
+        "voter": "azwarrangkuti"
+      },
+      {
+        "percent": "500",
+        "reputation": 149410557707829,
+        "rshares": 2897899473,
+        "voter": "mhm-philippines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5341088715064,
+        "rshares": 1280181962,
+        "voter": "aquinotyron3"
+      },
+      {
+        "percent": "1250",
+        "reputation": 15812265318813,
+        "rshares": 6721863430,
+        "voter": "elderson"
+      },
+      {
+        "percent": "500",
+        "reputation": 16130268579186,
+        "rshares": 3064537019,
+        "voter": "fixedbydoc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 22762159675,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "3000",
+        "reputation": 110889227376345,
+        "rshares": 2902067296,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "1000",
+        "reputation": 14337364044156,
+        "rshares": 1358929749,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "500",
+        "reputation": 2675225025765,
+        "rshares": 1427252858,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "125",
+        "reputation": 94326416009060,
+        "rshares": 1593331062,
+        "voter": "paradigmprospect"
+      },
+      {
+        "percent": "400",
+        "reputation": 87246032649758,
+        "rshares": 6896236005,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "1250",
+        "reputation": 4648231677239,
+        "rshares": 795757807,
+        "voter": "davidamsterdam"
+      },
+      {
+        "percent": "5000",
+        "reputation": 204320724066,
+        "rshares": 2040616378,
+        "voter": "steem4all"
+      },
+      {
+        "percent": "10000",
+        "reputation": 154095359949,
+        "rshares": 133352664760,
+        "voter": "communitybank"
+      },
+      {
+        "percent": "300",
+        "reputation": 25048759621308,
+        "rshares": 2880763468,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6215934374069,
+        "rshares": 24328999553,
+        "voter": "wanderlass"
+      },
+      {
+        "percent": "500",
+        "reputation": 7978719984268,
+        "rshares": 6228839212,
+        "voter": "purefood"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 549408400,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "6000",
+        "reputation": 170235537022,
+        "rshares": 826253634,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "10000",
+        "reputation": 106792720297035,
+        "rshares": 53225764247,
+        "voter": "futuremind"
+      },
+      {
+        "percent": "1125",
+        "reputation": 79537112262409,
+        "rshares": 22132920297,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "10000",
+        "reputation": 216783552688214,
+        "rshares": 52059134454,
+        "voter": "chronocrypto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1764815915,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 662378571454,
+        "rshares": 12843221704,
+        "voter": "realtreebivvy"
+      },
+      {
+        "percent": "1250",
+        "reputation": 4053153102731,
+        "rshares": 5890001403,
+        "voter": "natha93"
+      },
+      {
+        "percent": "7000",
+        "reputation": 72301695702701,
+        "rshares": 231560802157,
+        "voter": "cadawg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 951803040,
+        "voter": "gavinatorial"
+      },
+      {
+        "percent": "10000",
+        "reputation": 463006291120,
+        "rshares": 123575764367,
+        "voter": "photohunt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89781199195,
+        "rshares": 773418077,
+        "voter": "photohunter1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75267801675,
+        "rshares": 1941364663,
+        "voter": "photohunter2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 78606992818,
+        "rshares": 1153278804,
+        "voter": "photohunter3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 62254250833,
+        "rshares": 1183000427,
+        "voter": "photohunter4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71504792482,
+        "rshares": 1189049791,
+        "voter": "photohunter5"
+      },
+      {
+        "percent": "400",
+        "reputation": 10898214322749,
+        "rshares": 2033471098,
+        "voter": "pkocjan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28432004809435,
+        "rshares": 1182725691006,
+        "voter": "condeas"
+      },
+      {
+        "percent": "2000",
+        "reputation": 182685861369,
+        "rshares": 553640074,
+        "voter": "darkpylon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 483223942335,
+        "rshares": 3849389774,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 12169509821,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4008189447,
+        "voter": "auminda"
+      },
+      {
+        "percent": "2100",
+        "reputation": 17385822919900,
+        "rshares": 10635859209,
+        "voter": "forester-joe"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 27252578765,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2400",
+        "reputation": 0,
+        "rshares": 43479561078,
+        "voter": "jagoe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3816248795564,
+        "rshares": 15558366625,
+        "voter": "life-relearnt"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2256065348315,
+        "rshares": 1639947019,
+        "voter": "frassman"
+      },
+      {
+        "percent": "3000",
+        "reputation": 158256810302501,
+        "rshares": 52813547651,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "3000",
+        "reputation": 805327713916,
+        "rshares": 1331889145,
+        "voter": "madpotters"
+      },
+      {
+        "percent": "1250",
+        "reputation": 1264471757925,
+        "rshares": 2615307343,
+        "voter": "sapphic"
+      },
+      {
+        "percent": "500",
+        "reputation": 1170108458021,
+        "rshares": 2229870871,
+        "voter": "bestboom"
+      },
+      {
+        "percent": "250",
+        "reputation": 426841756437061,
+        "rshares": 1012459522,
+        "voter": "abrockman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4038024331096,
+        "rshares": 473690717163,
+        "voter": "foxon"
+      },
+      {
+        "percent": "1500",
+        "reputation": 7324548372470,
+        "rshares": 22414732245,
+        "voter": "freddio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 2381023811,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 28552361537,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 238713537783,
+        "rshares": 2409200736,
+        "voter": "thejbullfrog"
+      },
+      {
+        "percent": "1000",
+        "reputation": 454088646937365,
+        "rshares": 31643939305,
+        "voter": "kgakakillerg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3640929701953,
+        "rshares": 285682335932,
+        "voter": "steemexperience"
+      },
+      {
+        "percent": "1250",
+        "reputation": 3137959660001,
+        "rshares": 47749411848,
+        "voter": "meanbees"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9020628089607,
+        "rshares": 17550245023,
+        "voter": "promobot"
+      },
+      {
+        "percent": "375",
+        "reputation": 10484590752220,
+        "rshares": 6132421038,
+        "voter": "veteranforcrypto"
+      },
+      {
+        "percent": "3927",
+        "reputation": 6222353205071,
+        "rshares": 161801350160,
+        "voter": "sbi4"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3042286903871,
+        "rshares": 9031163692,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "1800",
+        "reputation": 13183527861245,
+        "rshares": 4811435787,
+        "voter": "celinavisaez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 23257618586,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "6000",
+        "reputation": 28237853787625,
+        "rshares": 678324767,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9739341513,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "1250",
+        "reputation": 5298034156084,
+        "rshares": 3729943344,
+        "voter": "motherofalegend"
+      },
+      {
+        "percent": "2000",
+        "reputation": 63239211262012,
+        "rshares": 17692659810,
+        "voter": "marblely"
+      },
+      {
+        "percent": "3860",
+        "reputation": 0,
+        "rshares": 5517413084,
+        "voter": "we-are-lucky"
+      },
+      {
+        "percent": "625",
+        "reputation": 18701622566955,
+        "rshares": 2339293580,
+        "voter": "ambiguity"
+      },
+      {
+        "percent": "6000",
+        "reputation": 3516028097696,
+        "rshares": 52697317226370,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "250",
+        "reputation": 156376467869107,
+        "rshares": 8197884990,
+        "voter": "dalz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 52837110172217,
+        "rshares": 600755286,
+        "voter": "jk6276"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54720882961,
+        "rshares": 552724829,
+        "voter": "afknchill"
+      },
+      {
+        "percent": "1000",
+        "reputation": 18790919715448,
+        "rshares": 147194203120,
+        "voter": "luppers"
+      },
+      {
+        "percent": "500",
+        "reputation": 103580743464850,
+        "rshares": 58242305659,
+        "voter": "dlike"
+      },
+      {
+        "percent": "3000",
+        "reputation": 7532194699640,
+        "rshares": 2415300284,
+        "voter": "cubapl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12546717165553,
+        "rshares": 27198942187,
+        "voter": "tommasobusiello"
+      },
+      {
+        "percent": "50",
+        "reputation": 144910360949054,
+        "rshares": 925922114,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "400",
+        "reputation": 58772053733860,
+        "rshares": 79099009073,
+        "voter": "engrave"
+      },
+      {
+        "percent": "625",
+        "reputation": 714797470828,
+        "rshares": 29584243745,
+        "voter": "bengiles"
+      },
+      {
+        "percent": "637",
+        "reputation": 22970128827598,
+        "rshares": 5597185359,
+        "voter": "foodfightfriday"
+      },
+      {
+        "percent": "10000",
+        "reputation": 47168587998209,
+        "rshares": 1321014896,
+        "voter": "emperorhassy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 19411390895513,
+        "rshares": 113683051093,
+        "voter": "canna-curate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6585572723,
+        "rshares": 605188206,
+        "voter": "darkprince66"
+      },
+      {
+        "percent": "750",
+        "reputation": 12917013614413,
+        "rshares": 4585059394,
+        "voter": "canna-collective"
+      },
+      {
+        "percent": "10000",
+        "reputation": 799344880943,
+        "rshares": 7058459446,
+        "voter": "courtneyjensen"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 41322233184,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 158319289051,
+        "rshares": 1492256834,
+        "voter": "marconisnghtmr"
+      },
+      {
+        "percent": "1275",
+        "reputation": 1460324570172,
+        "rshares": 2249762928,
+        "voter": "kuku-splatts"
+      },
+      {
+        "percent": "6000",
+        "reputation": 32423491687236,
+        "rshares": 9848688392,
+        "voter": "maonx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 4397280571,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "2400",
+        "reputation": 30517153592067,
+        "rshares": 8301912599,
+        "voter": "variedades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21654779562526,
+        "rshares": 128152421973,
+        "voter": "bluerobo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 54389139366,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92013311245,
+        "rshares": 1490534345,
+        "voter": "fire451"
+      },
+      {
+        "percent": "10000",
+        "reputation": 132156755921,
+        "rshares": 950410115,
+        "voter": "starfighter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 100094377829,
+        "rshares": 782981238,
+        "voter": "seekingalpha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 971181267,
+        "rshares": 103624968986,
+        "voter": "primeradue"
+      },
+      {
+        "percent": "500",
+        "reputation": 1213063566738,
+        "rshares": 1922462199,
+        "voter": "permaculturedude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 164999481051,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 20502189,
+        "voter": "yff"
+      },
+      {
+        "percent": "500",
+        "reputation": 532708259860,
+        "rshares": 0,
+        "voter": "limka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 760008166155,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "1250",
+        "reputation": 0,
+        "rshares": 2632183184,
+        "voter": "bluemaskman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5616865862,
+        "rshares": 11075395079,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 193706512612,
+        "rshares": 1394437774,
+        "voter": "stevenmalik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3361375505909,
+        "rshares": 166411173794,
+        "voter": "giftgiver"
+      },
+      {
+        "percent": "2000",
+        "reputation": 22403588555771,
+        "rshares": 43201788559,
+        "voter": "thelogicaldude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2910555091868,
+        "rshares": 1075328700,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "167",
+        "reputation": 69910542366759,
+        "rshares": 8593141788,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 198827213221,
+        "rshares": 924511897,
+        "voter": "ruggedbeardmedia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7821008053985,
+        "rshares": 47520456766,
+        "voter": "chunkysoupsvc"
+      },
+      {
+        "percent": "8000",
+        "reputation": 224327580529,
+        "rshares": 628848535,
+        "voter": "steemadventures"
+      },
+      {
+        "percent": "10000",
+        "reputation": 105659627171,
+        "rshares": 672192705,
+        "voter": "nerdvania"
+      },
+      {
+        "percent": "10000",
+        "reputation": 116524391595,
+        "rshares": 720507595,
+        "voter": "bonfirepit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3600552137093,
+        "rshares": 4198455112,
+        "voter": "frugalgamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 366102309124,
+        "rshares": 1549045523,
+        "voter": "theresteemer5000"
+      },
+      {
+        "percent": "2000",
+        "reputation": 61476958391321,
+        "rshares": 961884000,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2597264781531,
+        "rshares": 4149190761,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 64270996976,
+        "voter": "banvie"
+      },
+      {
+        "percent": "250",
+        "reputation": 33348221474331,
+        "rshares": 1357994286,
+        "voter": "threejay"
+      },
+      {
+        "percent": "250",
+        "reputation": 1067767102949,
+        "rshares": 539255331,
+        "voter": "sm-silva"
+      },
+      {
+        "percent": "2000",
+        "reputation": 36087507440149,
+        "rshares": 157327106446,
+        "voter": "likwid"
+      },
+      {
+        "percent": "300",
+        "reputation": 20916803594387,
+        "rshares": 1379640287,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 499450701404,
+        "rshares": 578732758,
+        "voter": "iktisat"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1138890453375,
+        "rshares": 592918910,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "825",
+        "reputation": 425950247603,
+        "rshares": 3607671897,
+        "voter": "weedcash"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16098690446016,
+        "rshares": 17719029265,
+        "voter": "denisdenis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5170441273161,
+        "rshares": 993638200,
+        "voter": "gamemods"
+      },
+      {
+        "percent": "2300",
+        "reputation": 137643572467,
+        "rshares": 611588532,
+        "voter": "grannabis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 356055297693,
+        "rshares": 1171452385,
+        "voter": "everythingsmgirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206513155348,
+        "rshares": 2794274720,
+        "voter": "trichomesnetwork"
+      },
+      {
+        "percent": "1250",
+        "reputation": 612780456165,
+        "rshares": 1065818906,
+        "voter": "freedomring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 19803141073,
+        "voter": "good.game"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 3322988704,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "450",
+        "reputation": 14604990824032,
+        "rshares": 5532364246,
+        "voter": "asteroids"
+      },
+      {
+        "percent": "2000",
+        "reputation": 144361697175024,
+        "rshares": 38292246019,
+        "voter": "taskmaster4450le"
+      },
+      {
+        "percent": "10000",
+        "reputation": 317668300,
+        "rshares": 1046128274,
+        "voter": "tokensink"
+      },
+      {
+        "percent": "10000",
+        "reputation": 211230649528,
+        "rshares": 1153351798,
+        "voter": "knightsunited"
+      },
+      {
+        "percent": "387",
+        "reputation": 0,
+        "rshares": 915438875,
+        "voter": "sbi-tokens"
+      },
+      {
+        "percent": "318",
+        "reputation": 4144830007563,
+        "rshares": 1253630718,
+        "voter": "idig"
+      },
+      {
+        "percent": "600",
+        "reputation": 426404968,
+        "rshares": 24077366915,
+        "voter": "maxuvd"
+      },
+      {
+        "percent": "600",
+        "reputation": 6113738572,
+        "rshares": 30718950855,
+        "voter": "maxuve"
+      },
+      {
+        "percent": "500",
+        "reputation": 5118740660861,
+        "rshares": 730446023,
+        "voter": "joshmansters"
+      },
+      {
+        "percent": "1275",
+        "reputation": 0,
+        "rshares": 60765438289,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34430402982609,
+        "rshares": 32792511030,
+        "voter": "wanderein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527814071,
+        "voter": "madisonelizabeth"
+      },
+      {
+        "percent": "1380",
+        "reputation": 3195367578140,
+        "rshares": 15983447398,
+        "voter": "joshmania"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3257555962879,
+        "rshares": 773829152,
+        "voter": "bilpcoinrecords"
+      },
+      {
+        "percent": "890",
+        "reputation": 0,
+        "rshares": 798498415,
+        "voter": "tonimontana.leo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 447569668922,
+        "rshares": 2145921013,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "3000",
+        "reputation": 19755694,
+        "rshares": 457530687,
+        "voter": "javb"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 13765372558,
+        "voter": "snoochieboochies"
+      },
+      {
+        "percent": "1275",
+        "reputation": 13338109908260,
+        "rshares": 11240453574,
+        "voter": "splatts"
+      },
+      {
+        "percent": "2000",
+        "reputation": 336154498730,
+        "rshares": 1246325572,
+        "voter": "marblesz"
+      },
+      {
+        "percent": "3000",
+        "reputation": 32542453022,
+        "rshares": 2858606382,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671781569939,
+        "rshares": 797075032,
+        "voter": "waskeeid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 1998256303,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "1000",
+        "reputation": 29462647124297,
+        "rshares": 7400287852,
+        "voter": "mehmetfix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 427013797,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "1250",
+        "reputation": 667490902327,
+        "rshares": 976472865,
+        "voter": "groove-logic"
+      },
+      {
+        "percent": "1250",
+        "reputation": 1959764876295,
+        "rshares": 4830480984,
+        "voter": "almightymelon"
+      },
+      {
+        "percent": "5000",
+        "reputation": 243224347947,
+        "rshares": 21791633460,
+        "voter": "stuntman.mike"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15933159008,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "4100",
+        "reputation": 1209731647511,
+        "rshares": 681022197288,
+        "voter": "softworld"
+      },
+      {
+        "percent": "500",
+        "reputation": 5571802524553,
+        "rshares": 13358416418,
+        "voter": "polish.hive"
+      },
+      {
+        "percent": "1125",
+        "reputation": 22060257076152,
+        "rshares": 4951826470,
+        "voter": "quello"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2608133622104,
+        "rshares": 762805168,
+        "voter": "equeqtra"
+      },
+      {
+        "percent": "1000",
+        "reputation": 56831893473913,
+        "rshares": 8044116337,
+        "voter": "globalcurrencies"
+      },
+      {
+        "percent": "3000",
+        "reputation": 19801520667766,
+        "rshares": 3075707677,
+        "voter": "maitt87"
+      },
+      {
+        "percent": "6600",
+        "reputation": 1292923913128,
+        "rshares": 8311597536,
+        "voter": "hextech"
+      },
+      {
+        "percent": "250",
+        "reputation": 3177222978373,
+        "rshares": 2245761518,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "5000",
+        "reputation": 604442758770,
+        "rshares": 225884603312,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "400",
+        "reputation": 9650263289467,
+        "rshares": 2155636525,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "10000",
+        "reputation": -57238365235,
+        "rshares": 784672716,
+        "voter": "fakegod"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": 123843373190,
+        "voter": "ph-support"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4957739384,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "3000",
+        "reputation": 5470715229938,
+        "rshares": 1315147018,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "2000",
+        "reputation": 15777185838,
+        "rshares": 556809745,
+        "voter": "patronpass"
+      },
+      {
+        "percent": "3000",
+        "reputation": 23814154211011,
+        "rshares": 1269725373,
+        "voter": "syberia"
+      },
+      {
+        "percent": "1275",
+        "reputation": 0,
+        "rshares": 2099937759,
+        "voter": "w-splatts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 609978238,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1504916251112,
+        "rshares": 2032472171,
+        "voter": "portsundries"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3274158340408,
+        "rshares": 6172676156,
+        "voter": "spirall"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 4487088204,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "6000",
+        "reputation": 1668767539307,
+        "rshares": 872156053,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 156683332893,
+        "rshares": 727321468,
+        "voter": "mecurry"
+      },
+      {
+        "percent": "3000",
+        "reputation": 86405531104,
+        "rshares": 548374844,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3138149625,
+        "voter": "leovote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 106974013,
+        "voter": "braveonlines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 44728816757,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "baidyabulu"
+      }
+    ],
+    "author": "barge",
+    "author_reputation": 20304784933273,
+    "beneficiaries": [
+      {
+        "account": "deathwing",
+        "weight": 5000
+      }
+    ],
+    "body": "This is the second post within the space of October 2020 that I never thought I'd get to write. But writing it I am, having just (at 14.30 UTC today) successfully recovered this account from the brink of extinction.\n\n**TL;DR:** On 1 Oct I lost access to this account, @barge. I thought it was gone but there were still some tiny slivers of hope. This post describes the ebbing and flowing of that hope. This is the story of how I lost my account on one full moon and then regained it on another full moon, both within the same calendar month. It is also the story of the help I received, without which I would not be writing this here!\n\n![cover.jpg](https://files.peakd.com/file/peakd-hive/krunkypuram/z5lBn45u-cover.jpg)\n\n![page divider orange stars.png](https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png)\n\n## Flashbacks to when I was still 'in it':\n##### *15 October:*\nAs I type these words in the middle of October, I do not yet know whether I will be successful in recovering my account. I am hopeful that these words will be posted from the @barge account, but atm I am here, on the other side of the 9-minute divide that separates me from accessing it. On Oct 31 at 2.30pm, I will be leaping over that divide. My research into account recovery on Hive has indicated that the process is robust, and that the divide is small enough to jump over in the 9 minute-window that I have available to me.\n\nEven the fact that I have this window is a little bit of a miracle - to me anyhow! At the start of October, [I was convinced I had lost access to my account for good](https://peakd.com/hive/@krunkypuram/personal-announcement-barge-is-locked-up-or-how-i-lost-access-to-my-main-account). This state of mind was morose and ignorant of the full process of account recovery. I therefore didn't understand that I still stood a decent chance.\n\nI posted the issue in the peakD Discord server and @asgarth directed me to the Hive channel, where @deathwing told me 'not to worry' - the first time that I began to entertain real hope of recovering my account. I felt a heaviness lifting. He went on to provide me with tools and information which I have since armed myself with. I also studied @abitcoinskeptic's [excellent guide to account recovery](https://peakd.com/hive-114105/@abitcoinskeptic/how-to-recover-a-stolen-or-hacked-steem-account-password-recovery) which provided triangulation and a great overview of the recovery process. \n\n![originalchatwithdeathwing.jpg](https://files.peakd.com/file/peakd-hive/krunkypuram/g6vylnSB-original-chat-with-deathwing.jpg)\n\nI intend to do a rehearsal/run-through of recovering an account using HiveWorld as the tool and a couple of unused accounts I have the keys to. I will do this closer to the time and wish to have the kind of confidence in what I'm gonna be doing that comes through *doing it*. \n\nMy [post on the loss of the account](https://peakd.com/hive/@krunkypuram/personal-announcement-barge-is-locked-up-or-how-i-lost-access-to-my-main-account) is rather long. I'll TL;DR-it below:\n- on 1 Oct I changed account recovery for @barge from @steem to @nutraj (an unused alt of mine)\n- I also changed my keys on @barge and promptly lost them (see post for details)\n- I still have the old keys for @barge, so I **can** initiate account recovery (valid for 30 days after key change)\n- no point asking @steem to recover, will have to wait until recovery account switches to @nutraj\n- the 'recovery account' will switch to @nutraj just over 9 minutes before the old keys are no longer valid for account recovery, hence the '9-min' window.\n\nThere you have it, now what account will this be posted from?\n\n##### *26 October:*\nThings have moved on in this emotional rollercoaster of a month. \n\nThe first movement was down down down! \n\nOn the 22nd I attempted to do a run-through of the recovery process using HiveWorld and two test accounts. I ended up getting RPCErrors coming out of my ears and a heavy, sinking feeling. The process just wouldn't go through and kept returning a 'Missing Authority' error at the very last stage - ie after successfully having requested the account to be recovered. I knew that the nodes had been playing up since the last hardfork and a lot of code seems to have been affected. This may have had an effect on the recovery process and I didn't know whom to contact or what to do. \n\nMy heart sank once again as @barge seemed to recede into the distance. Also, around this period the WLEO on Uniswap had been hacked and there was the stress of losing not only my account and all that is in it, but also the liquidity I had provided to the Uniswap pool. Double Whack!\n\nAfter dipping really low, things started to pick up again for me. @khaleelkazi and the LEO team were able to not only salvage some of the pool funds, but, by foregoing a significant chunk of his own crypto, Khal [made whole and complete](https://peakd.com/hive-167922/@leofinance/wrapped-leo-white-paper-investigative-report-lp-refunds-and-wleo-relaunch) everyone's initial investment. Amazing!\n\nI returned once again to the Hive support section on Discord and posted about the issue I was having with the test account recovery RPC errors. As before, @deathwing got back to me right away with some further suggestions, including trying [Hivetasks account recovery](https://hivetasks.com/account-recovery). He also informed me that it would be possible to broadcast the transaction myself!\n\n![rcpchat.jpg](https://files.peakd.com/file/peakd-hive/krunkypuram/8tUEvH60-rcpchat.jpg)\n\nHowever, the process at Hivetasks returned the same RPC errors as Hiveworld.\n\nThis left me with the only seeming option of figuring out how to broadcast the transaction myself. I asked a friend or two if they knew how to do this, but they didn't. I had a look online to see what I could find. I have a few years of experience in providing tech support (Adobe) and have done a little bit of basic programming in the past, but this I concluded was beyond what I could feasibly figure out by myself in the time available.\n\n\"Perhaps @deathwing could run this script for me at his end\", I thought. \"I've received friendly support from him twice over this issue and I've checked his profile on the chain. I'd be happy to trust him and not hold him accountable if it failed. I'd also be happy to offer him 20% of what @barge holds in Hive and LEO if he were willing to do this for me.\"\n\nI drafted out a request/proposal consisting of my above-mentioned thoughts and DM'ed him on Discord. @deathwing got back immediately, his very first response informing me that he didn't want anything in return for helping!\n\nWhat followed was a 4-hour marathon in which he walked me through installing Python and running a script written for the purposes of recovering an account on the Hive blockchain. All I would have to do was enter the account names, the old and new Master passwords of the account to be recovered, and the Active key of the recovery account. I'd then have to use command prompt to start up Python and run the script.\n\nBut setting this up was not a particularly smooth or straighforward process. I kept encountering errors and he, undaunted, kept coming back with alternatives - \"try this, try that...\". @deathwing's approach was to encourage me to do this myself and he didn't give up even when, at one stage, I came close to doing so and asked him if wouldn't just do it for me, please? His response was clear - \"It's not that I can't or won't, it's just better if you do this yourself\".\n\nFortunately, I had just enough experience to follow his instructions. I took time out and reinstalled Python, configuring it exactly as per [an online guide](https://anthonydebarros.com/2018/06/21/setting-up-python-in-windows-10/) he'd asked me to follow. \n\nThis time Python started up! We moved incrementally closer and closer.\n\nThroughout the support session @deathwing's demeanour was calm, unhurried and undramatic (apart from a few gasps of frustration at having to support a windows machine :). I never felt rushed; never felt belittled for overlooking basic typos in the command prompt; never felt any *tech-support scorn*. I accepted his insistence that it would be better if I did this for myself rather than getting him to do it for me. I was greatly impressed by his competence and patience in guiding me through the process (and yes, I'm proud of myself for having been able to get there in the end too :).\n\nAnd so it worked at last! I was now empowered to broadcast and sign a transaction via a Python script that would recover an account where the current keys were lost, but the recently used keys were available. We ran it on the two test accounts and I confirmed the success of this by entering the new keys of the test account into Keychain and logging in. YES!!!\n\nThis all happened last night. By the end of the session my head was baked and my heart full of gratitude. *I now had the tools and methodology to recover @barge by myself*. I had to catch my breath.\n\nOn top of it all, @deathwing went on to ask for the exact timing of the 9-minute window I have for account recovery and said that he would be on standby when the time came. He left with a few more practical tips and his good wishes.\n\nWhat a guy!\n\nSince then, I have run the script a few times to ensure I have really really really got it. I have another 5 days to go and I will run the script again before the 31st.\n\n##### *30 October:*\nFewer than 24 hours to go now! I ran the recovery script yesterday on my test accounts and it went through smoothly. I hung around [Hiveblocks](https://hiveblocks.com/@barge) for 9 minutes at 13:30, 14:30 and 15:30 in an OCD covering of bases and page refreshing *just in case* the algorithm kicked in a day before expected (or an hour before or after, clocks having shifted). The recovery account on Hiveblocks remained 'steem'.\n\nThe script is written with barge configurations and is all set to go. At 14:30 tomorrow, once the recovery account switches to @nutraj, I will run the script and hold my breath as Python prints its magic words on my screen.\n\nI want to be posting this through @barge, may it be so!\n\n![page divider orange stars.png](https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png)\n\n## The Present Moment and Onwards:\n\nThis morning I checked and double checked the info, making sure everything was ready to roll. My recovery window ran from [14:29:36 (UTC)](https://hiveblocks.com/tx/d86f664faf84e2309dc7f52eb3c6d7531c27d8e2) until [14:38:57 (UTC)](https://hiveblocks.com/tx/6168830ee1065a7c32c8643db3eac683580bbb8a). As it approached, I calmed myself for some minutes before sitting at the computer. @deathwing, as promised, was on standby on Discord. At the precise, expected moment, the recovery account for @barge changed from @steem to @nutraj. With trembling hand I gave focus to the command prompt window and hit return.\n\nThe script ran like a well-oiled machine and the magic print proclaimed that the account had been recovered. I verified this by logging in a @barge and performing a few transactions like voting, commenting, claiming rewards. \n\nEverything tip-top, I am so utterly delighted. It is still sinking in!\n\nDuring my absence from @barge I started using @krunkypuram and stayed focused on LeoFinance stuff for the duration of my lockout. I kinda avoided the Barge side of things as it was rather painful to be reminded of loss. Going forward, I am going to transfer my LEO stake to Krunkypuram and continue to use it as my main account for posting through the LeoFinance interface. Barge will remain my main account for creative writing, photography and whatever else I feel like. \n\nThanks for reading \ud83d\ude4f\nBarge (aka @krunkypuram)\n\n![page divider orange stars.png](https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png)\n\n##### Links:\n- https://peakd.com/hive-114105/@abitcoinskeptic/how-to-recover-a-stolen-or-hacked-steem-account-password-recovery\n- https://peakd.com/hive-198327/@peak.answers/how-does-recovery-work\n- https://peakd.com/hive/@deathwing/psa-change-your-recovery-account-now\n- https://peakd.com/hive/@okean123/the-hive-account-recovery-probably-doesn-t-work-the-way-you-think\n- https://peakd.com/hive/@krunkypuram/personal-announcement-barge-is-locked-up-or-how-i-lost-access-to-my-main-account\n\n![page divider orange stars.png](https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png)\n\n##### Lessons:\n- change your recovery account and get it far, far away from @steem. It's highly unlikely you'd ever recover it should you need to, as [some have already discovered](https://peakd.com/hive-114105/@hlezama/evagavilan-is-now-evagavilan2-or-let-s-support-her-and-learn-from-her-ordeal)\n- if your Hive keys are the same as they were on Steem before the birth of Hive, change them too! HOWEVER, *first* change your recovery account, *then* wait a day or two (at least) before changing your keys. This time-interval will be your recovery window should it go wrong like it did for me. I had just 9 minutes!\n- the Hive recovery process is robust, well thought out and it works!\n\n![page divider orange stars.png](https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png)\n\n##### For The Hive Reader's Consideration:\n@deathwing is a Hive witness and now has my vote for evermore. If you are on the lookout for an inspiring witness to cast your vote for, please consider voting for him on the strength of what you have read here. If you wish, you can do this by going here: https://vote.hive.uno/@deathwing.",
+    "body_length": 13646,
+    "cashout_time": "2020-11-07T16:37:09",
+    "category": "hive",
+    "children": 26,
+    "created": "2020-10-31T16:37:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"description\":\"On 1st Oct Full Moon I lost access to this account. 31st Oct Full Moon I regained access. This is how events unfolded.\",\"tags\":[\"hive\",\"account\",\"recovery\",\"accountrecovery\",\"deathwing\",\"witness\",\"support\",\"testimony\",\"leofinance\",\"neoxian\"],\"users\":[\"barge.\",\"barge\",\"krunkypuram\",\"asgarth\",\"deathwing\",\"abitcoinskeptic\",\"steem\",\"nutraj\",\"khaleelkazi\",\"leofinance\",\"nutraj.\",\"peak.answers\",\"okean123\",\"steem.\",\"hlezama\",\"deathwing.\"],\"links\":[\"/@barge\",\"/@barge\",\"/hive/@krunkypuram/personal-announcement-barge-is-locked-up-or-how-i-lost-access-to-my-main-account\",\"/@asgarth\",\"/@deathwing\",\"/@abitcoinskeptic\",\"/hive-114105/@abitcoinskeptic/how-to-recover-a-stolen-or-hacked-steem-account-password-recovery\",\"/hive/@krunkypuram/personal-announcement-barge-is-locked-up-or-how-i-lost-access-to-my-main-account\",\"/@barge\",\"/@steem\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/krunkypuram/z5lBn45u-cover.jpg\",\"https://files.peakd.com/file/peakd-hive/barge/fDZewdH2-page20divider20orange20stars.png\",\"https://files.peakd.com/file/peakd-hive/krunkypuram/g6vylnSB-original-chat-with-deathwing.jpg\",\"https://files.peakd.com/file/peakd-hive/krunkypuram/8tUEvH60-rcpchat.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-31T16:43:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 198212636137683,
+    "parent_author": "",
+    "parent_permlink": "hive",
+    "pending_payout_value": "46.293 HBD",
+    "percent_hbd": 10000,
+    "permlink": "hive-account-loss-and-recovery-a-personal-tale-unfolds-between-two-full-moons",
+    "post_id": 100332837,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hive Account Loss And Recovery: A Personal Tale Unfolds Between Two Full Moons",
+    "title": "Hive Account Loss And Recovery: A Personal Tale Unfolds Between Two Full Moons",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive/@barge/hive-account-loss-and-recovery-a-personal-tale-unfolds-between-two-full-moons"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "2000",
+        "reputation": 520861791056580,
+        "rshares": 31595400834573,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "384",
+        "reputation": 19245698180508,
+        "rshares": 81747425949,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "1000",
+        "reputation": 109424005488868,
+        "rshares": 59215487092,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "500",
+        "reputation": 352970428645376,
+        "rshares": 314999559421,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "1050",
+        "reputation": 34103703963623,
+        "rshares": 4826996722,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "2000",
+        "reputation": 12227576577296,
+        "rshares": 7233526067,
+        "voter": "anarcist69"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 48977189840,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34211152246428,
+        "rshares": 120925855417,
+        "voter": "mcsvi"
+      },
+      {
+        "percent": "1200",
+        "reputation": 25539300441985,
+        "rshares": 15796482204,
+        "voter": "natubat"
+      },
+      {
+        "percent": "2000",
+        "reputation": 149827038166480,
+        "rshares": 77640110354,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 41859114387,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7729510836090,
+        "rshares": 270105368682,
+        "voter": "discovereurovelo"
+      },
+      {
+        "percent": "800",
+        "reputation": 35641258249201,
+        "rshares": 1586806008,
+        "voter": "oleg326756"
+      },
+      {
+        "percent": "1500",
+        "reputation": 59094884211730,
+        "rshares": 2132677376,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "7200",
+        "reputation": 96863592771723,
+        "rshares": 74066491691,
+        "voter": "noemilunastorta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1518083356569,
+        "rshares": 21571772913,
+        "voter": "sodom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 43681230120998,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "1500",
+        "reputation": 15925403061479,
+        "rshares": 771072482,
+        "voter": "titianus"
+      },
+      {
+        "percent": "1500",
+        "reputation": 42486683511346,
+        "rshares": 4391914580,
+        "voter": "ma1neevent"
+      },
+      {
+        "percent": "1600",
+        "reputation": 91224250124,
+        "rshares": 3649191614,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20837541242644,
+        "rshares": 2026553073,
+        "voter": "grider123"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1748651637089,
+        "rshares": 2013281317,
+        "voter": "khussan"
+      },
+      {
+        "percent": "4000",
+        "reputation": 50342140379200,
+        "rshares": 1067804548397,
+        "voter": "followbtcnews"
+      },
+      {
+        "percent": "500",
+        "reputation": 26139147505179,
+        "rshares": 923990678,
+        "voter": "rt395"
+      },
+      {
+        "percent": "1500",
+        "reputation": 4670277351214,
+        "rshares": 2904425397,
+        "voter": "artsygoddess"
+      },
+      {
+        "percent": "4000",
+        "reputation": 52265957847349,
+        "rshares": 367049533814,
+        "voter": "crimsonclad"
+      },
+      {
+        "percent": "1500",
+        "reputation": 27181214818551,
+        "rshares": 1040937988,
+        "voter": "hotsauceislethal"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30158976168359,
+        "rshares": 11080338542,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2826592035,
+        "rshares": 31653287013,
+        "voter": "techken"
+      },
+      {
+        "percent": "8000",
+        "reputation": 24347064093050,
+        "rshares": 30886509827,
+        "voter": "mynewlife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 383614057025318,
+        "rshares": 1664284962853,
+        "voter": "livinguktaiwan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 24021698289849,
+        "rshares": 5321082074,
+        "voter": "damm-steemit"
+      },
+      {
+        "percent": "1000",
+        "reputation": 14764501234506,
+        "rshares": 2238481378,
+        "voter": "nolasco"
+      },
+      {
+        "percent": "1600",
+        "reputation": 44467529253991,
+        "rshares": 4976544525,
+        "voter": "dante31"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219861479290565,
+        "rshares": 2220657942,
+        "voter": "hangin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20285621918859,
+        "rshares": 19581478155,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12546060025639,
+        "voter": "haejin"
+      },
+      {
+        "percent": "3200",
+        "reputation": 181080687674137,
+        "rshares": 1111546117841,
+        "voter": "howo"
+      },
+      {
+        "percent": "3200",
+        "reputation": 895691331080490,
+        "rshares": 3698149307964,
+        "voter": "ocd"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1790763390354,
+        "rshares": 1074507330,
+        "voter": "koh"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1912914147521,
+        "rshares": 1859406974,
+        "voter": "onethousandwords"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25406027451406,
+        "rshares": 6824026874,
+        "voter": "martibis"
+      },
+      {
+        "percent": "1650",
+        "reputation": 61249536206183,
+        "rshares": 19270184784,
+        "voter": "redrica"
+      },
+      {
+        "percent": "4200",
+        "reputation": 24639928209538,
+        "rshares": 24269956214,
+        "voter": "santigs"
+      },
+      {
+        "percent": "2100",
+        "reputation": 51994511985595,
+        "rshares": 8844064641288,
+        "voter": "tipu"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11249029771,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "5000",
+        "reputation": 269293544057,
+        "rshares": 5650084378,
+        "voter": "saltiberra"
+      },
+      {
+        "percent": "5000",
+        "reputation": 140483466255317,
+        "rshares": 254960878372,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 128229050079,
+        "rshares": 771376171,
+        "voter": "cconn"
+      },
+      {
+        "percent": "771",
+        "reputation": 0,
+        "rshares": 16949712118,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "2000",
+        "reputation": 82083033108,
+        "rshares": 529168599,
+        "voter": "tomwafula"
+      },
+      {
+        "percent": "1280",
+        "reputation": 445234100950820,
+        "rshares": 3825024454588,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "2550",
+        "reputation": 49274532972171,
+        "rshares": 3550196532,
+        "voter": "mawit07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 366168985985447,
+        "rshares": 129620816519,
+        "voter": "steemitworldmap"
+      },
+      {
+        "percent": "1600",
+        "reputation": 16626980732032,
+        "rshares": 1506149420,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "1600",
+        "reputation": 20299637563719,
+        "rshares": 946548351,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "100",
+        "reputation": 86519807944048,
+        "rshares": 8309597407,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13971360461719,
+        "rshares": 17513781082,
+        "voter": "bigdizzle91"
+      },
+      {
+        "percent": "1600",
+        "reputation": 54554402347359,
+        "rshares": 5984114345,
+        "voter": "hanggggbeeee"
+      },
+      {
+        "percent": "195",
+        "reputation": 0,
+        "rshares": 71501243217,
+        "voter": "investegg"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 5148213406,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "200",
+        "reputation": 50675272500651,
+        "rshares": 737381389,
+        "voter": "dejan.vuckovic"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5222523003970,
+        "rshares": 4189920814,
+        "voter": "angelro"
+      },
+      {
+        "percent": "960",
+        "reputation": 72060804308794,
+        "rshares": 251932894076,
+        "voter": "eonwarped"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4844110760338,
+        "rshares": 14650946965,
+        "voter": "steef-05"
+      },
+      {
+        "percent": "1600",
+        "reputation": 579461579559,
+        "rshares": 27768633227,
+        "voter": "sankysanket18"
+      },
+      {
+        "percent": "1280",
+        "reputation": 157805541487641,
+        "rshares": 755873441393,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35969154710476,
+        "rshares": 20287676878,
+        "voter": "b00m"
+      },
+      {
+        "percent": "3000",
+        "reputation": 66785151966461,
+        "rshares": 143664848550,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 20534226571,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "400",
+        "reputation": 1521170786625,
+        "rshares": 783659896,
+        "voter": "romanaround"
+      },
+      {
+        "percent": "4500",
+        "reputation": 1494643252435,
+        "rshares": 15802552652,
+        "voter": "lpv"
+      },
+      {
+        "percent": "1500",
+        "reputation": 110889227376345,
+        "rshares": 1351262406,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "1600",
+        "reputation": 14337364044156,
+        "rshares": 2276634175,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13345171215929,
+        "rshares": 4492195214,
+        "voter": "r00sj3"
+      },
+      {
+        "percent": "2000",
+        "reputation": 87246032649758,
+        "rshares": 34760376293,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "5000",
+        "reputation": -83817811053,
+        "rshares": 5616124041,
+        "voter": "payger"
+      },
+      {
+        "percent": "2000",
+        "reputation": 25048759621308,
+        "rshares": 19524205385,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "4000",
+        "reputation": 49210493751560,
+        "rshares": 16784351079,
+        "voter": "sinochip"
+      },
+      {
+        "percent": "1000",
+        "reputation": 6555458292490,
+        "rshares": 38178014070,
+        "voter": "warnas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 98095865629508,
+        "rshares": 453164416358,
+        "voter": "trincowski"
+      },
+      {
+        "percent": "5000",
+        "reputation": 48456913838551,
+        "rshares": 9689124907,
+        "voter": "haydae"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2826422159971,
+        "rshares": 2806155903,
+        "voter": "piotr42"
+      },
+      {
+        "percent": "1600",
+        "reputation": 2705558121541,
+        "rshares": 559977264,
+        "voter": "debilog"
+      },
+      {
+        "percent": "1600",
+        "reputation": 47747940709375,
+        "rshares": 2882537220,
+        "voter": "gatolector"
+      },
+      {
+        "percent": "3200",
+        "reputation": 4705304861944,
+        "rshares": 467008941890,
+        "voter": "ocd-witness"
+      },
+      {
+        "percent": "2000",
+        "reputation": 442944056818,
+        "rshares": 753557976,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "1050",
+        "reputation": 411588240625,
+        "rshares": 758468524,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "2500",
+        "reputation": 1119318751394,
+        "rshares": 643255679,
+        "voter": "noechie1827"
+      },
+      {
+        "percent": "5100",
+        "reputation": 86838371749119,
+        "rshares": 152894718868,
+        "voter": "crazy-andy"
+      },
+      {
+        "percent": "2000",
+        "reputation": 182685861369,
+        "rshares": 550493159,
+        "voter": "darkpylon"
+      },
+      {
+        "percent": "1600",
+        "reputation": 483223942335,
+        "rshares": 648436420,
+        "voter": "elektr1ker"
+      },
+      {
+        "percent": "1050",
+        "reputation": 17385822919900,
+        "rshares": 5248342751,
+        "voter": "forester-joe"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 24727366063,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6347278940631,
+        "rshares": 8201474818,
+        "voter": "steempampanga"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3441314325667,
+        "rshares": 89992018159,
+        "voter": "norwegianbikeman"
+      },
+      {
+        "percent": "1600",
+        "reputation": 158256810302501,
+        "rshares": 24273297020,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 272498222484683,
+        "rshares": 1026654873058,
+        "voter": "erikah"
+      },
+      {
+        "percent": "4000",
+        "reputation": 58256862375288,
+        "rshares": 25130599398,
+        "voter": "vcclothing"
+      },
+      {
+        "percent": "800",
+        "reputation": 174856977309980,
+        "rshares": 25306258124,
+        "voter": "ivansnz"
+      },
+      {
+        "percent": "1500",
+        "reputation": 65521507383931,
+        "rshares": 7352614110,
+        "voter": "oscurity"
+      },
+      {
+        "percent": "2100",
+        "reputation": 3042286903871,
+        "rshares": 9495896388,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "320",
+        "reputation": 152242646200543,
+        "rshares": 1169650196,
+        "voter": "serialfiller"
+      },
+      {
+        "percent": "2880",
+        "reputation": 4303567006285,
+        "rshares": 49621909001,
+        "voter": "gwilberiol"
+      },
+      {
+        "percent": "500",
+        "reputation": 70214892950356,
+        "rshares": 188532191150,
+        "voter": "nateaguila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17999475515816,
+        "rshares": 10428140915,
+        "voter": "sk1920"
+      },
+      {
+        "percent": "10000",
+        "reputation": 53830012707,
+        "rshares": 6815639542,
+        "voter": "spamfarmer"
+      },
+      {
+        "percent": "5000",
+        "reputation": 401559670619,
+        "rshares": 1535864215,
+        "voter": "onethousandpics"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5018145865179,
+        "rshares": 5679029356,
+        "voter": "bimaladevi"
+      },
+      {
+        "percent": "1200",
+        "reputation": 104294499613195,
+        "rshares": 44427881372,
+        "voter": "deepu7"
+      },
+      {
+        "percent": "525",
+        "reputation": 27522752785541,
+        "rshares": 2593815720,
+        "voter": "longer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 3516028097696,
+        "rshares": 24774623287028,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "2000",
+        "reputation": 118140326729872,
+        "rshares": 7223031046,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "800",
+        "reputation": 24307599069679,
+        "rshares": 2759285412,
+        "voter": "dronegraphica"
+      },
+      {
+        "percent": "4500",
+        "reputation": 5294199154619,
+        "rshares": 4574392458,
+        "voter": "london65"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10507059542084,
+        "rshares": 18038445665,
+        "voter": "arhat"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32787366325026,
+        "rshares": 20771321521,
+        "voter": "rayshiuimages"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 6830101362,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "3000",
+        "reputation": 12917013614413,
+        "rshares": 17924780127,
+        "voter": "canna-collective"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13238201387755,
+        "rshares": 59058850725,
+        "voter": "stefano.massari"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7385938119874,
+        "rshares": 183525197660,
+        "voter": "thevil"
+      },
+      {
+        "percent": "4000",
+        "reputation": -68594610567,
+        "rshares": 63427992558,
+        "voter": "blarchive"
+      },
+      {
+        "percent": "1600",
+        "reputation": 57675290515578,
+        "rshares": 1396276568,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "4000",
+        "reputation": 916241881,
+        "rshares": 2208551134,
+        "voter": "anarcist"
+      },
+      {
+        "percent": "2500",
+        "reputation": 765680106224,
+        "rshares": 580044805,
+        "voter": "hubyr"
+      },
+      {
+        "percent": "1200",
+        "reputation": 30517153592067,
+        "rshares": 3941592632,
+        "voter": "variedades"
+      },
+      {
+        "percent": "5000",
+        "reputation": 88423473475,
+        "rshares": 1704107946,
+        "voter": "thehealthylife"
+      },
+      {
+        "percent": "5000",
+        "reputation": 124735349102,
+        "rshares": 7068107812,
+        "voter": "enthef"
+      },
+      {
+        "percent": "2720",
+        "reputation": 72504131225,
+        "rshares": 270296481,
+        "voter": "agent14"
+      },
+      {
+        "percent": "1600",
+        "reputation": 15820967488528,
+        "rshares": 881847767,
+        "voter": "mazima"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4971032410468,
+        "rshares": 22884336208,
+        "voter": "diytube"
+      },
+      {
+        "percent": "2100",
+        "reputation": 9483360545909,
+        "rshares": 2667366908,
+        "voter": "mia-cc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 745901736191,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "2500",
+        "reputation": 4594852669149,
+        "rshares": 901182754,
+        "voter": "rappler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 81680066523542,
+        "rshares": 79604222096,
+        "voter": "gulia.peito"
+      },
+      {
+        "percent": "2100",
+        "reputation": 69910542366759,
+        "rshares": 107648252523,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "1600",
+        "reputation": 12351124481881,
+        "rshares": 3205568893,
+        "voter": "squareonefarms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13679044231520,
+        "rshares": 13403194594,
+        "voter": "erikahfit"
+      },
+      {
+        "percent": "384",
+        "reputation": 120936131908085,
+        "rshares": 28449289445,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "1600",
+        "reputation": 116854383655456,
+        "rshares": 3774982664,
+        "voter": "yiobri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29888557634290,
+        "rshares": 21635459808,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2597264781531,
+        "rshares": 4667987451,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "500",
+        "reputation": 584484995619,
+        "rshares": 525959771,
+        "voter": "tinyhousecryptos"
+      },
+      {
+        "percent": "5000",
+        "reputation": 740910322022,
+        "rshares": 2281361240,
+        "voter": "glstech"
+      },
+      {
+        "percent": "150",
+        "reputation": 20916803594387,
+        "rshares": 666602883,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1786557747380,
+        "rshares": 15822707831,
+        "voter": "mitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 677559749362,
+        "rshares": 792244801,
+        "voter": "cassi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63432644423328,
+        "rshares": 86757094687,
+        "voter": "helcim"
+      },
+      {
+        "percent": "1500",
+        "reputation": 5534169836169,
+        "rshares": 868617382,
+        "voter": "wanderingmoon"
+      },
+      {
+        "percent": "25",
+        "reputation": 0,
+        "rshares": 1081570318,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "1600",
+        "reputation": 62988003579804,
+        "rshares": 5347702263,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2329458677600,
+        "rshares": 293071044785,
+        "voter": "vipservice"
+      },
+      {
+        "percent": "1600",
+        "reputation": 447569668922,
+        "rshares": 652739572,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "1500",
+        "reputation": 24720459476673,
+        "rshares": 5994532022,
+        "voter": "delilhavores"
+      },
+      {
+        "percent": "103",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "toni.ccc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39952054197576,
+        "rshares": 249944969631,
+        "voter": "lacking"
+      },
+      {
+        "percent": "420",
+        "reputation": 14577043701834,
+        "rshares": 582189311,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "1600",
+        "reputation": 4006970074087,
+        "rshares": 529417326,
+        "voter": "goldstreet"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9624495306704,
+        "rshares": 47596976066102,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30837223420968,
+        "rshares": 7665073976,
+        "voter": "drew0"
+      },
+      {
+        "percent": "8000",
+        "reputation": 32147251597754,
+        "rshares": 759179225881,
+        "voter": "diyhub"
+      },
+      {
+        "percent": "640",
+        "reputation": 9568816243033,
+        "rshares": 6261298100,
+        "voter": "dpend.active"
+      },
+      {
+        "percent": "10000",
+        "reputation": 172540054299306,
+        "rshares": 1936184702380,
+        "voter": "pinmapple"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37484144443,
+        "rshares": 339405758008,
+        "voter": "mountaingod"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 177959141,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "3900",
+        "reputation": 1209731647511,
+        "rshares": 603558067739,
+        "voter": "softworld"
+      },
+      {
+        "percent": "1600",
+        "reputation": 7034683328715,
+        "rshares": 1328085381,
+        "voter": "iameden"
+      },
+      {
+        "percent": "3000",
+        "reputation": 54824847159245,
+        "rshares": 32825453356,
+        "voter": "discoveringarni"
+      },
+      {
+        "percent": "2000",
+        "reputation": 15777185838,
+        "rshares": 556834220,
+        "voter": "patronpass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1289890269498,
+        "rshares": 808486991,
+        "voter": "greengalletti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 48770903841,
+        "voter": "gohive"
+      },
+      {
+        "percent": "1050",
+        "reputation": 906267166974,
+        "rshares": 1065157116,
+        "voter": "sevenoh-fiveoh"
+      },
+      {
+        "percent": "1600",
+        "reputation": 11758355842388,
+        "rshares": 2333910373,
+        "voter": "libbi"
+      },
+      {
+        "percent": "1600",
+        "reputation": 3274158340408,
+        "rshares": 3302779001,
+        "voter": "spirall"
+      },
+      {
+        "percent": "1600",
+        "reputation": 5921144534369,
+        "rshares": 817581593,
+        "voter": "zoeanavid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 3840508411,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8045892348,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "1050",
+        "reputation": 5101149014,
+        "rshares": 562591068,
+        "voter": "briight"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 1513729263990,
+        "voter": "usainvote"
+      }
+    ],
+    "author": "digi-me",
+    "author_reputation": 114256216898620,
+    "beneficiaries": [],
+    "body": "<center>https://images.hive.blog/DQmaKxdJN7K6iipF2hne4S6CBUQsukjD6rRimEFMqjAUXyV/DSC_01.jpg</center>\n\nThe very name Shangri-La means to most of us a mysterious place or a hidden paradise. A place that has nothing to do with reality and that exists nowhere else else but in the imagination of James Hilton's novel, Lost Horizons.  As far as I know, the name became known through this novel that Hilton wrote in 1933. It is about a plane that crashes in a hidden valley in the Himalayan mountain world. The survivors arrive at a valley with Tibetan temples, which turns out to be a heaven on earth, hidden in a secret place where people hardly age. Since the novel came out, the name Shangri-La seems to have been associated with mystery.\n<p><br/></p>\n<center>https://images.hive.blog/DQmcAGJTwQoa3sx2VCwfsPhVC6ayiXr94W91Ww8ErF4a1Zr/DSC_02.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmWdZt8c3TsgwXuvSTJPK7oqeQDdNDyVxwrM6poTUZTukz/DSC_03.jpg</center>\n<p></p>\nIt is not only in the imagination that Shangri-La exists. This place is place is located is the province of Yunnan in the southern corner of China, bordering Vietnam, Myanmar and Laos. If you for some reason can't visit Tibet, then go to Shangri-la. This is probably as close as you can get.\n<p><br/></p>\n<center>\nhttps://images.hive.blog/DQmRJajtzmtVA35uear9jmWTPxLGW89GpcNYz7L3nB27Hvh/DSC_04.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmPzMjYFqVUn8LEVmxEG2tdjtKH5L2eE7Xhn5umDv9GjoH/DSC_05.JPG</center>\n<p></p>\nShangri-La was our last stop on a drive which started in Lijiang. It's situated a little more than 3000 m. above sea levell, which makes it nescessary to take it slowly the first day, before starting to explore the surroundings. The highlight of our visit was definitly the Songzanlin Monastery not far from the town itself. It's the largest and most famous Tibetan Buddhist monastery in Yunnan. Because it resembles the Potala Palace in Lhasa (Tibet) it's often referred to as \u00abLittle Potala Palace\u00bb. \n<p><br/></p>\n<center>https://images.hive.blog/DQmSCqGiecXTNkc31Yenx1asDtUZDwi6yNsDPzDtHWwmsf2/DSC_06.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmbGx7p8QCbCVEecy8JctWTjgpSapc83aDH22ATxokaage/DSC_07.jpg</center>\n<p></p>\nIt was built in the traditional Tibetan style by the 5th Dalai Lama.  A process that started in 1679 and was finished in 1681. In its heyday there were over 1.000 monks at the monastery. During all these years there has been many changes. During the Cultural Revolution (1966 \u2013 1976) the whole place was almost destroyed, but it was rebuilt and reopened again.\n<p><br/></p>\n<center>https://images.hive.blog/DQmVZmpKohBBQYA7KbTPcgEgNihdxF93ifrsmZNw31yYahc/DSC_08.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmVqLrd6YwmqnuGeqddsoAE7gCH8mMBrEcEftGG6fjEkpu/DSC_09.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmSALvx1KJvchbB7dDPLbyrzXJiJ5d8CJHGALBHtHLke3n/DSC_010.JPG</center>\n<p></p>\nTo get there, we took a local bus, paid our entrance tickets and started to explore.  All together the buildings constitute a five-story complex, so when entering, you have to climb the 146 steps leading to the top. It does't sound as if it should be too hard. But doing it at an altitude of 3.300 m.  above sea level, it becomes a walk that took our breath away, forcing us to walk slowly.\n <p><br/></p>\n<center>https://images.hive.blog/DQmR8zozV52eauMH3sUPWyBHusoCrM9bEYCV9iW4B1sugBz/DSC_011.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmPmCXxToe8JB5aJE2Bg1WsR3hGXHp6JcaZcu9HfMyBonG/DSC_012.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmWKRaViKagQqK93389R1C4tpkSNEUgBTeKXP7xjvBcwnA/DSC_013.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmZRQxig79m65z2jr64UEtoorAFiuxeBCkakpJy8uLvJaN/DSC_014.JPG</center>\n<p></p>\nWe didn't go straight to the top either. There are many small rooms where young monks are studying, giving us time to catch our breath and at the same time get an insight into the life of a monastery. Once on the top the view of the surrounding countryside is amazing.\n<p><br/></p>\n<center>https://images.hive.blog/DQmXSJZkC1BAAcqheKgicfnHeDR86Qym2SPqBjWvtg7LRUY/DSC_015.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmZfrBxuvLTby7gAFnBkTMvXXQR1G49PvSbqg7z59DsR6F/DSC_16.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmZRmQbE2vAsxunsQBxECVpFgQYuxamedqb1mwgriBvHTb/DSC_017.JPG</center>\n<p></p>\nThe gilded roof shows the strong connection with Tibetan building style. The whole complex has hundreds of rooms where the monks are living. There are some magnificent, spacious main halls. All richly decorated.  The whole place is filled with treasures like the golden Buddhas, frescos, murals etc. You can easily spend hours here. \n<p><br/></p>\n<center>https://images.hive.blog/DQmYNTqtjywTPzcds5gb8TkzYDvS1oKNuyYZM46s3VG4dQK/DSC_018.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmYFe2iLRfJbyhTWuRPLtcqDMzKskm5fDX9s4WXB3yXAsP/DSC_019.JPG</center>\n<p></p>\nThe Tibetans are very much dedicated to religious life and celebrate the annual Gedong Festival here, just like in Tibet. Pious believers come here to pray.  For each step, they knock the ground with knees and forehead.\n<p><br/></p>\n<center>https://images.hive.blog/DQmcPJNVnCTgCJbxo2tUvhfxdrNGjHGog9aEE728fU8RSAi/DSC_020.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmSp5UJRB7VfmJ7QGtKQ8LJ87P9p9WwJM41K8mD6bGvHde/DSC_021.JPG\n<p><br/></p>\nhttps://images.hive.blog/DQmbU45cRXgontBJv8ja4WrmHGBFrTCM2ZfnCKN3PGuxmkS/DSC_022.jpg\n<p><br/></p>\nhttps://images.hive.blog/DQmb5ouW2uQLR6FKNi7gCwnoq3bwr96YdcJLYjULrANtEv9/DSC_023.jpg</center>\n<p></p>\nTo get some distance to the whole building, we took the trip around the lake. There are paths that you can follow all the way around. It can be recommended. It's incredibly beautiful to look at Songzandin from a distance. Shangri-La certainly does exist. \n<p></p>\nSources: \nInformation at the monastery\n\nhttps://www.topchinatravel.com/china-attractions/songzanlin-lamasery.htm\n\n<p><br/></p>\n<p>Please do follow if you want to keep up with my next travel story. Any upvotes or resteems are hugely appreciated!</p>\n<p>Latest travel stories, check out :<br />\n<a href=\"https://hive.blog/hive-184437/@digi-me/south-africa-the-best-view-of-a-city-is-from-the-top-of-a-mountain\">South-Africa \u2013 The best view of a city is from the top of a mountain</a></p>\n<p><br/></p>\n<p>U.J</p>\n<p>Kristiansand, Norway</p>\n<p>All the photoes are mine, Ulla Jensen (flickr, Instagram and facebook)</p>\n[//]:# (!pinmapple 28.106126 lat 99.702780 long China \u2013 Does Shangri-La only exist in our imagination? d3scr)\n<p><br/></p>\n<p><center><a href=\"https://steemit.com/introduceyourself/@digi-me/365-days-on-steemit\">Read about us?</a> // <a href=\"https://steemit.com/@digi-me\">Main page!</a><br>\nLatest content: <a href=\"https://hive.blog/hive-184437/@digi-me/south-africa-the-best-view-of-a-city-is-from-the-top-of-a-mountain\">Travel</a>, <a href=\"https://hive.blog/hive-163772/@digi-me/street-art-76-from-amusement-park-to-cultural-park-aalborg-denmark\">Art</a>, <a href=\"https://steemit.com/food/@digi-me/easter-cake\">Food</a>, <a href=\"https://hive.blog/hive-174578/@digi-me/the-world-invention-the-history-of-the-disney-figures-and-the-production\">Article</a>, <a href=\"https://steemit.com/poetry/@digi-me/how-should-you-be-perceived-in-life-from-anyone\">Poetry</a><br>\nhttps://cdn.steemitimages.com/DQmcqzxkvfRSyuudJwYEWbPkAteNz8FRyBrsLiZXb1KKur9/Steemit%20header.jpg</p></center>",
+    "body_length": 7317,
+    "cashout_time": "2020-11-09T17:21:27",
+    "category": "hive-163772",
+    "children": 13,
+    "created": "2020-11-02T17:21:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"tags\":[\"travel\",\"photography\",\"fotofeed\",\"archisteem\",\"ocd\",\"c-squared\",\"creativecoin\"],\"image\":[\"https://images.hive.blog/DQmaKxdJN7K6iipF2hne4S6CBUQsukjD6rRimEFMqjAUXyV/DSC_01.jpg\",\"https://images.hive.blog/DQmcAGJTwQoa3sx2VCwfsPhVC6ayiXr94W91Ww8ErF4a1Zr/DSC_02.jpg\",\"https://images.hive.blog/DQmWdZt8c3TsgwXuvSTJPK7oqeQDdNDyVxwrM6poTUZTukz/DSC_03.jpg\",\"https://images.hive.blog/DQmRJajtzmtVA35uear9jmWTPxLGW89GpcNYz7L3nB27Hvh/DSC_04.jpg\",\"https://images.hive.blog/DQmPzMjYFqVUn8LEVmxEG2tdjtKH5L2eE7Xhn5umDv9GjoH/DSC_05.JPG\",\"https://images.hive.blog/DQmSCqGiecXTNkc31Yenx1asDtUZDwi6yNsDPzDtHWwmsf2/DSC_06.jpg\",\"https://images.hive.blog/DQmbGx7p8QCbCVEecy8JctWTjgpSapc83aDH22ATxokaage/DSC_07.jpg\",\"https://images.hive.blog/DQmVZmpKohBBQYA7KbTPcgEgNihdxF93ifrsmZNw31yYahc/DSC_08.jpg\",\"https://images.hive.blog/DQmVqLrd6YwmqnuGeqddsoAE7gCH8mMBrEcEftGG6fjEkpu/DSC_09.JPG\",\"https://images.hive.blog/DQmSALvx1KJvchbB7dDPLbyrzXJiJ5d8CJHGALBHtHLke3n/DSC_010.JPG\",\"https://images.hive.blog/DQmR8zozV52eauMH3sUPWyBHusoCrM9bEYCV9iW4B1sugBz/DSC_011.JPG\",\"https://images.hive.blog/DQmPmCXxToe8JB5aJE2Bg1WsR3hGXHp6JcaZcu9HfMyBonG/DSC_012.JPG\",\"https://images.hive.blog/DQmWKRaViKagQqK93389R1C4tpkSNEUgBTeKXP7xjvBcwnA/DSC_013.JPG\",\"https://images.hive.blog/DQmZRQxig79m65z2jr64UEtoorAFiuxeBCkakpJy8uLvJaN/DSC_014.JPG\",\"https://images.hive.blog/DQmXSJZkC1BAAcqheKgicfnHeDR86Qym2SPqBjWvtg7LRUY/DSC_015.JPG\",\"https://images.hive.blog/DQmZfrBxuvLTby7gAFnBkTMvXXQR1G49PvSbqg7z59DsR6F/DSC_16.JPG\",\"https://images.hive.blog/DQmZRmQbE2vAsxunsQBxECVpFgQYuxamedqb1mwgriBvHTb/DSC_017.JPG\",\"https://images.hive.blog/DQmYNTqtjywTPzcds5gb8TkzYDvS1oKNuyYZM46s3VG4dQK/DSC_018.jpg\",\"https://images.hive.blog/DQmYFe2iLRfJbyhTWuRPLtcqDMzKskm5fDX9s4WXB3yXAsP/DSC_019.JPG\",\"https://images.hive.blog/DQmcPJNVnCTgCJbxo2tUvhfxdrNGjHGog9aEE728fU8RSAi/DSC_020.jpg\",\"https://images.hive.blog/DQmSp5UJRB7VfmJ7QGtKQ8LJ87P9p9WwJM41K8mD6bGvHde/DSC_021.JPG\",\"https://images.hive.blog/DQmbU45cRXgontBJv8ja4WrmHGBFrTCM2ZfnCKN3PGuxmkS/DSC_022.jpg\",\"https://images.hive.blog/DQmb5ouW2uQLR6FKNi7gCwnoq3bwr96YdcJLYjULrANtEv9/DSC_023.jpg\",\"https://cdn.steemitimages.com/DQmcqzxkvfRSyuudJwYEWbPkAteNz8FRyBrsLiZXb1KKur9/Steemit%20header.jpg\"],\"links\":[\"https://www.topchinatravel.com/china-attractions/songzanlin-lamasery.htm\",\"https://hive.blog/hive-184437/@digi-me/south-africa-the-best-view-of-a-city-is-from-the-top-of-a-mountain\",\"https://steemit.com/introduceyourself/@digi-me/365-days-on-steemit\",\"https://steemit.com/@digi-me\",\"https://hive.blog/hive-163772/@digi-me/street-art-76-from-amusement-park-to-cultural-park-aalborg-denmark\",\"https://steemit.com/food/@digi-me/easter-cake\",\"https://hive.blog/hive-174578/@digi-me/the-world-invention-the-history-of-the-disney-figures-and-the-production\",\"https://steemit.com/poetry/@digi-me/how-should-you-be-perceived-in-life-from-anyone\"],\"app\":\"hiveblog/0.1\",\"format\":\"markdown\"}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-02T17:43:18",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 194029089884206,
+    "parent_author": "",
+    "parent_permlink": "hive-163772",
+    "pending_payout_value": "44.731 HBD",
+    "percent_hbd": 10000,
+    "permlink": "china-does-shangri-la-only-exist-in-our-imagination",
+    "post_id": 100361911,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "China \u2013 Does Shangri-La only exist in our imagination?",
+    "title": "China \u2013 Does Shangri-La only exist in our imagination?",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-163772/@digi-me/china-does-shangri-la-only-exist-in-our-imagination"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "3850",
+        "reputation": 1049281228830,
+        "rshares": 7587306545097,
+        "voter": "enki"
+      },
+      {
+        "percent": "150",
+        "reputation": 19245698180508,
+        "rshares": 32022913817,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199038236768658,
+        "rshares": 4205208743573,
+        "voter": "steemychicken1"
+      },
+      {
+        "percent": "1240",
+        "reputation": 341233778618,
+        "rshares": 191316963603,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 237896238421327,
+        "rshares": 686318039977,
+        "voter": "ash"
+      },
+      {
+        "percent": "1240",
+        "reputation": 1957220358850383,
+        "rshares": 451778810468,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "1240",
+        "reputation": 4509451541223,
+        "rshares": 51340299405,
+        "voter": "theshell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4233322581773,
+        "rshares": 75472880976,
+        "voter": "hedge-x"
+      },
+      {
+        "percent": "45",
+        "reputation": 109424005488868,
+        "rshares": 2300025047,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 198044991947929,
+        "rshares": 5656844119,
+        "voter": "hitmeasap"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9763982600833,
+        "rshares": 25585158908,
+        "voter": "rxhector"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59537739877186,
+        "rshares": 476602037568,
+        "voter": "ssjsasha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 273738883635043,
+        "rshares": 1139440930507,
+        "voter": "inertia"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 168378293493,
+        "voter": "arcange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 315247082036226,
+        "rshares": 1035252366051,
+        "voter": "lichtblick"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3233293063653,
+        "rshares": 3893822515,
+        "voter": "alz190"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3304804564,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5892931900630,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1861542888372430,
+        "rshares": 6252215440080,
+        "voter": "jrcornel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2444195404878,
+        "rshares": 3175514056,
+        "voter": "animaya"
+      },
+      {
+        "percent": "2500",
+        "reputation": 74863127712333,
+        "rshares": 478754077534,
+        "voter": "mattclarke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3619593982366,
+        "rshares": 4341688348,
+        "voter": "esecholo"
+      },
+      {
+        "percent": "500",
+        "reputation": 736102194542370,
+        "rshares": 207663061791,
+        "voter": "daveks"
+      },
+      {
+        "percent": "1500",
+        "reputation": 144108882515293,
+        "rshares": 122832159419,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "3610",
+        "reputation": 85981642650865,
+        "rshares": 50172092073,
+        "voter": "seckorama"
+      },
+      {
+        "percent": "5000",
+        "reputation": 847184596563252,
+        "rshares": 3888412233346,
+        "voter": "gringalicious"
+      },
+      {
+        "percent": "620",
+        "reputation": 280674585514224,
+        "rshares": 55627156964,
+        "voter": "justyy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 36859457500,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "2200",
+        "reputation": 34131657938027,
+        "rshares": 45841150433,
+        "voter": "dylanhobalart"
+      },
+      {
+        "percent": "1000",
+        "reputation": 34540491253151,
+        "rshares": 3197643433,
+        "voter": "slider2990"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": 2014785916760,
+        "voter": "redes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 324446266391390,
+        "rshares": 33930650691,
+        "voter": "whatageek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 17898123869,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 760204509,
+        "voter": "mow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 37769232724831,
+        "rshares": 94151819189,
+        "voter": "ixindamix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6969822903097,
+        "rshares": 989660503,
+        "voter": "sellergenius"
+      },
+      {
+        "percent": "5500",
+        "reputation": 215061230497985,
+        "rshares": 8650845471332,
+        "voter": "v4vapid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3471925169715,
+        "rshares": 1270197670,
+        "voter": "automaton"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1696316811168628,
+        "rshares": 1101180468094,
+        "voter": "tarazkp"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7650257746,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 231532310014301,
+        "rshares": 182558943469,
+        "voter": "denmarkguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 439982302131630,
+        "rshares": 123050837235,
+        "voter": "markkujantunen"
+      },
+      {
+        "percent": "1900",
+        "reputation": 218942011823684,
+        "rshares": 787396453305,
+        "voter": "pouchon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2569106003548,
+        "rshares": 137102516510,
+        "voter": "borislavzlatanov"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68502244465536,
+        "rshares": 13218229492,
+        "voter": "eirik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 118646480711,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "300",
+        "reputation": 163127928998530,
+        "rshares": 7521883451,
+        "voter": "lizanomadsoul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15135006110391,
+        "rshares": 21663836028,
+        "voter": "thatsweeneyguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16365587743468,
+        "rshares": 112177805613,
+        "voter": "tamaralovelace"
+      },
+      {
+        "percent": "5000",
+        "reputation": 91224250124,
+        "rshares": 6154654553,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 13177071183904,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32595690215621,
+        "rshares": 679319264617,
+        "voter": "forykw"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1748651637089,
+        "rshares": 4810902771,
+        "voter": "khussan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39412919556388,
+        "rshares": 91804286647,
+        "voter": "ribalinux"
+      },
+      {
+        "percent": "2000",
+        "reputation": 29513750536324,
+        "rshares": 1198417168,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 294281694879864,
+        "rshares": 1472187308289,
+        "voter": "bigram13"
+      },
+      {
+        "percent": "2170",
+        "reputation": 428044301921,
+        "rshares": 37568562140,
+        "voter": "cacalillos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48378473521256,
+        "rshares": 31451861250,
+        "voter": "drag33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23819307616416,
+        "rshares": 22037380272,
+        "voter": "farizal"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12705874914866,
+        "rshares": 91902439362,
+        "voter": "fullofhope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26275815650202,
+        "rshares": 66294397569,
+        "voter": "trumpikas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 108813324772579,
+        "rshares": 407047056852,
+        "voter": "nanosesame"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58342852894295,
+        "rshares": 21020545978,
+        "voter": "scooter77"
+      },
+      {
+        "percent": "4500",
+        "reputation": 23634061827279,
+        "rshares": 63472705711,
+        "voter": "stevelivingston"
+      },
+      {
+        "percent": "100",
+        "reputation": 244663799881334,
+        "rshares": 1675994288,
+        "voter": "flauwy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 136834067470,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "9000",
+        "reputation": 21298951755480,
+        "rshares": 381090346560,
+        "voter": "tonyz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 274221116115280,
+        "rshares": 4200359804133,
+        "voter": "trumpman"
+      },
+      {
+        "percent": "2000",
+        "reputation": 77602585289853,
+        "rshares": 14406540573,
+        "voter": "arrliinn"
+      },
+      {
+        "percent": "6600",
+        "reputation": 110350001199994,
+        "rshares": 75414714942,
+        "voter": "stortebeker"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3553102205525,
+        "rshares": 21289866409,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "5030",
+        "reputation": 23577497062186,
+        "rshares": 1026139307202,
+        "voter": "alphacore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10194751636845,
+        "rshares": 47925099220,
+        "voter": "swaraj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 46150080976545,
+        "rshares": 3546729508069,
+        "voter": "cryptographic"
+      },
+      {
+        "percent": "2900",
+        "reputation": 19643697626632,
+        "rshares": 118852416418,
+        "voter": "sam99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 353373919468024,
+        "rshares": 745223540,
+        "voter": "xyzashu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 219366237221002,
+        "rshares": 633645245134,
+        "voter": "offgridlife"
+      },
+      {
+        "percent": "2500",
+        "reputation": 249714086063585,
+        "rshares": 27419218603,
+        "voter": "thegreens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76998450222036,
+        "rshares": 658099692555,
+        "voter": "forexbrokr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13131219884,
+        "rshares": 20920028,
+        "voter": "merrylsummer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 105936439389626,
+        "rshares": 1540534228219,
+        "voter": "mcoinz79"
+      },
+      {
+        "percent": "10000",
+        "reputation": 223486867868,
+        "rshares": 7419909366,
+        "voter": "captainquack22"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31928145307464,
+        "rshares": 147252925634,
+        "voter": "steemshiro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91410383693752,
+        "rshares": 329261634704,
+        "voter": "vincentnijman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4660012748090,
+        "rshares": 54265573192,
+        "voter": "shebe"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1060930411809617,
+        "rshares": 5107109620924,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20588121438362,
+        "rshares": 1661766150,
+        "voter": "madstacks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 135808252885028,
+        "rshares": 3494130104544,
+        "voter": "stayoutoftherz"
+      },
+      {
+        "percent": "2100",
+        "reputation": 190691885658151,
+        "rshares": 1584518165877,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "3000",
+        "reputation": 31463721820884,
+        "rshares": 275560322017,
+        "voter": "sanjeevm"
+      },
+      {
+        "percent": "1550",
+        "reputation": 7774977660934,
+        "rshares": 1276127460,
+        "voter": "bambukah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 21870820797138,
+        "rshares": 42412229467,
+        "voter": "marian0"
+      },
+      {
+        "percent": "380",
+        "reputation": 255478275060054,
+        "rshares": 21108861836,
+        "voter": "pixelfan"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 395973125314,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1844447662772,
+        "rshares": 14162337207,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "10000",
+        "reputation": 28198900913821,
+        "rshares": 24349308171,
+        "voter": "lenonmc21"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45316699842804,
+        "rshares": 670500832,
+        "voter": "schubes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 204525683313029,
+        "rshares": 175555401684,
+        "voter": "vimukthi"
+      },
+      {
+        "percent": "9000",
+        "reputation": 496635507685,
+        "rshares": 586734920,
+        "voter": "nortjenn"
+      },
+      {
+        "percent": "1550",
+        "reputation": 11955441084909,
+        "rshares": 3440640860,
+        "voter": "ayobami99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92825233966091,
+        "rshares": 205224564833,
+        "voter": "costanza"
+      },
+      {
+        "percent": "5000",
+        "reputation": 81836455418258,
+        "rshares": 46180545328,
+        "voter": "noboxes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59275639592839,
+        "rshares": 116675436844,
+        "voter": "razack-pulo"
+      },
+      {
+        "percent": "4840",
+        "reputation": 24639928209538,
+        "rshares": 27097195313,
+        "voter": "santigs"
+      },
+      {
+        "percent": "1000",
+        "reputation": 149085530853696,
+        "rshares": 217018976863,
+        "voter": "karja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11131064226204,
+        "rshares": 17997416881,
+        "voter": "angelusnoctum"
+      },
+      {
+        "percent": "3100",
+        "reputation": 67191720608970,
+        "rshares": 119185180905,
+        "voter": "pele23"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11221148944,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2736265537663,
+        "rshares": 17493381392,
+        "voter": "massivevibration"
+      },
+      {
+        "percent": "10000",
+        "reputation": 140483466255317,
+        "rshares": 590885806373,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 355541395288151,
+        "rshares": 15993785312392,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "250",
+        "reputation": 33280218537901,
+        "rshares": 2775796073,
+        "voter": "artonmysleeve"
+      },
+      {
+        "percent": "2790",
+        "reputation": 501200278459259,
+        "rshares": 432442297742,
+        "voter": "vlemon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 669346799793,
+        "rshares": 15132463224,
+        "voter": "voxmonkey"
+      },
+      {
+        "percent": "7536",
+        "reputation": 0,
+        "rshares": 170119068263,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "500",
+        "reputation": 445234100950820,
+        "rshares": 1479634070968,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1386913003857667,
+        "rshares": 3123393789953,
+        "voter": "taskmaster4450"
+      },
+      {
+        "percent": "5000",
+        "reputation": 72384838675160,
+        "rshares": 308767193082,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "3761",
+        "reputation": 0,
+        "rshares": 57296179474,
+        "voter": "fatman"
+      },
+      {
+        "percent": "4000",
+        "reputation": 336063014350538,
+        "rshares": 595283807569,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206055018792025,
+        "rshares": 57892874628,
+        "voter": "silversaver888"
+      },
+      {
+        "percent": "9000",
+        "reputation": 28057351253216,
+        "rshares": 572181181,
+        "voter": "superbing"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23648970654955,
+        "rshares": 64761563637,
+        "voter": "valikos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121466355474501,
+        "rshares": 3268322906219,
+        "voter": "yabapmatt"
+      },
+      {
+        "percent": "2000",
+        "reputation": 47982158911387,
+        "rshares": 64596159479,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6445110251502,
+        "rshares": 2658882134,
+        "voter": "divinekids"
+      },
+      {
+        "percent": "167",
+        "reputation": 0,
+        "rshares": 67946291638,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14538002619952,
+        "rshares": 556605615321,
+        "voter": "gank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 575351453061125,
+        "rshares": 465955741065,
+        "voter": "khaleelkazi"
+      },
+      {
+        "percent": "1000",
+        "reputation": 20376371047950,
+        "rshares": 2164761424,
+        "voter": "globetrottergcc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4287059917803,
+        "rshares": 1309476330,
+        "voter": "sahil07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 70011038761304,
+        "rshares": 16635342554,
+        "voter": "carloserp-2000"
+      },
+      {
+        "percent": "1550",
+        "reputation": 90761572677246,
+        "rshares": 9556199744,
+        "voter": "karinxxl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 39894590222075,
+        "rshares": 11903399038,
+        "voter": "coyotelation"
+      },
+      {
+        "percent": "5000",
+        "reputation": 735157464719,
+        "rshares": 2410472631,
+        "voter": "mtl1979"
+      },
+      {
+        "percent": "8000",
+        "reputation": 2979787258643,
+        "rshares": 1722584945,
+        "voter": "dashroom"
+      },
+      {
+        "percent": "500",
+        "reputation": 157805541487641,
+        "rshares": 290089496161,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "2000",
+        "reputation": 4828771219503,
+        "rshares": 4501886763,
+        "voter": "not-a-bird"
+      },
+      {
+        "percent": "310",
+        "reputation": 172804239020062,
+        "rshares": 10168532824,
+        "voter": "chekohler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1299972934791,
+        "rshares": 127434809,
+        "voter": "tute"
+      },
+      {
+        "percent": "2500",
+        "reputation": 149410557707829,
+        "rshares": 15955934415,
+        "voter": "mhm-philippines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2540438796390,
+        "rshares": 35097541911,
+        "voter": "kcherukuri"
+      },
+      {
+        "percent": "500",
+        "reputation": 35969154710476,
+        "rshares": 2026243998,
+        "voter": "b00m"
+      },
+      {
+        "percent": "5000",
+        "reputation": 66785151966461,
+        "rshares": 238625952579,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17711690265347,
+        "rshares": 115331833277,
+        "voter": "sgt-dan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 22236555321,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "10000",
+        "reputation": -34368182428,
+        "rshares": 593038244,
+        "voter": "funt33"
+      },
+      {
+        "percent": "2480",
+        "reputation": 8368568521954,
+        "rshares": 2150982445,
+        "voter": "mikitaly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 20875726810,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52315833113791,
+        "rshares": 80961837881,
+        "voter": "inalittlewhile"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2902161253893,
+        "rshares": 1851790273,
+        "voter": "mamaloves"
+      },
+      {
+        "percent": "275",
+        "reputation": 2675225025765,
+        "rshares": 793123802,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112593705937795,
+        "rshares": 165704774441,
+        "voter": "apnigrich"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2680015924516,
+        "rshares": 15466830131,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92315008958130,
+        "rshares": 7810816197,
+        "voter": "hooiyewlim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63269265811712,
+        "rshares": 34339703903,
+        "voter": "hetty-rowan"
+      },
+      {
+        "percent": "1000",
+        "reputation": 12722627918140,
+        "rshares": 39078905942,
+        "voter": "heidimarie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7833564344722,
+        "rshares": 1091519841,
+        "voter": "ahmedsy"
+      },
+      {
+        "percent": "300",
+        "reputation": 38330902987406,
+        "rshares": 2199943628,
+        "voter": "manncpt"
+      },
+      {
+        "percent": "2000",
+        "reputation": 170100255531223,
+        "rshares": 23178878193,
+        "voter": "culgin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 537573318,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "1550",
+        "reputation": 554941921434,
+        "rshares": 424281558,
+        "voter": "lauriki"
+      },
+      {
+        "percent": "300",
+        "reputation": 7036325034531,
+        "rshares": 639408561,
+        "voter": "jnmarteau"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8442427579109,
+        "rshares": 76671954972,
+        "voter": "videosteemit"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1970970848,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "3300",
+        "reputation": 330396781271113,
+        "rshares": 1530092853962,
+        "voter": "holger80"
+      },
+      {
+        "percent": "620",
+        "reputation": 50124640567504,
+        "rshares": 2274259934,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51254284112658,
+        "rshares": 117990168011,
+        "voter": "shmoogleosukami"
+      },
+      {
+        "percent": "1500",
+        "reputation": 8909326634629,
+        "rshares": 10026796324,
+        "voter": "upfundme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2384160913530,
+        "rshares": 21849785107,
+        "voter": "blog-beginner"
+      },
+      {
+        "percent": "1550",
+        "reputation": 43170923651873,
+        "rshares": 1314594137,
+        "voter": "oredebby"
+      },
+      {
+        "percent": "5000",
+        "reputation": 275272708949,
+        "rshares": 830120603,
+        "voter": "bellarulox"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28432004809435,
+        "rshares": 1483840662779,
+        "voter": "condeas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3006315788915,
+        "rshares": 1017144899,
+        "voter": "annabellenoelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 13406107069,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4305764384,
+        "voter": "auminda"
+      },
+      {
+        "percent": "500",
+        "reputation": 26898775193091,
+        "rshares": 4832115396,
+        "voter": "movement19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2959268407641,
+        "rshares": 3879396852,
+        "voter": "karmadorje"
+      },
+      {
+        "percent": "7500",
+        "reputation": 3671590987629,
+        "rshares": 4873673655,
+        "voter": "videoaddiction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10610474160807,
+        "rshares": 317514537394,
+        "voter": "harpagon"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 29241856855,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29800653327707,
+        "rshares": 270032712638,
+        "voter": "cryptictruth"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6421228363670,
+        "rshares": 5068874572,
+        "voter": "michelmake"
+      },
+      {
+        "percent": "2000",
+        "reputation": 728175985947,
+        "rshares": 3970112679,
+        "voter": "jglake"
+      },
+      {
+        "percent": "4900",
+        "reputation": 93067317204510,
+        "rshares": 85361472407,
+        "voter": "almi"
+      },
+      {
+        "percent": "1000",
+        "reputation": 272498222484683,
+        "rshares": 110640917497,
+        "voter": "erikah"
+      },
+      {
+        "percent": "5000",
+        "reputation": 56169502088,
+        "rshares": 2706492083,
+        "voter": "dhingvimal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8147228251105,
+        "rshares": 70807684743,
+        "voter": "jocieprosza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 142962265648592,
+        "rshares": 1357462126,
+        "voter": "neopch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24953974425628,
+        "rshares": 1806044060237,
+        "voter": "a0i"
+      },
+      {
+        "percent": "3000",
+        "reputation": 93591631110831,
+        "rshares": 106976054911,
+        "voter": "bil.prag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 426841756437061,
+        "rshares": 42493537939,
+        "voter": "abrockman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25978211905358,
+        "rshares": 283474724520,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63292856486072,
+        "rshares": 36751402155,
+        "voter": "d-zero"
+      },
+      {
+        "percent": "500",
+        "reputation": 13852827798556,
+        "rshares": 55995821755,
+        "voter": "dera123"
+      },
+      {
+        "percent": "3000",
+        "reputation": 28643888754007,
+        "rshares": 13280902294,
+        "voter": "paragism"
+      },
+      {
+        "percent": "375",
+        "reputation": 24305829848893,
+        "rshares": 588520396,
+        "voter": "racibo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 32226270583,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "3200",
+        "reputation": 40776009332161,
+        "rshares": 51321652215,
+        "voter": "gadrian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18055325674078,
+        "rshares": 925093872511,
+        "voter": "themightyvolcano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3016072494439,
+        "rshares": 4699669787,
+        "voter": "iseeyouvee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 24105749080,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 2110221672,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "9900",
+        "reputation": 51336896,
+        "rshares": 3349038178,
+        "voter": "megalithic"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8931040388252,
+        "rshares": 596947547,
+        "voter": "ifunnymemes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31345998073772,
+        "rshares": 12946945325,
+        "voter": "break-out-trader"
+      },
+      {
+        "percent": "150",
+        "reputation": 15436790913241,
+        "rshares": 1295488109,
+        "voter": "globalschool"
+      },
+      {
+        "percent": "1100",
+        "reputation": 9020628089607,
+        "rshares": 10180190018,
+        "voter": "promobot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 67864217470828,
+        "rshares": 122568307460,
+        "voter": "olivia08"
+      },
+      {
+        "percent": "3500",
+        "reputation": 0,
+        "rshares": 1005864318,
+        "voter": "tronsformer"
+      },
+      {
+        "percent": "5000",
+        "reputation": 141574814857669,
+        "rshares": 2016348965,
+        "voter": "nickyhavey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 21331965369,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "800",
+        "reputation": 70214892950356,
+        "rshares": 301240814125,
+        "voter": "nateaguila"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 10036155152,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17999475515816,
+        "rshares": 11087939644,
+        "voter": "sk1920"
+      },
+      {
+        "percent": "1000",
+        "reputation": 53830012707,
+        "rshares": 693318192,
+        "voter": "spamfarmer"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4697805235,
+        "rshares": 526858263,
+        "voter": "therabbitzone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42499254461187,
+        "rshares": 153657241235,
+        "voter": "oldmans"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1739781431732,
+        "rshares": 1066196149,
+        "voter": "vensurfer61"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1181691365163,
+        "rshares": 2170860701,
+        "voter": "vietthuy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17762391510892,
+        "rshares": 530049343,
+        "voter": "qam2112"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 805652089,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "6500",
+        "reputation": 19279858112107,
+        "rshares": 5555173906,
+        "voter": "kriang3tee"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7854210244207,
+        "rshares": 1800764180,
+        "voter": "imtase"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61065943562,
+        "rshares": 526908455,
+        "voter": "hymanadkins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31579572689,
+        "rshares": 777585033,
+        "voter": "agathusia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1105305169313,
+        "rshares": 676316084,
+        "voter": "dariuska2008"
+      },
+      {
+        "percent": "10000",
+        "reputation": 292465506149952,
+        "rshares": 223254300353,
+        "voter": "shortsegments"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6836653370416,
+        "rshares": 10519420462,
+        "voter": "reyvaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4019614974,
+        "rshares": 0,
+        "voter": "usdranks"
+      },
+      {
+        "percent": "4100",
+        "reputation": 37902408766598,
+        "rshares": 136396315906,
+        "voter": "cmplxty"
+      },
+      {
+        "percent": "6500",
+        "reputation": 38547632600631,
+        "rshares": 3236698209,
+        "voter": "baiboua"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1487820702005,
+        "rshares": 859334721,
+        "voter": "rufruf"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2075722785,
+        "rshares": 0,
+        "voter": "mmmplus"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1825588222206,
+        "rshares": 16096275,
+        "voter": "akioexzgamer"
+      },
+      {
+        "percent": "1000",
+        "reputation": 52837110172217,
+        "rshares": 408654433,
+        "voter": "jk6276"
+      },
+      {
+        "percent": "6500",
+        "reputation": 8552552060679,
+        "rshares": 70522038170,
+        "voter": "french-tech"
+      },
+      {
+        "percent": "6500",
+        "reputation": 6422573087015,
+        "rshares": 1491774216,
+        "voter": "yuza"
+      },
+      {
+        "percent": "2100",
+        "reputation": 2376783964081,
+        "rshares": 916994491,
+        "voter": "arrixion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18790919715448,
+        "rshares": 749637508868,
+        "voter": "luppers"
+      },
+      {
+        "percent": "2000",
+        "reputation": 343646986788,
+        "rshares": 57388952765,
+        "voter": "idakarlsen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 71506876418188,
+        "rshares": 147415928826,
+        "voter": "cryptoyzzy"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7612430700896,
+        "rshares": 1996271183,
+        "voter": "paopaoza"
+      },
+      {
+        "percent": "1550",
+        "reputation": 16478012131472,
+        "rshares": 8315108552,
+        "voter": "minimining"
+      },
+      {
+        "percent": "3000",
+        "reputation": 45111147422257,
+        "rshares": 6356004033,
+        "voter": "mobi72"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5410674936835,
+        "rshares": 2743478193,
+        "voter": "coiotes"
+      },
+      {
+        "percent": "3300",
+        "reputation": 36498710441788,
+        "rshares": 11197529413,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7147565952243,
+        "rshares": 260917158,
+        "voter": "ten-years-before"
+      },
+      {
+        "percent": "10000",
+        "reputation": 133998446537867,
+        "rshares": 5704741194,
+        "voter": "bluengel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 95495332930,
+        "rshares": 1079712598,
+        "voter": "lamprini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9657973566,
+        "rshares": 795493744,
+        "voter": "oakshieldholding"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 14539583,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5426260749375,
+        "rshares": 26828618106,
+        "voter": "agromeror"
+      },
+      {
+        "percent": "1000",
+        "reputation": 381305299520882,
+        "rshares": 6593802121,
+        "voter": "alokkumar121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45236011216729,
+        "rshares": 78013165009,
+        "voter": "cultus-forex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 17100672894,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "6500",
+        "reputation": 5464454876938,
+        "rshares": 1249936533,
+        "voter": "puza"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1002453770077,
+        "rshares": 1136331192,
+        "voter": "bonnie30"
+      },
+      {
+        "percent": "6500",
+        "reputation": 21145061340,
+        "rshares": 58653356,
+        "voter": "crypto.story"
+      },
+      {
+        "percent": "5000",
+        "reputation": 124676391008633,
+        "rshares": 68002502405,
+        "voter": "unbiasedwriter"
+      },
+      {
+        "percent": "6500",
+        "reputation": 104143098516,
+        "rshares": 183412222,
+        "voter": "univers.crypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12156366634704,
+        "rshares": 821607473,
+        "voter": "zintarmortalis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 278870498643,
+        "rshares": 33419026596,
+        "voter": "ibc"
+      },
+      {
+        "percent": "6500",
+        "reputation": 1276101904921,
+        "rshares": 5112744281,
+        "voter": "mintrawa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16966885974746,
+        "rshares": 3469433924,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114177208656017,
+        "rshares": 1240707388436,
+        "voter": "gungunkrishu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4900638213894,
+        "rshares": 60812513803,
+        "voter": "dallas27"
+      },
+      {
+        "percent": "7000",
+        "reputation": 89966310084,
+        "rshares": 491544613,
+        "voter": "steempope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96044719844697,
+        "rshares": 1623359462057,
+        "voter": "actnearn"
+      },
+      {
+        "percent": "6000",
+        "reputation": 11213150975739,
+        "rshares": 82939181152,
+        "voter": "kristall97"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6371805733404,
+        "rshares": 4985671806,
+        "voter": "erarium"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 221274991341,
+        "voter": "michealb"
+      },
+      {
+        "percent": "5000",
+        "reputation": 539147053023232,
+        "rshares": 24206105569057,
+        "voter": "theycallmedan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 94595445913731,
+        "rshares": 1267729808840,
+        "voter": "glastar"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3420036317592,
+        "rshares": 64602101302,
+        "voter": "cakemonster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 4029516345,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 247504096816,
+        "rshares": 996566231,
+        "voter": "apofis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8254101,
+        "rshares": 0,
+        "voter": "ohfiddlesticks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57102947533762,
+        "rshares": 47689198095,
+        "voter": "healthdear"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4678040177961,
+        "rshares": 10197211230,
+        "voter": "sleepingcowboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 49887339314,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "5500",
+        "reputation": 971181267,
+        "rshares": 60252004979,
+        "voter": "primeradue"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1234490621925,
+        "rshares": 753616765,
+        "voter": "thegames"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3188730840665,
+        "rshares": 42068527421,
+        "voter": "loliver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12361832402331,
+        "rshares": 60847392617,
+        "voter": "idiosyncratic1"
+      },
+      {
+        "percent": "5000",
+        "reputation": 60417481095615,
+        "rshares": 30928401363,
+        "voter": "richardfyates"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75911580,
+        "rshares": 163879888915,
+        "voter": "jamesbattler"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7197064998794,
+        "rshares": 2890629033,
+        "voter": "maskuncoro"
+      },
+      {
+        "percent": "500",
+        "reputation": 532708259860,
+        "rshares": 10694959,
+        "voter": "limka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57499465200967,
+        "rshares": 22860252775,
+        "voter": "leeyh2"
+      },
+      {
+        "percent": "3500",
+        "reputation": 362719994675379,
+        "rshares": 29564516317,
+        "voter": "dfacademy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 5616865862,
+        "rshares": 2165648314,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "1000",
+        "reputation": 22403588555771,
+        "rshares": 21583638202,
+        "voter": "thelogicaldude"
+      },
+      {
+        "percent": "10000",
+        "reputation": 404952233227379,
+        "rshares": 154672543305,
+        "voter": "apix"
+      },
+      {
+        "percent": "2500",
+        "reputation": 118193441589323,
+        "rshares": 53946691661,
+        "voter": "cryptofiloz"
+      },
+      {
+        "percent": "1550",
+        "reputation": 19346002111325,
+        "rshares": 835020087,
+        "voter": "blockchainfo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23136498467479,
+        "rshares": 10197968965,
+        "voter": "vcdragon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 78290610802,
+        "rshares": 657987699,
+        "voter": "erinclair"
+      },
+      {
+        "percent": "5000",
+        "reputation": 161840569289533,
+        "rshares": 54833437384,
+        "voter": "engrsayful"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1269845209863,
+        "rshares": 1207298612,
+        "voter": "krunkypuram"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13679044231520,
+        "rshares": 1426906157,
+        "voter": "erikahfit"
+      },
+      {
+        "percent": "150",
+        "reputation": 120936131908085,
+        "rshares": 11231408073,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3909341978875,
+        "rshares": 1550769587,
+        "voter": "bitcoingodmode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4055024566,
+        "rshares": 19485213769,
+        "voter": "megavest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24483130736672,
+        "rshares": 2827929860,
+        "voter": "dtrade"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 58952024800,
+        "voter": "banvie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91489915760,
+        "rshares": 818121118,
+        "voter": "canercanbolat"
+      },
+      {
+        "percent": "6500",
+        "reputation": 7788522548,
+        "rshares": 236448116,
+        "voter": "steementertainer"
+      },
+      {
+        "percent": "1637",
+        "reputation": 10486310777,
+        "rshares": 446648496,
+        "voter": "botony"
+      },
+      {
+        "percent": "1100",
+        "reputation": 36087507440149,
+        "rshares": 100544084252,
+        "voter": "likwid"
+      },
+      {
+        "percent": "500",
+        "reputation": 584484995619,
+        "rshares": 526211405,
+        "voter": "tinyhousecryptos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4226233687334,
+        "rshares": 4805917963,
+        "voter": "yuriitonkov"
+      },
+      {
+        "percent": "2170",
+        "reputation": 553616045391,
+        "rshares": 10763480,
+        "voter": "erectus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 927259760311,
+        "rshares": 553301280,
+        "voter": "oxoskva"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2407117821761,
+        "rshares": 23113270533,
+        "voter": "travelwritemoney"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1138890453375,
+        "rshares": 593546052,
+        "voter": "iamjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11624344336093,
+        "rshares": 341701404774,
+        "voter": "recording-box"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2117118403274,
+        "rshares": 4307679178,
+        "voter": "bagofincome"
+      },
+      {
+        "percent": "6500",
+        "reputation": 413384764384,
+        "rshares": 302328780,
+        "voter": "nalexadre"
+      },
+      {
+        "percent": "3100",
+        "reputation": 52812344855560,
+        "rshares": 31978621109,
+        "voter": "tomoyan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537015876037,
+        "rshares": 3184111772,
+        "voter": "vxc"
+      },
+      {
+        "percent": "8000",
+        "reputation": 9593095604859,
+        "rshares": 671334486,
+        "voter": "jimhawkins"
+      },
+      {
+        "percent": "4100",
+        "reputation": 9742808963304,
+        "rshares": 9212534300,
+        "voter": "ssiena"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165757662725,
+        "rshares": 3108719349,
+        "voter": "lrekt01"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10305024795,
+        "rshares": 1414304557,
+        "voter": "steem-key"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2341652796,
+        "rshares": 805988297,
+        "voter": "abh12345.pal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 587317947741,
+        "rshares": 1170813992,
+        "voter": "abh12345.leo"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1833481668550,
+        "rshares": 624692929,
+        "voter": "leovoter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 103534806628,
+        "rshares": 2653368398,
+        "voter": "mindtrap-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1681134665977,
+        "rshares": 27651167945941,
+        "voter": "leo.voter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 356931,
+        "rshares": 3491581187,
+        "voter": "leo.curator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 587996850915,
+        "rshares": 16921114678,
+        "voter": "onealfa.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1755562088893,
+        "rshares": 1942263183,
+        "voter": "no-advice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 113172734,
+        "rshares": 1078447495,
+        "voter": "penpals"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11871634167,
+        "rshares": 581775272,
+        "voter": "vxc.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 327841881,
+        "voter": "leoaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3640535020,
+        "voter": "bala-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 21258912735,
+        "voter": "good.game"
+      },
+      {
+        "percent": "10000",
+        "reputation": 232165338043,
+        "rshares": 3930748784,
+        "voter": "scaredycatcurate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1078040407,
+        "voter": "bearjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 783902985,
+        "voter": "mktmaker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 541170290,
+        "voter": "r-leo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1385472095541,
+        "rshares": 1053186639,
+        "voter": "athomewithcraig"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 3294473994,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 945577507,
+        "voter": "poam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1869117532,
+        "voter": "arctis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9243190184,
+        "rshares": 1634849952,
+        "voter": "midlet-yourleo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15482406863885,
+        "rshares": 20055896381,
+        "voter": "maddogmike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8118219567,
+        "rshares": 490069554,
+        "voter": "roar2vote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 943186552,
+        "voter": "eloi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 523697503,
+        "voter": "refinement"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2998296855448,
+        "rshares": 3293838758,
+        "voter": "revise.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 75453020336,
+        "rshares": 1009866090,
+        "voter": "bastionpm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10614960119,
+        "rshares": 335256306,
+        "voter": "tomhall.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 267218850,
+        "rshares": 719360966,
+        "voter": "claudio83.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 509571031379,
+        "rshares": 1415545173,
+        "voter": "cageon360"
+      },
+      {
+        "percent": "5000",
+        "reputation": 316994224748,
+        "rshares": 3780744438,
+        "voter": "dark-queen"
+      },
+      {
+        "percent": "1550",
+        "reputation": 11383054385506,
+        "rshares": 971359295,
+        "voter": "korver"
+      },
+      {
+        "percent": "6000",
+        "reputation": 7945658575623,
+        "rshares": 4476378942,
+        "voter": "deflacion"
+      },
+      {
+        "percent": "1300",
+        "reputation": 31428862615,
+        "rshares": 2261790742,
+        "voter": "tmps"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1154312847,
+        "voter": "ph1102.leo"
+      },
+      {
+        "percent": "500",
+        "reputation": 7809695368217,
+        "rshares": 357809276,
+        "voter": "spinvest-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 860847639115,
+        "rshares": 970275877,
+        "voter": "pogarda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1114886441,
+        "voter": "astraeas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 282068907,
+        "voter": "akpofure"
+      },
+      {
+        "percent": "10000",
+        "reputation": 291659254547,
+        "rshares": 1115832623,
+        "voter": "chloem"
+      },
+      {
+        "percent": "9950",
+        "reputation": 0,
+        "rshares": 1126051704,
+        "voter": "leotrail"
+      },
+      {
+        "percent": "4581",
+        "reputation": 0,
+        "rshares": 4301227586,
+        "voter": "tonimontana.leo"
+      },
+      {
+        "percent": "961",
+        "reputation": 0,
+        "rshares": 172149941,
+        "voter": "tonimontana.neo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 388287932960,
+        "rshares": 7617888209,
+        "voter": "enison1"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 3622604669,
+        "voter": "ilidan"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 33337552793,
+        "voter": "snoochieboochies"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1223400480,
+        "voter": "autowin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 898816540,
+        "voter": "meosleos"
+      },
+      {
+        "percent": "750",
+        "reputation": 0,
+        "rshares": 16535765,
+        "voter": "kryptoformator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68095377181977,
+        "rshares": 39288823266,
+        "voter": "tariqul.bibm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2104612305,
+        "voter": "rehan.blog"
+      },
+      {
+        "percent": "10000",
+        "reputation": 171486067190,
+        "rshares": 1717512719,
+        "voter": "leomaniacsgr"
+      },
+      {
+        "percent": "1301",
+        "reputation": 0,
+        "rshares": 108778542,
+        "voter": "toni.pal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8178659583619,
+        "rshares": 24606158712,
+        "voter": "juanvegetarian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9115515000,
+        "rshares": 752334990,
+        "voter": "onestop"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1185609620,
+        "voter": "ldelegations"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1102168106,
+        "voter": "dalz4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29462647124297,
+        "rshares": 75422276620,
+        "voter": "mehmetfix"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 730660312,
+        "voter": "rehan-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2829358208974,
+        "rshares": 9841938353,
+        "voter": "adamdabeast"
+      },
+      {
+        "percent": "5000",
+        "reputation": 243224347947,
+        "rshares": 21763893312,
+        "voter": "stuntman.mike"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 16022536810,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "300",
+        "reputation": 35668660233941,
+        "rshares": 8331463938,
+        "voter": "hivebuzz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48866708333183,
+        "rshares": 207547408637,
+        "voter": "leofinance"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 15870448035,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35637730514337,
+        "rshares": 10742115863,
+        "voter": "thepeakstudio"
+      },
+      {
+        "percent": "3100",
+        "reputation": 753196616776,
+        "rshares": 55813901565,
+        "voter": "jskitty"
+      },
+      {
+        "percent": "1700",
+        "reputation": 1591135845229,
+        "rshares": 11294457421,
+        "voter": "yuurinbee-znz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1249724658764,
+        "rshares": 84965408702,
+        "voter": "hive.consultant"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 153558031642,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "4770",
+        "reputation": 1209731647511,
+        "rshares": 782769641526,
+        "voter": "softworld"
+      },
+      {
+        "percent": "2170",
+        "reputation": 10188264707492,
+        "rshares": 1434059722,
+        "voter": "mynima"
+      },
+      {
+        "percent": "10000",
+        "reputation": 538581522758,
+        "rshares": 20816071575,
+        "voter": "jacoalberts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 19849622918233,
+        "rshares": 119673188918,
+        "voter": "behiver"
+      },
+      {
+        "percent": "3100",
+        "reputation": 7498199643415,
+        "rshares": 1085223879429,
+        "voter": "hodlcommunity"
+      },
+      {
+        "percent": "3100",
+        "reputation": 0,
+        "rshares": 8045594564,
+        "voter": "hodl-fund"
+      },
+      {
+        "percent": "2500",
+        "reputation": 224649687029,
+        "rshares": 4492115360,
+        "voter": "holoferncro"
+      },
+      {
+        "percent": "375",
+        "reputation": 47896334821902,
+        "rshares": 5126000285,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10637170241006,
+        "rshares": 9366881031,
+        "voter": "miriannalis"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9167733450,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "2500",
+        "reputation": 604442758770,
+        "rshares": 111854636028,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34948578596,
+        "rshares": 34708466561,
+        "voter": "defi.campus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 168432870654,
+        "rshares": 61202395555,
+        "voter": "rihc94"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9650263289467,
+        "rshares": 11041696642,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 474817393502,
+        "rshares": 310129532,
+        "voter": "parung76"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6035544651217,
+        "rshares": 24552641714,
+        "voter": "gastontrussi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14439072034505,
+        "rshares": 15969192620,
+        "voter": "rmsadkri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12236885238923,
+        "rshares": 728206274433,
+        "voter": "hivehustlers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8412246560343,
+        "rshares": 10506503311,
+        "voter": "beehivetrader"
+      },
+      {
+        "percent": "2500",
+        "reputation": 716642152322,
+        "rshares": 2452625035,
+        "voter": "ayhamyou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2100762851576,
+        "rshares": 72562581315,
+        "voter": "daniky"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37908486627936,
+        "rshares": 32238453213,
+        "voter": "ykroys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 37378063074180,
+        "rshares": 22531753847,
+        "voter": "dannewton"
+      },
+      {
+        "percent": "1700",
+        "reputation": 644449725217,
+        "rshares": 247053845911,
+        "voter": "jelly13"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 75649015998,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 59637399941,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "7500",
+        "reputation": 218724307238,
+        "rshares": 12572546274,
+        "voter": "facilitymanager"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 440177942,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "1000",
+        "reputation": 25284728169845,
+        "rshares": 284939567015,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17209828261,
+        "rshares": 3255910693,
+        "voter": "deadswitch"
+      },
+      {
+        "percent": "3100",
+        "reputation": 0,
+        "rshares": 1133733907,
+        "voter": "zinzanmusic"
+      },
+      {
+        "percent": "6100",
+        "reputation": 197540668645,
+        "rshares": 601850284,
+        "voter": "uyobong.venture"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 15778123896,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 243931894056,
+        "rshares": 3077617143,
+        "voter": "mborg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3528170359266,
+        "rshares": 6755929241,
+        "voter": "cryptosimplify"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 9899783327,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8092922441593,
+        "rshares": 12272425433,
+        "voter": "mariosfame"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 15613187641,
+        "voter": "vtol79"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1899329049,
+        "voter": "ironhieronymus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 11707969815,
+        "voter": "beemd"
+      },
+      {
+        "percent": "1300",
+        "reputation": 222094236041,
+        "rshares": 2660186393,
+        "voter": "discohedge"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 108410829252,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 402883464,
+        "voter": "leoneil.leo"
+      },
+      {
+        "percent": "3390",
+        "reputation": 16307549034965,
+        "rshares": 6855554161,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3679705780578,
+        "rshares": 15445221730,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26404156,
+        "rshares": 984449455,
+        "voter": "zangano"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 36129601962,
+        "voter": "intacto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 720723418231,
+        "rshares": 637913104,
+        "voter": "jesusgarp93"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 265509703868,
+        "voter": "chucknun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 86405531104,
+        "rshares": 1888424802,
+        "voter": "text2speech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17081211030,
+        "rshares": 496534184,
+        "voter": "stormigirl"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5492117652843,
+        "rshares": 962659743,
+        "voter": "jerichternida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114848705789,
+        "rshares": 619355828,
+        "voter": "curatorcat.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1109365654008,
+        "rshares": 1497204923,
+        "voter": "didar01"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 911057835,
+        "voter": "linco-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 857805881,
+        "voter": "ztfo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64954906869,
+        "rshares": 648932986,
+        "voter": "rafaelespejo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 959512403,
+        "voter": "bepresent"
+      },
+      {
+        "percent": "10000",
+        "reputation": 49318924596,
+        "rshares": 765713428,
+        "voter": "pelulacro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 951443215,
+        "voter": "kaef"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4663359955,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 58915482749,
+        "rshares": 742737187,
+        "voter": "mireyaromero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1013307358,
+        "voter": "rdfield"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 473437020,
+        "voter": "deathwing.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 473566184,
+        "voter": "rishi556.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3848475242,
+        "rshares": 2846196646,
+        "voter": "resiliencia.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 988225254,
+        "voter": "gcomplex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165241165777,
+        "rshares": 38681341928,
+        "voter": "esecholito"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1027972562,
+        "voter": "baluthor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1027727633,
+        "voter": "integrated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 876243100,
+        "rshares": 0,
+        "voter": "dheagle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7221758541,
+        "rshares": 1885813650,
+        "voter": "alex-rourke"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 565697308,
+        "voter": "hanez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 48820807481,
+        "rshares": 397129713,
+        "voter": "officialhisha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 505749206,
+        "voter": "minebb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 876045100,
+        "voter": "datapwr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 727851060,
+        "voter": "deep3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 253614201020,
+        "rshares": 374406529076,
+        "voter": "wheelly.dope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 505509891,
+        "voter": "plasticsoul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 910096891,
+        "voter": "leo.vote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 506049690,
+        "voter": "scrpt"
+      },
+      {
+        "percent": "4900",
+        "reputation": 63622891120,
+        "rshares": 3133243662,
+        "voter": "tin.aung.soe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1717397587,
+        "voter": "cwow2.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 542423817,
+        "voter": "druma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3127086122,
+        "voter": "brofund-stem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3953663920,
+        "rshares": 0,
+        "voter": "dt4"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 542338753,
+        "voter": "ropehold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 431816606,
+        "voter": "infihedge"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1232728864,
+        "voter": "fitlet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1245610380,
+        "voter": "tokenx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1282613957,
+        "voter": "strk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 505254653,
+        "voter": "stackfi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 505184256,
+        "voter": "hemerit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1750216135,
+        "voter": "midtrain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1752443776,
+        "voter": "starle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1721614414,
+        "voter": "thorc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1714870431,
+        "voter": "basechain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 629128360,
+        "voter": "pandot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1871358326,
+        "voter": "janku"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 749655156,
+        "voter": "torrey.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1717947573,
+        "voter": "flowc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26161684950,
+        "rshares": 393420033056,
+        "voter": "miner.wkoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 542078149,
+        "voter": "psgood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 42867841787,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1779332140,
+        "voter": "tv-d"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1862803377,
+        "voter": "supersla"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": 330285248,
+        "voter": "ariman"
+      }
+    ],
+    "author": "leofinance",
+    "author_reputation": 48866708333183,
+    "beneficiaries": [],
+    "body": "![LeoFinance Roadmap OctoberNovember.png](https://images.hive.blog/DQmRNGzchciyMMnS17Ntac3AeUoZrKXp3ZFiepnCpWjU4LZ/LeoFinance%20Roadmap%20October-November.png)\n\nEarlier in 2020, we released a roadmap for the year. In it, we discussed our general objectives throughout the year and outlined some precursors to future developer updates that would be released as new features and LeoApps were developed.\n\nThis [2020 roadmap](https://leofinance.io/@steem.leo/leofinance-2020-roadmap) got a great response as many in our community and beyond wanted to get a general sense of what LeoFinance was up to and what our long-term goals are. The one issue with having a roadmap like this is that it is so general and broad that things change in real-time and it's hard to pin down more exact dates and details. \n\nI often see comments and messages in our discord asking various questions, usually around the premise of \"what's next?\"\n\nAfter asking for some feedback from a few community members, I came up with the featured image of this post. The LeoFinance team and our developers are continuously working on various projects all at once. The major benefit to having multiple people/devs involved is that we can simultaneously build separate aspects of the LeoFinance project. This is one of our secret sauces to cranking out updates at a rapid pace. \n\nWith these rapid updates come a lot of questions. Things are often moving so fast that it's hard to pin down what happened yesterday, what's happening today and what is being built tomorrow. \n\nSince our roadmap is in constant flux, we came up with this idea of a \"Month-to-Month Roadmap\". In these M2M roadmaps, you'll see our internal targets and release dates. These are all of the projects that are **currently being worked** on with a goal to deliver in the next ~30 days. \n\nThroughout our official posts from this account, @leofinance (which are usually a few times per week) along with our other social accounts and channels (Discord, Telegram, Twitter, Medium, etc.) we'll update our community on the M2M roadmap progress. As you see above, we're checking off the delivery of various aspects of our monthly roadmap as they happen in real-time with a green \u2705.\n\nAt the end of each month, we'll release an updated M2M roadmap + post to accompany the coming updates.\n\n<h2> Spreading the Word and Onboarding</h2>\n\nOur initiatives to onboard new users have been doing incredibly well. Between our two onboarding mechanisms (Metamask Signup and direct Hiveonboard acc. creation), we've created over 200 Hive accounts in the past 30 days. We're still in the process of creating a means to compile data on the activity of these accounts. \n\nWith this tool, we'll release regular reports on our onboarding activities. The difficult part of the process is separating existing Hive users who have created an alt account from the truly new users who just signed up for the first time. From this initial 200, we assume that the majority are Hive users creating alts and testing our onboarding process. With that said, if you've been watching the trending page and our Discord server, you'll know that we've had well over a dozen new signups in the past 30 days who have become active in the community.\n\n@taskmaster4450 wrote a [cool post following the journey](https://leofinance.io/hive-167922/@taskmaster4450le/leofinance-has-its-first-metamask-success-story) of one of these new account signups as they went from being a non-hive/leo user to actually purchasing HIVE to buy LEO and power up both HIVE and LEO. It's amazing to watch this play out in real-time and also know that we're just in the beginning stages as we scale this onboarding program and bring in a whole new generation of Hivers and LEOs.\n\nAn important aspect of onboarding and keeping new users in the loop is having an easily readable roadmap. This is another reason why the M2M roadmap has a great deal of utility. It keeps our current userbase informed and up to date on what we're doing but it also allows onlookers from outside of our community to easily keep up with what's happening on LeoFinance in real-time and also be informed about what's in the near-term pipeline.\n\n## WLEO 2\n\nAs you can see in the M2M roadmap, the WLEO 2 release data is fast approaching. A lot of work has gone into WLEO 2 and there are a lot of aspects that we need to talk about. The first in a line of updates that will precede the WLEO 2 updates is a post about our new Geyser Liquidity Provider incentive model.\n\n![image.png](https://images.hive.blog/DQmZueetSzeb7PYh9xcYxAn6RVSpWzbboq97N3fsESKzfys/image.png)\n\nRight now, there are two major pools that allow you to earn LEO:\n1. Author/Curator Pool (85% of inflation)\n2. LEOM/LEOMM Mining Token Pool (15% of inflation)\n\nThe new Geyser LP model will introduce a 3rd major pool to our economy. The dynamics that this brings to LeoFinance are incredible. As many have already said in various chats about this model on Discord: it's yet another major development that contributes to the change of LeoFinance from your standard blogging/Hive community into resembling other major crypto projects. Especially in the DeFi/crypto finance realm. \n\nLiquidity providers bring an enormous level of benefit to any token economy. With WLEO 1, we all witnessed the impacts of having our token priced against ETH. We also witnessed what it means to have true depth of liquidity where we saw days of $20,000 - $50,000 USD in trading volume for the wLEO token as opposed to our daily average on Hive-Engine which is around $2,000 USD.\n\nAs we release our new cold storage-based model for Wrapped LEO and then rebuild our pool, incentivizing LPs will take on an entirely new shape. Our goal is not just to incentivize LPs for the first 90 days of the pool, but rather create a model that can incentivize Liquidity Providers in the WLEO-ETH pool and any other WLEO-based pool for the years to come. More details about this new aspect of our ecosystem will be released sometime between November 2nd and the 4th.\n\n![WLEO 2 Model.png](https://images.hive.blog/DQmSB4oSmvtGr6PsFUWuPWLsapNseM9ZGqtmNGKDVoMVExd/WLEO%202%20Model.png)\n\nAround Nov. 5th, we'll unveil the details behind our new model for WLEO which will feature a limited token supply and cold storage. These safeguards along with a long list of other security measures are aimed at creating a model for WLEO that will take us into the future. Many of these features - i.e. the limited token supply cap - actually benefit WLEO in a host of other ways outside of security. \n\nThis will help with data aggregator listings like Coingecko/CMC who will now be able to properly list WLEO's market cap ranking. It will also answer a lot of concerns raised by ETH people (non Hivers) who questioned the model of having an infinite supply - as WLEO 1 was designed. Before the WLEO 1 attack, we also were in talks with a few mid-cap exchanges about listing WLEO. They also raised concerns over the infinite supply. \n\nIn a nutshell, WLEO 2 will bring a lot of tokenomic changes and security measures. Our #1 priority is security above all else. With these updates, come a lot of benefits to WLEO and our ability to reach out to the ETH community (also an important aspect of our onboarding through Metamask initiatives).\n\n![image.png](https://images.hive.blog/DQmbYet9Q2QTTr3EQUF6xdpkdqa8ZZbTsinju1afZGthggq/image.png)\n\n## LeoFinance V2 Phase 2\n\nThe final phase of development on the V2 release of the LeoFinance.io UI will be completed around the 5th of November - 15th. Our internal goal is to have it released into production 2-3 days before WLEO 2 is launched.\n\n![image.png](https://images.hive.blog/DQmbx43S3Rb8FbJkuHr9xYRVCApr68o3t4Tn5Dy7YiHRmLx/image.png)\n\nWith this update come a myriad of changes to the LeoFinance UI. Many of these changes were requested by the community as feedback on the current status of our interface. The vast majority of these updates are aimed at core features and functionalities that will make your daily life as a \ud83e\udd81 that much easier.\n\nLeoInfra V2 is also closely tied with this update and will launch alongside the V2 UI release. This will introduce a new onboarding integration for account signups on https://leofinance.io. We put out a [poll on Twitter](https://twitter.com/FinanceLeo/status/1321311950480048129) for users to guess what this next integration might be.\n\nIf you're curious about the V2 UI release and the features it contains, check out the @khaleelkazi account today for a video update on this roadmap + details on the new features in our upcoming UI release.\n\n<hr>\n\nThe goal of this roadmap is not only to inform you - the LEO community - on what we're buidling, it's also to spread the word out there on other social platforms about what LeoFinance is really about. We ask that you take to the streets of Twitter and other social channels and share this M2M roadmap. Maybe post a Tweet with the image, tag us and tell everyone which part of the roadmap you're most looking forward to. \n\nAlso please leave a comment below with some feedback. What can we improve in these updates? What do you want to see more of or less of? We thrive on the community's voice and ideas like this roadmap begin with your feedback.\n\n&nbsp;\nhttps://images.hive.blog/DQmVsxUBNSEttko3J3d7LDXL9BWGYLXLXAs798Z1EPjeUdf/image.png\n&nbsp;\n\nLeoFinance is a blockchain-based social media community for Crypto & Finance content creators. Our [tokenized app](https://leofinance.io) allows users and creators to engage and share content on the blockchain while earning cryptocurrency rewards.\n\n|\u00a0 \u00a0 \u00a0 \u00a0 Track Hive Data\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  New Interface!\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 About Us\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\n|:---------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |\n| [Hivestats](https://hivestats.io)\u00a0 \u00a0  | [LeoFinance <sup>Beta</sup>](https://beta.leofinance.io)\u00a0 \u00a0  | [Learn More](https://leopedia.io/explainer)\u00a0 \u00a0  |\n| https://i.imgur.com/q2sLO5O.png | https://i.imgur.com/WK1cedj.png | https://i.imgur.com/k4R5L2Y.png |\n\n|\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Trade Hive Tokens\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\u00a0 \u00a0 \u00a0 \u00a0 Twitter\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0  Hive\u00a0 Witness\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\n|:-----------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |\n| [LeoDex](https://leodex.io)\u00a0 \u00a0  | [@financeleo](https://twitter.com/financeleo) | [Vote](https://hivesigner.com/sign/account-witness-vote?witness=leofinance&approve=1)\n| https://images.hive.blog/640x0/https://i.imgur.com/HZrtczc.png | https://i.imgur.com/RmGMjcS.png | https://i.imgur.com/RmGMjcS.png |\n\n<center><sub>**Follow @leofinance for official updates**</sub></center>\n\n\n\n\nPosted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/hive-167922/@leofinance/new-month-to-month-roadmap-and-developer-updates)",
+    "body_length": 10818,
+    "cashout_time": "2020-11-05T15:30:36",
+    "category": "hive-167922",
+    "children": 60,
+    "created": "2020-10-29T15:30:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"leofinance/0.2\",\"format\":\"markdown\",\"tags\":[\"leofinance\",\"roadmap\",\"development\",\"developer\",\"hive\",\"leo\",\"update\",\"palnet\",\"neoxian\",\"ctp\"],\"links\":[\"https://leofinance.io/@steem.leo/leofinance-2020-roadmap\",\"https://leofinance.io/hive-167922/@taskmaster4450le/leofinance-has-its-first-metamask-success-story\",\"https://leofinance.io\",\"https://twitter.com/FinanceLeo/status/1321311950480048129\",\"https://hivestats.io\",\"https://beta.leofinance.io\",\"https://leopedia.io/explainer\",\"https://leodex.io\",\"https://twitter.com/financeleo\",\"https://hivesigner.com/sign/account-witness-vote?witness=leofinance&approve=1\"],\"image\":[\"https://images.hive.blog/DQmRNGzchciyMMnS17Ntac3AeUoZrKXp3ZFiepnCpWjU4LZ/LeoFinance%20Roadmap%20October-November.png\",\"https://images.hive.blog/DQmZueetSzeb7PYh9xcYxAn6RVSpWzbboq97N3fsESKzfys/image.png\",\"https://images.hive.blog/DQmSB4oSmvtGr6PsFUWuPWLsapNseM9ZGqtmNGKDVoMVExd/WLEO%202%20Model.png\",\"https://images.hive.blog/DQmbYet9Q2QTTr3EQUF6xdpkdqa8ZZbTsinju1afZGthggq/image.png\",\"https://images.hive.blog/DQmbx43S3Rb8FbJkuHr9xYRVCApr68o3t4Tn5Dy7YiHRmLx/image.png\",\"https://images.hive.blog/DQmVsxUBNSEttko3J3d7LDXL9BWGYLXLXAs798Z1EPjeUdf/image.png\",\"https://i.imgur.com/q2sLO5O.png\",\"https://i.imgur.com/WK1cedj.png\",\"https://i.imgur.com/k4R5L2Y.png\",\"https://images.hive.blog/640x0/https://i.imgur.com/HZrtczc.png\",\"https://i.imgur.com/RmGMjcS.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-29T15:30:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 190148186179823,
+    "parent_author": "",
+    "parent_permlink": "hive-167922",
+    "pending_payout_value": "44.609 HBD",
+    "percent_hbd": 10000,
+    "permlink": "new-month-to-month-roadmap-and-developer-updates",
+    "post_id": 100304795,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "New Month-to-Month Roadmap and Developer Updates",
+    "title": "New Month-to-Month Roadmap and Developer Updates",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-167922/@leofinance/new-month-to-month-roadmap-and-developer-updates"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "75",
+        "reputation": 19245698180508,
+        "rshares": 15911411361,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "2500",
+        "reputation": 199038236768658,
+        "rshares": 1129371238363,
+        "voter": "steemychicken1"
+      },
+      {
+        "percent": "1640",
+        "reputation": 341233778618,
+        "rshares": 256180110724,
+        "voter": "boatymcboatface"
+      },
+      {
+        "percent": "1640",
+        "reputation": 1957220358850383,
+        "rshares": 572081914067,
+        "voter": "kingscrown"
+      },
+      {
+        "percent": "1640",
+        "reputation": 4509451541223,
+        "rshares": 68758933607,
+        "voter": "theshell"
+      },
+      {
+        "percent": "45",
+        "reputation": 109424005488868,
+        "rshares": 2412833476,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 276676883010,
+        "voter": "livingfree"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59537739877186,
+        "rshares": 467449743874,
+        "voter": "ssjsasha"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 166201739900,
+        "voter": "arcange"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3305445759,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5905590531436,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 143768203235023,
+        "rshares": 15746943855,
+        "voter": "shanghaipreneur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1861542888372430,
+        "rshares": 5651395023523,
+        "voter": "jrcornel"
+      },
+      {
+        "percent": "5000",
+        "reputation": 282598017768634,
+        "rshares": 32028653265,
+        "voter": "scaredycatguide"
+      },
+      {
+        "percent": "1600",
+        "reputation": 215380666736,
+        "rshares": 298823685092,
+        "voter": "netaterra"
+      },
+      {
+        "percent": "1000",
+        "reputation": 736102194542370,
+        "rshares": 414634532788,
+        "voter": "daveks"
+      },
+      {
+        "percent": "6000",
+        "reputation": 32763721409085,
+        "rshares": 62691848854,
+        "voter": "jacobts"
+      },
+      {
+        "percent": "2000",
+        "reputation": 706874908331117,
+        "rshares": 487024024427,
+        "voter": "abh12345"
+      },
+      {
+        "percent": "820",
+        "reputation": 280674585514224,
+        "rshares": 74046578073,
+        "voter": "justyy"
+      },
+      {
+        "percent": "1250",
+        "reputation": 149827038166480,
+        "rshares": 48707816601,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 39160428846,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34131657938027,
+        "rshares": 204029034977,
+        "voter": "dylanhobalart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17767106647592,
+        "rshares": 14473377239,
+        "voter": "mitchelljaworski"
+      },
+      {
+        "percent": "400",
+        "reputation": 0,
+        "rshares": 671027911464,
+        "voter": "created"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": 1432753126475,
+        "voter": "mangos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 733565215,
+        "voter": "mow"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7681636768,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 43820242939600,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "1648",
+        "reputation": 307916617000098,
+        "rshares": 172728589613,
+        "voter": "detlev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14843369934402,
+        "rshares": 8298109766,
+        "voter": "lebah"
+      },
+      {
+        "percent": "300",
+        "reputation": 163127928998530,
+        "rshares": 7284067068,
+        "voter": "lizanomadsoul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16365587743468,
+        "rshares": 119174160160,
+        "voter": "tamaralovelace"
+      },
+      {
+        "percent": "5000",
+        "reputation": 91224250124,
+        "rshares": 10383652594,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "2700",
+        "reputation": 39969242565947,
+        "rshares": 50124730441,
+        "voter": "iansart"
+      },
+      {
+        "percent": "3000",
+        "reputation": 1263050853837,
+        "rshares": 3805085333,
+        "voter": "papadimos"
+      },
+      {
+        "percent": "187",
+        "reputation": 11448902903972,
+        "rshares": 92956158889,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "2000",
+        "reputation": 29513750536324,
+        "rshares": 1206816933,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "2870",
+        "reputation": 428044301921,
+        "rshares": 50819945341,
+        "voter": "cacalillos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23819307616416,
+        "rshares": 22717085342,
+        "voter": "farizal"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80123076461352,
+        "rshares": 384932557973,
+        "voter": "xels"
+      },
+      {
+        "percent": "2500",
+        "reputation": 441960688612864,
+        "rshares": 533022360548,
+        "voter": "isaria"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355430826544963,
+        "rshares": 245401410516,
+        "voter": "arunava"
+      },
+      {
+        "percent": "100",
+        "reputation": 244663799881334,
+        "rshares": 1726440519,
+        "voter": "flauwy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 136866148586,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "8500",
+        "reputation": 21298951755480,
+        "rshares": 366930148328,
+        "voter": "tonyz"
+      },
+      {
+        "percent": "2500",
+        "reputation": 274221116115280,
+        "rshares": 995746424933,
+        "voter": "trumpman"
+      },
+      {
+        "percent": "2000",
+        "reputation": 77602585289853,
+        "rshares": 14111944519,
+        "voter": "arrliinn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1088633474467,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20355801093011,
+        "rshares": 461939868052,
+        "voter": "jingdol"
+      },
+      {
+        "percent": "10000",
+        "reputation": 353373919468024,
+        "rshares": 767126254,
+        "voter": "xyzashu"
+      },
+      {
+        "percent": "900",
+        "reputation": 122017350265257,
+        "rshares": 181944575997,
+        "voter": "ew-and-patterns"
+      },
+      {
+        "percent": "2500",
+        "reputation": 249714086063585,
+        "rshares": 27424510388,
+        "voter": "thegreens"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9899728290123,
+        "rshares": 62030290031,
+        "voter": "rarej"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76998450222036,
+        "rshares": 671408577671,
+        "voter": "forexbrokr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 205181088227172,
+        "rshares": 1391823033424,
+        "voter": "geekgirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13131219884,
+        "rshares": 19502731,
+        "voter": "merrylsummer"
+      },
+      {
+        "percent": "3000",
+        "reputation": 819401607197,
+        "rshares": 5312535430,
+        "voter": "apoloo1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 105936439389626,
+        "rshares": 1537400019087,
+        "voter": "mcoinz79"
+      },
+      {
+        "percent": "10000",
+        "reputation": 223486867868,
+        "rshares": 21598432234,
+        "voter": "captainquack22"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 12465883391478,
+        "voter": "haejin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 23747652895956,
+        "rshares": 867476448,
+        "voter": "richi0927"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4660012748090,
+        "rshares": 58490071550,
+        "voter": "shebe"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1060930411809617,
+        "rshares": 2490376241221,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "5000",
+        "reputation": 190691885658151,
+        "rshares": 3562851996822,
+        "voter": "nathanmars"
+      },
+      {
+        "percent": "2050",
+        "reputation": 7774977660934,
+        "rshares": 1761381662,
+        "voter": "bambukah"
+      },
+      {
+        "percent": "3500",
+        "reputation": 36780217425224,
+        "rshares": 31946488255,
+        "voter": "dine77"
+      },
+      {
+        "percent": "380",
+        "reputation": 255478275060054,
+        "rshares": 20556393059,
+        "voter": "pixelfan"
+      },
+      {
+        "percent": "3000",
+        "reputation": 115269542036380,
+        "rshares": 407255935275,
+        "voter": "vikisecrets"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1844447662772,
+        "rshares": 2564022360,
+        "voter": "khalil319"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1465267842688,
+        "rshares": 1499323877,
+        "voter": "jorge248"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12491838471577,
+        "rshares": 1518875599,
+        "voter": "vidafitnessfeliz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45316699842804,
+        "rshares": 642097102,
+        "voter": "schubes"
+      },
+      {
+        "percent": "9000",
+        "reputation": 496635507685,
+        "rshares": 564124743,
+        "voter": "nortjenn"
+      },
+      {
+        "percent": "2050",
+        "reputation": 11955441084909,
+        "rshares": 4586377580,
+        "voter": "ayobami99"
+      },
+      {
+        "percent": "5000",
+        "reputation": 92825233966091,
+        "rshares": 107706735457,
+        "voter": "costanza"
+      },
+      {
+        "percent": "10000",
+        "reputation": 59275639592839,
+        "rshares": 107848454882,
+        "voter": "razack-pulo"
+      },
+      {
+        "percent": "4840",
+        "reputation": 24639928209538,
+        "rshares": 26330651970,
+        "voter": "santigs"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355541395288151,
+        "rshares": 7796064064456,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "500",
+        "reputation": 33280218537901,
+        "rshares": 5607715081,
+        "voter": "artonmysleeve"
+      },
+      {
+        "percent": "3690",
+        "reputation": 501200278459259,
+        "rshares": 591343537364,
+        "voter": "vlemon"
+      },
+      {
+        "percent": "8923",
+        "reputation": 0,
+        "rshares": 195679904754,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "250",
+        "reputation": 445234100950820,
+        "rshares": 756775816917,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "5000",
+        "reputation": 72384838675160,
+        "rshares": 298075765161,
+        "voter": "roleerob"
+      },
+      {
+        "percent": "10000",
+        "reputation": 72414549108547,
+        "rshares": 259133629362,
+        "voter": "simplifylife"
+      },
+      {
+        "percent": "2000",
+        "reputation": 336063014350538,
+        "rshares": 297282036368,
+        "voter": "revisesociology"
+      },
+      {
+        "percent": "10000",
+        "reputation": 206055018792025,
+        "rshares": 56292969223,
+        "voter": "silversaver888"
+      },
+      {
+        "percent": "5100",
+        "reputation": 152094905914833,
+        "rshares": 12151993034,
+        "voter": "jozef230"
+      },
+      {
+        "percent": "1000",
+        "reputation": 47982158911387,
+        "rshares": 31460235997,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6445110251502,
+        "rshares": 2571931918,
+        "voter": "divinekids"
+      },
+      {
+        "percent": "166",
+        "reputation": 0,
+        "rshares": 67811570304,
+        "voter": "investegg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14538002619952,
+        "rshares": 557298456370,
+        "voter": "gank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 575351453061125,
+        "rshares": 462463019352,
+        "voter": "khaleelkazi"
+      },
+      {
+        "percent": "3000",
+        "reputation": 513799575547713,
+        "rshares": 189734147656,
+        "voter": "josediccus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 20205938121536,
+        "rshares": 13107458290,
+        "voter": "spencercoffman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4287059917803,
+        "rshares": 1282325214,
+        "voter": "sahil07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 128158005695390,
+        "rshares": 63633997403,
+        "voter": "arabisouri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1737660226555,
+        "rshares": 1478699236,
+        "voter": "meincluyo"
+      },
+      {
+        "percent": "2050",
+        "reputation": 90761572677246,
+        "rshares": 13028081776,
+        "voter": "karinxxl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 473928985768900,
+        "rshares": 5302335368,
+        "voter": "tradingideas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 735157464719,
+        "rshares": 2320351359,
+        "voter": "mtl1979"
+      },
+      {
+        "percent": "8000",
+        "reputation": 2979787258643,
+        "rshares": 1735212556,
+        "voter": "dashroom"
+      },
+      {
+        "percent": "250",
+        "reputation": 157805541487641,
+        "rshares": 151043309147,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "2000",
+        "reputation": 4828771219503,
+        "rshares": 4502155675,
+        "voter": "not-a-bird"
+      },
+      {
+        "percent": "1700",
+        "reputation": 172804239020062,
+        "rshares": 54877940265,
+        "voter": "chekohler"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1299972934791,
+        "rshares": 123888888,
+        "voter": "tute"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61257367144299,
+        "rshares": 581222094,
+        "voter": "publicumaurora"
+      },
+      {
+        "percent": "5000",
+        "reputation": 39868149562725,
+        "rshares": 512418750739,
+        "voter": "armentor"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9517778819103,
+        "rshares": 148236263939,
+        "voter": "mytechtrail"
+      },
+      {
+        "percent": "2500",
+        "reputation": 149410557707829,
+        "rshares": 16055915865,
+        "voter": "mhm-philippines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 61297887349807,
+        "rshares": 19708013694,
+        "voter": "nathen007"
+      },
+      {
+        "percent": "10000",
+        "reputation": 124743377651406,
+        "rshares": 117792196974,
+        "voter": "rezoanulvibes"
+      },
+      {
+        "percent": "10000",
+        "reputation": -34368182428,
+        "rshares": 580207568,
+        "voter": "funt33"
+      },
+      {
+        "percent": "3280",
+        "reputation": 8368568521954,
+        "rshares": 2894607984,
+        "voter": "mikitaly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9896237488,
+        "rshares": 19758528644,
+        "voter": "howiemac"
+      },
+      {
+        "percent": "10000",
+        "reputation": 52315833113791,
+        "rshares": 74531543593,
+        "voter": "inalittlewhile"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9071994818465,
+        "rshares": 660047876,
+        "voter": "candyboy"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2680015924516,
+        "rshares": 7513866305,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 986715595401,
+        "rshares": 122476907135,
+        "voter": "marc5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 92315008958130,
+        "rshares": 8481530399,
+        "voter": "hooiyewlim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36559175792044,
+        "rshares": 1661767161,
+        "voter": "jewel-lover"
+      },
+      {
+        "percent": "2500",
+        "reputation": 368970410036642,
+        "rshares": 360581884543,
+        "voter": "jongolson"
+      },
+      {
+        "percent": "10000",
+        "reputation": 63269265811712,
+        "rshares": 35754632141,
+        "voter": "hetty-rowan"
+      },
+      {
+        "percent": "1648",
+        "reputation": 86529641974877,
+        "rshares": 96057893784,
+        "voter": "wehmoen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66960336186014,
+        "rshares": 321759101827,
+        "voter": "matheusggr"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 4298009108695,
+        "voter": "znnuksfe"
+      },
+      {
+        "percent": "6000",
+        "reputation": 11192520951709,
+        "rshares": 29482748410,
+        "voter": "harryji"
+      },
+      {
+        "percent": "400",
+        "reputation": 25048759621308,
+        "rshares": 3841384685,
+        "voter": "tryskele"
+      },
+      {
+        "percent": "1200",
+        "reputation": 279507826168043,
+        "rshares": 350362688546,
+        "voter": "edicted"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3895318402889,
+        "rshares": 1489041830,
+        "voter": "criptonotas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7833564344722,
+        "rshares": 2179709571,
+        "voter": "ahmedsy"
+      },
+      {
+        "percent": "300",
+        "reputation": 38330902987406,
+        "rshares": 2087912330,
+        "voter": "manncpt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 184489319084,
+        "rshares": 531627738,
+        "voter": "steemboat-steve"
+      },
+      {
+        "percent": "2050",
+        "reputation": 554941921434,
+        "rshares": 559291132,
+        "voter": "lauriki"
+      },
+      {
+        "percent": "6000",
+        "reputation": 127592029555558,
+        "rshares": 712840449608,
+        "voter": "chorock"
+      },
+      {
+        "percent": "300",
+        "reputation": 7036325034531,
+        "rshares": 614454149,
+        "voter": "jnmarteau"
+      },
+      {
+        "percent": "1000",
+        "reputation": 4755551366717,
+        "rshares": 691683855,
+        "voter": "philnewton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8442427579109,
+        "rshares": 78237120281,
+        "voter": "videosteemit"
+      },
+      {
+        "percent": "1500",
+        "reputation": 79537112262409,
+        "rshares": 29303968327,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4156063258051,
+        "rshares": 1911438371,
+        "voter": "investprosper"
+      },
+      {
+        "percent": "3300",
+        "reputation": 330396781271113,
+        "rshares": 1548935608512,
+        "voter": "holger80"
+      },
+      {
+        "percent": "820",
+        "reputation": 50124640567504,
+        "rshares": 2880733618,
+        "voter": "dailychina"
+      },
+      {
+        "percent": "2000",
+        "reputation": 442944056818,
+        "rshares": 744553563,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2384160913530,
+        "rshares": 22081085690,
+        "voter": "blog-beginner"
+      },
+      {
+        "percent": "2050",
+        "reputation": 43170923651873,
+        "rshares": 1830859953,
+        "voter": "oredebby"
+      },
+      {
+        "percent": "1250",
+        "reputation": 8496919418242,
+        "rshares": 1628585146,
+        "voter": "ericburgoyne"
+      },
+      {
+        "percent": "100",
+        "reputation": 107854173717168,
+        "rshares": 3621553740,
+        "voter": "moeenali"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18641585439625,
+        "rshares": 22451104198,
+        "voter": "sudefteri"
+      },
+      {
+        "percent": "1648",
+        "reputation": 26891833471686,
+        "rshares": 33508712513,
+        "voter": "sisygoboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12435393608248,
+        "rshares": 14521920548,
+        "voter": "jhoxiris"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20304784933273,
+        "rshares": 114155278827,
+        "voter": "barge"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8405881148978,
+        "rshares": 12669458654,
+        "voter": "thebluewin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4895191598205,
+        "rshares": 4151382805,
+        "voter": "auminda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12186132605,
+        "rshares": 1588830676,
+        "voter": "magicbirds"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8653571432,
+        "rshares": 1590424409,
+        "voter": "blueproject"
+      },
+      {
+        "percent": "10000",
+        "reputation": 41394952718,
+        "rshares": 1589448673,
+        "voter": "django137"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5904893661018,
+        "rshares": 1482543130,
+        "voter": "fiveelements5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8493141387,
+        "rshares": 1592946319,
+        "voter": "goldeneye64"
+      },
+      {
+        "percent": "10000",
+        "reputation": 65151962039,
+        "rshares": 1587309167,
+        "voter": "ludezma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11867738310700,
+        "rshares": 1479274468,
+        "voter": "oleg5430"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2506608157147,
+        "rshares": 72221280972,
+        "voter": "cst90"
+      },
+      {
+        "percent": "250",
+        "reputation": 26898775193091,
+        "rshares": 2384885271,
+        "voter": "movement19"
+      },
+      {
+        "percent": "3000",
+        "reputation": 62406194635091,
+        "rshares": 11220719220,
+        "voter": "russellstockley"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28043401262,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2000",
+        "reputation": 728175985947,
+        "rshares": 3963247242,
+        "voter": "jglake"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199976287052179,
+        "rshares": 17251871168,
+        "voter": "leeyh"
+      },
+      {
+        "percent": "5000",
+        "reputation": 36232951266359,
+        "rshares": 9151602673,
+        "voter": "adenijiadeshina"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18189311535306,
+        "rshares": 33609781821,
+        "voter": "teutonium"
+      },
+      {
+        "percent": "5000",
+        "reputation": 56169502088,
+        "rshares": 2781614839,
+        "voter": "dhingvimal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 397421034392,
+        "rshares": 165674514819,
+        "voter": "steemitcolombia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 142962265648592,
+        "rshares": 1464836264,
+        "voter": "neopch"
+      },
+      {
+        "percent": "2500",
+        "reputation": 93591631110831,
+        "rshares": 87741469748,
+        "voter": "bil.prag"
+      },
+      {
+        "percent": "5000",
+        "reputation": 492319527534844,
+        "rshares": 375658369827,
+        "voter": "ronaldoavelino"
+      },
+      {
+        "percent": "1648",
+        "reputation": 367201484924059,
+        "rshares": 184585199432,
+        "voter": "louis88"
+      },
+      {
+        "percent": "820",
+        "reputation": 28643888754007,
+        "rshares": 3573574912,
+        "voter": "paragism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 174856977309980,
+        "rshares": 311983170828,
+        "voter": "ivansnz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 24305829848893,
+        "rshares": 3386105369,
+        "voter": "racibo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6746077696008,
+        "rshares": 22263672168,
+        "voter": "radard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 31165040836,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "2000",
+        "reputation": 50091053272936,
+        "rshares": 66177600658,
+        "voter": "yameen"
+      },
+      {
+        "percent": "750",
+        "reputation": 570270524259,
+        "rshares": 7860521007,
+        "voter": "blainjones"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 27422980604,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18055325674078,
+        "rshares": 872861406662,
+        "voter": "themightyvolcano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3016072494439,
+        "rshares": 4561829174,
+        "voter": "iseeyouvee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 23315604441,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "5000",
+        "reputation": 36332597988879,
+        "rshares": 5808992554,
+        "voter": "reinaldoverdu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8931040388252,
+        "rshares": 590446697,
+        "voter": "ifunnymemes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9799246076244,
+        "rshares": 37205080545,
+        "voter": "petertag"
+      },
+      {
+        "percent": "150",
+        "reputation": 15436790913241,
+        "rshares": 1284276789,
+        "voter": "globalschool"
+      },
+      {
+        "percent": "3000",
+        "reputation": 4733207153400,
+        "rshares": 3152353047,
+        "voter": "trumpman2"
+      },
+      {
+        "percent": "5534",
+        "reputation": 7174040211936,
+        "rshares": 310819721905,
+        "voter": "sbi3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25780595648429,
+        "rshares": 22714578693,
+        "voter": "superlao"
+      },
+      {
+        "percent": "3500",
+        "reputation": 0,
+        "rshares": 1019236738,
+        "voter": "tronsformer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 20188583276,
+        "voter": "diabonua"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 10036718584,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "3000",
+        "reputation": 39672928171915,
+        "rshares": 5325323942,
+        "voter": "darthgexe"
+      },
+      {
+        "percent": "10000",
+        "reputation": 122293298868000,
+        "rshares": 331211898,
+        "voter": "crypticat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9095206,
+        "rshares": 856354016232,
+        "voter": "steem-tube"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4697805235,
+        "rshares": 526488547,
+        "voter": "therabbitzone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42499254461187,
+        "rshares": 148339715021,
+        "voter": "oldmans"
+      },
+      {
+        "percent": "2000",
+        "reputation": 22715140733441,
+        "rshares": 18516551599,
+        "voter": "steliosfan"
+      },
+      {
+        "percent": "500",
+        "reputation": 33880584587046,
+        "rshares": 732704470,
+        "voter": "hardaeborla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6370085312,
+        "rshares": 1314778723,
+        "voter": "kahvesizlik"
+      },
+      {
+        "percent": "250",
+        "reputation": 20023805487967,
+        "rshares": 791880347,
+        "voter": "moneybaby"
+      },
+      {
+        "percent": "10000",
+        "reputation": 31579572689,
+        "rshares": 791262769,
+        "voter": "agathusia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9718632602,
+        "rshares": 1589464545,
+        "voter": "prudencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12580096938,
+        "rshares": 1586740865,
+        "voter": "gorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13059317148,
+        "rshares": 1587781576,
+        "voter": "suley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6990715593,
+        "rshares": 1586677039,
+        "voter": "zulema"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10089127541,
+        "rshares": 1588529892,
+        "voter": "herencia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9724555279,
+        "rshares": 1586182272,
+        "voter": "zoraida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4252099247,
+        "rshares": 1587209384,
+        "voter": "embera"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6224691662,
+        "rshares": 1587853155,
+        "voter": "medula"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3158689060,
+        "rshares": 1592387269,
+        "voter": "chavela"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7291463397,
+        "rshares": 1586706105,
+        "voter": "tierra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6836653370416,
+        "rshares": 10466628082,
+        "voter": "reyvaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1487820702005,
+        "rshares": 855724740,
+        "voter": "rufruf"
+      },
+      {
+        "percent": "2000",
+        "reputation": 118140326729872,
+        "rshares": 7183291370,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "10000",
+        "reputation": -78284605201,
+        "rshares": 50616749015,
+        "voter": "georgeknowsall"
+      },
+      {
+        "percent": "7000",
+        "reputation": 156376467869107,
+        "rshares": 228888365311,
+        "voter": "dalz"
+      },
+      {
+        "percent": "1000",
+        "reputation": 52837110172217,
+        "rshares": 492827895,
+        "voter": "jk6276"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2376783964081,
+        "rshares": 894888644,
+        "voter": "arrixion"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18790919715448,
+        "rshares": 718310450908,
+        "voter": "luppers"
+      },
+      {
+        "percent": "2050",
+        "reputation": 16478012131472,
+        "rshares": 10854706546,
+        "voter": "minimining"
+      },
+      {
+        "percent": "3300",
+        "reputation": 36498710441788,
+        "rshares": 11324515470,
+        "voter": "fullnodeupdate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 604548689345,
+        "rshares": 1230000847,
+        "voter": "kr-coffeesteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10278138043955,
+        "rshares": 52633804,
+        "voter": "laissez-faire"
+      },
+      {
+        "percent": "8367",
+        "reputation": 0,
+        "rshares": 8458947081,
+        "voter": "voter002"
+      },
+      {
+        "percent": "200",
+        "reputation": 381305299520882,
+        "rshares": 1202698648,
+        "voter": "alokkumar121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 12730341239,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1002453770077,
+        "rshares": 1154072631,
+        "voter": "bonnie30"
+      },
+      {
+        "percent": "10000",
+        "reputation": 34340166233452,
+        "rshares": 4249695303,
+        "voter": "perfspots"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30681385286196,
+        "rshares": 24693214064,
+        "voter": "thejollyroger"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16966885974746,
+        "rshares": 830119023,
+        "voter": "steemitcuration"
+      },
+      {
+        "percent": "1500",
+        "reputation": 0,
+        "rshares": 46396667614,
+        "voter": "merlin7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 28559569108,
+        "voter": "diegor"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4900638213894,
+        "rshares": 30407893976,
+        "voter": "dallas27"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 599310589,
+        "voter": "conectionbot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11213150975739,
+        "rshares": 347349278761,
+        "voter": "kristall97"
+      },
+      {
+        "percent": "750",
+        "reputation": 3420036317592,
+        "rshares": 9642595949,
+        "voter": "cakemonster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30281770348,
+        "rshares": 3811716112,
+        "voter": "themightysquid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 247504096816,
+        "rshares": 825955079,
+        "voter": "apofis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3633716322140,
+        "rshares": 3992079719,
+        "voter": "marki99"
+      },
+      {
+        "percent": "10000",
+        "reputation": 680924497639,
+        "rshares": 741107014,
+        "voter": "olivier.jacobs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8254101,
+        "rshares": 0,
+        "voter": "ohfiddlesticks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8468960967138,
+        "rshares": 1914053309,
+        "voter": "smonia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13815761380,
+        "rshares": 47221247742,
+        "voter": "tigerrkg"
+      },
+      {
+        "percent": "10000",
+        "reputation": 671364595259,
+        "rshares": 2026782169,
+        "voter": "smon-fan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2488971014315,
+        "rshares": 1667297343,
+        "voter": "tr777"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1285616451,
+        "voter": "sm-jewel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1634897360,
+        "voter": "tr77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1449794390,
+        "voter": "smoner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1686834295,
+        "voter": "smonian"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3188730840665,
+        "rshares": 42927025525,
+        "voter": "loliver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12361832402331,
+        "rshares": 61698778014,
+        "voter": "idiosyncratic1"
+      },
+      {
+        "percent": "500",
+        "reputation": -4467669911343,
+        "rshares": 780777937736,
+        "voter": "ctime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 774128044503,
+        "rshares": 1681619017,
+        "voter": "caribehub"
+      },
+      {
+        "percent": "10000",
+        "reputation": 54892997399545,
+        "rshares": 1395274548,
+        "voter": "smon-joa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5230675637,
+        "rshares": 908881192,
+        "voter": "jjangjjanggirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 532708259860,
+        "rshares": 630497974,
+        "voter": "limka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57499465200967,
+        "rshares": 21463354226,
+        "voter": "leeyh2"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2633225890437,
+        "rshares": 791213937,
+        "voter": "joseph230"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 780789802328,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5833218185,
+        "rshares": 1699087057,
+        "voter": "smonbear"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2910555091868,
+        "rshares": 540928195,
+        "voter": "denizcakmak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 78290610802,
+        "rshares": 702696196,
+        "voter": "erinclair"
+      },
+      {
+        "percent": "1000",
+        "reputation": 161840569289533,
+        "rshares": 10145596377,
+        "voter": "engrsayful"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2180219855181,
+        "rshares": 1043101152,
+        "voter": "hungerstream"
+      },
+      {
+        "percent": "10000",
+        "reputation": 775328271329,
+        "rshares": 2069643750,
+        "voter": "ljquimpo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1269845209863,
+        "rshares": 1225399679,
+        "voter": "krunkypuram"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4034609326936,
+        "rshares": 11172816313,
+        "voter": "saxx1304"
+      },
+      {
+        "percent": "75",
+        "reputation": 120936131908085,
+        "rshares": 5615594947,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4055024566,
+        "rshares": 19259869620,
+        "voter": "megavest"
+      },
+      {
+        "percent": "1648",
+        "reputation": 153229969445473,
+        "rshares": 8944954063923,
+        "voter": "threespeak"
+      },
+      {
+        "percent": "10000",
+        "reputation": 24483130736672,
+        "rshares": 2773716120,
+        "voter": "dtrade"
+      },
+      {
+        "percent": "5000",
+        "reputation": 152169516576120,
+        "rshares": 33549876591,
+        "voter": "deeanndmathews"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1097797864961,
+        "rshares": 1062575867,
+        "voter": "miniteut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 55801981101,
+        "voter": "banvie"
+      },
+      {
+        "percent": "1648",
+        "reputation": 19219822868653,
+        "rshares": 16319295609,
+        "voter": "beerlover"
+      },
+      {
+        "percent": "10000",
+        "reputation": 91489915760,
+        "rshares": 835551925,
+        "voter": "canercanbolat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9877498112396,
+        "rshares": 1323118920,
+        "voter": "ssc-token"
+      },
+      {
+        "percent": "3500",
+        "reputation": 6484190050495,
+        "rshares": 31865970757,
+        "voter": "bastter"
+      },
+      {
+        "percent": "500",
+        "reputation": 584484995619,
+        "rshares": 526191465,
+        "voter": "tinyhousecryptos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 185044670844,
+        "rshares": 0,
+        "voter": "tradingideas2"
+      },
+      {
+        "percent": "5000",
+        "reputation": 927259760311,
+        "rshares": 552262052,
+        "voter": "oxoskva"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2407117821761,
+        "rshares": 4497708857,
+        "voter": "travelwritemoney"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2357438766,
+        "rshares": 679033384,
+        "voter": "dalz1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165757662725,
+        "rshares": 3215003706,
+        "voter": "lrekt01"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10305024795,
+        "rshares": 1394781774,
+        "voter": "steem-key"
+      },
+      {
+        "percent": "1500",
+        "reputation": 115912639173774,
+        "rshares": 149957402297,
+        "voter": "steem.leo"
+      },
+      {
+        "percent": "8000",
+        "reputation": 587317947741,
+        "rshares": 1702204241,
+        "voter": "abh12345.leo"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1833481668550,
+        "rshares": 597821964,
+        "voter": "leovoter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1753144004,
+        "rshares": 266375032,
+        "voter": "partitura.leo"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1681134665977,
+        "rshares": 4804905598738,
+        "voter": "leo.voter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 356931,
+        "rshares": 3534495745,
+        "voter": "leo.curator"
+      },
+      {
+        "percent": "50",
+        "reputation": 587996850915,
+        "rshares": 46481446,
+        "voter": "onealfa.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1755562088893,
+        "rshares": 1881020899,
+        "voter": "no-advice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11871634167,
+        "rshares": 552337321,
+        "voter": "vxc.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 320290398,
+        "voter": "leoaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3722285170,
+        "voter": "bala-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 20503659856,
+        "voter": "good.game"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15808214765405,
+        "rshares": 331727209951,
+        "voter": "votebetting"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1043967616,
+        "voter": "bearjohn"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": 740134122,
+        "voter": "mktmaker"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1385472095541,
+        "rshares": 1053075683,
+        "voter": "athomewithcraig"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 1530829136,
+        "voter": "leeyh5"
+      },
+      {
+        "percent": "5000",
+        "reputation": 65944430726,
+        "rshares": 6612207933,
+        "voter": "freddio.sport"
+      },
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": 2694787682,
+        "voter": "babytarazkp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1881037802,
+        "voter": "arctis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9243190184,
+        "rshares": 1630286952,
+        "voter": "midlet-yourleo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 376803157115,
+        "rshares": 362368832,
+        "voter": "tina-tina"
+      },
+      {
+        "percent": "5000",
+        "reputation": 15482406863885,
+        "rshares": 20339721692,
+        "voter": "maddogmike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8118219567,
+        "rshares": 485572705,
+        "voter": "roar2vote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 943186552,
+        "voter": "eloi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29811188182873,
+        "rshares": 172544745665,
+        "voter": "pessal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 527355560,
+        "voter": "refinement"
+      },
+      {
+        "percent": "2500",
+        "reputation": 17955172563273,
+        "rshares": 2106617554,
+        "voter": "clicktrackprofit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "happiness19"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2998296855448,
+        "rshares": 3454167791,
+        "voter": "revise.leo"
+      },
+      {
+        "percent": "687",
+        "reputation": 0,
+        "rshares": 1508723569,
+        "voter": "sbi-tokens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97507720606,
+        "rshares": 33529816,
+        "voter": "gdhaetae"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10614960119,
+        "rshares": 335850999,
+        "voter": "tomhall.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 267218850,
+        "rshares": 724123979,
+        "voter": "claudio83.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 509571031379,
+        "rshares": 1381602395,
+        "voter": "cageon360"
+      },
+      {
+        "percent": "2400",
+        "reputation": 64639332075,
+        "rshares": 2463123175,
+        "voter": "shtup"
+      },
+      {
+        "percent": "500",
+        "reputation": 121327802351,
+        "rshares": 539354109,
+        "voter": "jk6276.life"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1704173681552,
+        "rshares": 1107681200,
+        "voter": "bilpcoinbot"
+      },
+      {
+        "percent": "2050",
+        "reputation": 11383054385506,
+        "rshares": 1309631406,
+        "voter": "korver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1637183997,
+        "voter": "dnflsms"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414907211,
+        "rshares": 581910029,
+        "voter": "bruleo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 887328754,
+        "voter": "jessy22"
+      },
+      {
+        "percent": "500",
+        "reputation": 7809695368217,
+        "rshares": 357809276,
+        "voter": "spinvest-leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 745454158,
+        "voter": "khalneox"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 811018742,
+        "voter": "khalctp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1109234731,
+        "voter": "astraeas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 244476395,
+        "voter": "akpofure"
+      },
+      {
+        "percent": "10000",
+        "reputation": 291659254547,
+        "rshares": 1110216549,
+        "voter": "chloem"
+      },
+      {
+        "percent": "4381",
+        "reputation": 0,
+        "rshares": 4099501388,
+        "voter": "tonimontana.leo"
+      },
+      {
+        "percent": "1600",
+        "reputation": 0,
+        "rshares": 1253357278,
+        "voter": "therealyme"
+      },
+      {
+        "percent": "10000",
+        "reputation": 388287932960,
+        "rshares": 7943905117,
+        "voter": "enison1"
+      },
+      {
+        "percent": "3000",
+        "reputation": 19855330044,
+        "rshares": 1097981272,
+        "voter": "oelgniksivart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1695355006,
+        "voter": "thegambit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 136774209218255,
+        "rshares": 1696145811,
+        "voter": "blocktvnews"
+      },
+      {
+        "percent": "1500",
+        "reputation": 447569668922,
+        "rshares": 608647432,
+        "voter": "bilpcoin.pay"
+      },
+      {
+        "percent": "3000",
+        "reputation": 19755694,
+        "rshares": 535289124,
+        "voter": "javb"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": 19253041846,
+        "voter": "snoochieboochies"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1220892994,
+        "voter": "autowin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 914523538,
+        "voter": "meosleos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1322824805,
+        "voter": "khalpal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 726128122,
+        "voter": "rehan-pal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1307793539,
+        "voter": "keepit2"
+      },
+      {
+        "percent": "50",
+        "reputation": 7686304872,
+        "rshares": 0,
+        "voter": "empoderat.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 171486067190,
+        "rshares": 1826054413,
+        "voter": "leomaniacsgr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9115515000,
+        "rshares": 705184261,
+        "voter": "onestop"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1097096164,
+        "voter": "ldelegations"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1061237126,
+        "voter": "dalz4"
+      },
+      {
+        "percent": "50",
+        "reputation": 716018111090,
+        "rshares": 221003709,
+        "voter": "platino94"
+      },
+      {
+        "percent": "4000",
+        "reputation": 9624495306704,
+        "rshares": 47913944722426,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "6900",
+        "reputation": 0,
+        "rshares": 467343407,
+        "voter": "rehan-leo"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15790814555,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "300",
+        "reputation": 35668660233941,
+        "rshares": 8331689824,
+        "voter": "hivebuzz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 48866708333183,
+        "rshares": 35993277990,
+        "voter": "leofinance"
+      },
+      {
+        "percent": "1000",
+        "reputation": 25946748345182,
+        "rshares": 15674462642,
+        "voter": "iliyan90"
+      },
+      {
+        "percent": "400",
+        "reputation": 91987050007999,
+        "rshares": 1247146233,
+        "voter": "hiveyoda"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 15627327546,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35637730514337,
+        "rshares": 10590686663,
+        "voter": "thepeakstudio"
+      },
+      {
+        "percent": "4100",
+        "reputation": 753196616776,
+        "rshares": 75361081628,
+        "voter": "jskitty"
+      },
+      {
+        "percent": "1700",
+        "reputation": 1591135845229,
+        "rshares": 10710948406,
+        "voter": "yuurinbee-znz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 358839904767,
+        "rshares": 59198069506,
+        "voter": "akunull"
+      },
+      {
+        "percent": "10000",
+        "reputation": 18678265784121,
+        "rshares": 2026616955639,
+        "voter": "nulledgh0st"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 158422956229,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "5630",
+        "reputation": 1209731647511,
+        "rshares": 943085961980,
+        "voter": "softworld"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3566192694020,
+        "rshares": 27869610639,
+        "voter": "imfarhad"
+      },
+      {
+        "percent": "2870",
+        "reputation": 10188264707492,
+        "rshares": 1789967473,
+        "voter": "mynima"
+      },
+      {
+        "percent": "1500",
+        "reputation": 22060257076152,
+        "rshares": 6493088661,
+        "voter": "quello"
+      },
+      {
+        "percent": "4100",
+        "reputation": 7498199643415,
+        "rshares": 1411981550879,
+        "voter": "hodlcommunity"
+      },
+      {
+        "percent": "4100",
+        "reputation": 0,
+        "rshares": 10893689897,
+        "voter": "hodl-fund"
+      },
+      {
+        "percent": "792",
+        "reputation": 1292923913128,
+        "rshares": 1571071277,
+        "voter": "hextech"
+      },
+      {
+        "percent": "187",
+        "reputation": 47896334821902,
+        "rshares": 2543824397,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 10637170241006,
+        "rshares": 10138545530,
+        "voter": "miriannalis"
+      },
+      {
+        "percent": "150",
+        "reputation": 3177222978373,
+        "rshares": 1335095466,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "1000",
+        "reputation": 604442758770,
+        "rshares": 45458614877,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 168432870654,
+        "rshares": 61245904713,
+        "voter": "rihc94"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9650263289467,
+        "rshares": 11140567412,
+        "voter": "localgrower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6035544651217,
+        "rshares": 25097808064,
+        "voter": "gastontrussi"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7268405059650,
+        "rshares": 540082765719,
+        "voter": "hive.curation"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14439072034505,
+        "rshares": 15649095470,
+        "voter": "rmsadkri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 12236885238923,
+        "rshares": 744243841300,
+        "voter": "hivehustlers"
+      },
+      {
+        "percent": "5000",
+        "reputation": 8270926264,
+        "rshares": 535229238,
+        "voter": "zemiatin1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8412246560343,
+        "rshares": 9721346803,
+        "voter": "beehivetrader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266610952508,
+        "rshares": 1314062185,
+        "voter": "brofund-leo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 716642152322,
+        "rshares": 2481663293,
+        "voter": "ayhamyou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "zarevaneli"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3673848682542,
+        "rshares": 2554306686,
+        "voter": "improbableliason"
+      },
+      {
+        "percent": "5000",
+        "reputation": 833805368390,
+        "rshares": 244729144920,
+        "voter": "hivebuilder"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 76792549604,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4489762322971,
+        "rshares": 6368185127,
+        "voter": "lacrucita"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1756710829,
+        "voter": "zkalemiss.leo"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 29334106565,
+        "voter": "hivecur2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 211306339,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 463374191,
+        "rshares": 546595217,
+        "voter": "nikoleondas.leo"
+      },
+      {
+        "percent": "500",
+        "reputation": 25284728169845,
+        "rshares": 145763432923,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 17209828261,
+        "rshares": 3215909367,
+        "voter": "deadswitch"
+      },
+      {
+        "percent": "4100",
+        "reputation": 0,
+        "rshares": 1535896088,
+        "voter": "zinzanmusic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 86105916913,
+        "voter": "gohive"
+      },
+      {
+        "percent": "824",
+        "reputation": 906267166974,
+        "rshares": 663787937,
+        "voter": "sevenoh-fiveoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1113648204931,
+        "rshares": 4935020035,
+        "voter": "rezoanulv.leo"
+      },
+      {
+        "percent": "2050",
+        "reputation": 3274158340408,
+        "rshares": 4248693660,
+        "voter": "spirall"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 5158169515,
+        "voter": "dying"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8092922441593,
+        "rshares": 17345809914,
+        "voter": "mariosfame"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1713042609,
+        "voter": "ironhieronymus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 11518911015,
+        "voter": "beemd"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 112143673926,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "6000",
+        "reputation": 454055006758,
+        "rshares": 2306861824,
+        "voter": "allthemoneys"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": 169016323,
+        "voter": "leoneil.leo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1447273576100,
+        "rshares": 2917311790,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "1100",
+        "reputation": 16307549034965,
+        "rshares": 1707270843,
+        "voter": "trangbaby"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3679705780578,
+        "rshares": 2948173440,
+        "voter": "senseiphil"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "abdul.qadir"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1668767539307,
+        "rshares": 1522193059,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 720723418231,
+        "rshares": 642196068,
+        "voter": "jesusgarp93"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 51220575674,
+        "voter": "chucknun"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5167918,
+        "rshares": 0,
+        "voter": "vionline"
+      },
+      {
+        "percent": "2000",
+        "reputation": 5492117652843,
+        "rshares": 953400582,
+        "voter": "jerichternida"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114848705789,
+        "rshares": 637537677,
+        "voter": "curatorcat.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 863528119,
+        "voter": "ztfo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 956504513,
+        "voter": "bepresent"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4681508647,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 469578056,
+        "voter": "deathwing.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 469207105,
+        "voter": "rishi556.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3848475242,
+        "rshares": 2743822534,
+        "voter": "resiliencia.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 994854269,
+        "voter": "gcomplex"
+      },
+      {
+        "percent": "10000",
+        "reputation": 165241165777,
+        "rshares": 32657294077,
+        "voter": "esecholito"
+      },
+      {
+        "percent": "10000",
+        "reputation": 876243100,
+        "rshares": 0,
+        "voter": "dheagle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 509296703,
+        "voter": "minebb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 881956223,
+        "voter": "datapwr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 732805653,
+        "voter": "deep3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 124969965674,
+        "rshares": 631534569,
+        "voter": "oleofinance"
+      },
+      {
+        "percent": "10000",
+        "reputation": 253614201020,
+        "rshares": 361894596956,
+        "voter": "wheelly.dope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 509047463,
+        "voter": "plasticsoul"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 916218671,
+        "voter": "leo.vote"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 509523669,
+        "voter": "scrpt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1700097334,
+        "voter": "cwow2.leo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 556974746,
+        "voter": "druma"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 546110931,
+        "voter": "ropehold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 443581905,
+        "voter": "infihedge"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1242470076,
+        "voter": "fitlet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1278541019,
+        "voter": "tokenx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1291111590,
+        "voter": "strk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 508794926,
+        "voter": "stackfi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 508729162,
+        "voter": "hemerit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sameer78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1745019030,
+        "voter": "starle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1714423307,
+        "voter": "thorc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1707732826,
+        "voter": "basechain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 633453903,
+        "voter": "pandot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1871358326,
+        "voter": "janku"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1710744158,
+        "voter": "flowc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 545849316,
+        "voter": "psgood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 59056852538,
+        "voter": "betterdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "sdhive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1765531624,
+        "voter": "tv-d"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1824068722,
+        "voter": "supersla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1887100833,
+        "voter": "alorian"
+      }
+    ],
+    "author": "khaleelkazi",
+    "author_reputation": 575351453061125,
+    "beneficiaries": [
+      {
+        "account": "threespeakwallet",
+        "weight": 1100
+      }
+    ],
+    "body": "<center>\r\n\r\n[![](https://img.3speakcontent.co/tutidxyz/post.png)](https://3speak.co/watch?v=khaleelkazi/tutidxyz)\r\n\r\n\u25b6\ufe0f [Watch on 3Speak](https://3speak.co/watch?v=khaleelkazi/tutidxyz)\r\n\r\n</center>\r\n\r\n---\r\n\r\nYou may have already seen the [LeoFinance Month-to-Month Roadmap](https://leofinance.io/hive-167922/@leofinance/new-month-to-month-roadmap-and-developer-updates)\u00a0 that we released earlier today on the @leofinance account. This roadmap aims to give more regular updates on what is currently being build and the expected release dates of our internal objectives as a team and community project. \n\nIn this video, I discuss the roadmap and give a more in-depth review of the various aspects on it. This may give some extra insight into how things are designed, developed and delivered for the LeoFinance community. \n\nI actually split this video into two sections. The original turned out to be about 33 minutes in length. In part 1 (this video), I cover the roadmap. In part 2 (tomorrow's video), I cover the upcoming release of LeoFinance V2 Phase 2. These are some major upgrades to our LeoFinance.io UI which will start rolling out one at a time in the next 3-4 days with an official release date of November 5th-15th.\n\nAs we said in the @leofinance post about the M2M roadmap, we hope you share it around the Hive blockchain but especially on Twitter and other Web2 platforms. Spread the word about our roadmap and how the LeoFinance project is progressing as we deliver on these objectives in November and each month that follows with the new M2M roadmaps that are released. \n\n&nbsp;\nhttps://images.hive.blog/DQmVsxUBNSEttko3J3d7LDXL9BWGYLXLXAs798Z1EPjeUdf/image.png\n&nbsp;\n\nLeoFinance is a blockchain-based social media community for Crypto & Finance content creators. Our [tokenized app](https://leofinance.io) allows users and creators to engage and share content on the blockchain while earning cryptocurrency rewards.\n\n|\u00a0 \u00a0 \u00a0 \u00a0 Track Hive Data\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  New Interface!\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 About Us\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\n|:---------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |\n| [Hivestats](https://hivestats.io)\u00a0 \u00a0  | [LeoFinance <sup>Beta</sup>](https://beta.leofinance.io)\u00a0 \u00a0  | [Learn More](https://leopedia.io/explainer)\u00a0 \u00a0  |\n| https://i.imgur.com/q2sLO5O.png | https://i.imgur.com/WK1cedj.png | https://i.imgur.com/k4R5L2Y.png |\n\n|\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Trade Hive Tokens\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\u00a0 \u00a0 \u00a0 \u00a0 Twitter\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0  Hive\u00a0 Witness\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\n|:-----------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |\n| [LeoDex](https://leodex.io)\u00a0 \u00a0  | [@financeleo](https://twitter.com/financeleo) | [Vote](https://hivesigner.com/sign/account-witness-vote?witness=leofinance&approve=1)\n| https://images.hive.blog/640x0/https://i.imgur.com/HZrtczc.png | https://i.imgur.com/RmGMjcS.png | https://i.imgur.com/RmGMjcS.png |\n\n<center><sub>**Follow @leofinance for official updates**</sub></center>\r\n\r\n---\r\n\r\n\u25b6\ufe0f [3Speak](https://3speak.co/watch?v=khaleelkazi/tutidxyz)\r\n",
+    "body_length": 3099,
+    "cashout_time": "2020-11-06T05:45:03",
+    "category": "hive-167922",
+    "children": 7,
+    "created": "2020-10-30T05:45:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"tags\":[\"roadmap\",\"leofinance\",\"leo\",\"hive\",\"development\"],\"app\":\"3speak/0.3.0\",\"type\":\"3speak/video\",\"image\":[\"https://img.3speakcontent.co/tutidxyz/post.png\"],\"video\":{\"info\":{\"platform\":\"3speak\",\"title\":\"In-Depth: LeoFinance Month-to-Month Roadmap for November\",\"author\":\"khaleelkazi\",\"permlink\":\"tutidxyz\",\"duration\":543.533,\"filesize\":340268771,\"file\":\"mnNdhuSXkccjJsNikpzxjXyyStEykmgKFuCDulIUXXbqHENvWZwwXLueDphnBDTj.mp4\",\"ipfs\":null},\"content\":{\"description\":\"You may have already seen the [LeoFinance Month-to-Month Roadmap](https://leofinance.io/hive-167922/@leofinance/new-month-to-month-roadmap-and-developer-updates)\u00a0 that we released earlier today on the @leofinance account. This roadmap aims to give more regular updates on what is currently being build and the expected release dates of our internal objectives as a team and community project. \\n\\nIn this video, I discuss the roadmap and give a more in-depth review of the various aspects on it. This may give some extra insight into how things are designed, developed and delivered for the LeoFinance community. \\n\\nI actually split this video into two sections. The original turned out to be about 33 minutes in length. In part 1 (this video), I cover the roadmap. In part 2 (tomorrow's video), I cover the upcoming release of LeoFinance V2 Phase 2. These are some major upgrades to our LeoFinance.io UI which will start rolling out one at a time in the next 3-4 days with an official release date of November 5th-15th.\\n\\nAs we said in the @leofinance post about the M2M roadmap, we hope you share it around the Hive blockchain but especially on Twitter and other Web2 platforms. Spread the word about our roadmap and how the LeoFinance project is progressing as we deliver on these objectives in November and each month that follows with the new M2M roadmaps that are released. \\n\\n&nbsp;\\nhttps://images.hive.blog/DQmVsxUBNSEttko3J3d7LDXL9BWGYLXLXAs798Z1EPjeUdf/image.png\\n&nbsp;\\n\\nLeoFinance is a blockchain-based social media community for Crypto & Finance content creators. Our [tokenized app](https://leofinance.io) allows users and creators to engage and share content on the blockchain while earning cryptocurrency rewards.\\n\\n|\u00a0 \u00a0 \u00a0 \u00a0 Track Hive Data\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  New Interface!\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 About Us\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\\n|:---------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |:-----------------------------------:\u00a0 \u00a0 |\\n| [Hivestats](https://hivestats.io)\u00a0 \u00a0  | [LeoFinance <sup>Beta</sup>](https://beta.leofinance.io)\u00a0 \u00a0  | [Learn More](https://leopedia.io/explainer)\u00a0 \u00a0  |\\n| https://i.imgur.com/q2sLO5O.png | https://i.imgur.com/WK1cedj.png | https://i.imgur.com/k4R5L2Y.png |\\n\\n|\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Trade Hive Tokens\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 |\u00a0 \u00a0 \u00a0 \u00a0 Twitter\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\u00a0 \u00a0 \u00a0  Hive\u00a0 Witness\u00a0 \u00a0 \u00a0 \u00a0 \u00a0  |\\n|:-----------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |:-------------------------------:\u00a0 \u00a0 |\\n| [LeoDex](https://leodex.io)\u00a0 \u00a0  | [@financeleo](https://twitter.com/financeleo) | [Vote](https://hivesigner.com/sign/account-witness-vote?witness=leofinance&approve=1)\\n| https://images.hive.blog/640x0/https://i.imgur.com/HZrtczc.png | https://i.imgur.com/RmGMjcS.png | https://i.imgur.com/RmGMjcS.png |\\n\\n<center><sub>**Follow @leofinance for official updates**</sub></center>\",\"tags\":[\"roadmap\",\"leofinance\",\"leo\",\"hive\",\"development\"]}}}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-30T05:45:03",
+    "max_accepted_payout": "100000.000 HBD",
+    "net_rshares": 188610909761667,
+    "parent_author": "",
+    "parent_permlink": "hive-167922",
+    "pending_payout_value": "44.221 HBD",
+    "percent_hbd": 10000,
+    "permlink": "tutidxyz",
+    "post_id": 100313732,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "In-Depth: LeoFinance Month-to-Month Roadmap for November",
+    "title": "In-Depth: LeoFinance Month-to-Month Roadmap for November",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-167922/@khaleelkazi/tutidxyz"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "75",
+        "reputation": 19245698180508,
+        "rshares": 16205788273,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1594304819447449,
+        "rshares": 11279101926896,
+        "voter": "acidyo"
+      },
+      {
+        "percent": "1750",
+        "reputation": 34103703963623,
+        "rshares": 7857867241,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266498838207861,
+        "rshares": 1508061854536,
+        "voter": "timcliff"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5352054456941,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 97229489927307,
+        "rshares": 408992806458,
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 151428687701,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 50195947048,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "5000",
+        "reputation": 57123303734647,
+        "rshares": 1050003719,
+        "voter": "safar01"
+      },
+      {
+        "percent": "10000",
+        "reputation": 330858064593420,
+        "rshares": 7347668442012,
+        "voter": "jaki01"
+      },
+      {
+        "percent": "5000",
+        "reputation": 149500820262760,
+        "rshares": 13359044186,
+        "voter": "keuudeip"
+      },
+      {
+        "percent": "10000",
+        "reputation": 942473876919,
+        "rshares": 684587897,
+        "voter": "mow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 30766232797635,
+        "rshares": 18673041954,
+        "voter": "cardboard"
+      },
+      {
+        "percent": "2500",
+        "reputation": 59094884211730,
+        "rshares": 3497034655,
+        "voter": "saleg25"
+      },
+      {
+        "percent": "10000",
+        "reputation": 138663179735601,
+        "rshares": 316481850042,
+        "voter": "kobold-djawa"
+      },
+      {
+        "percent": "5000",
+        "reputation": 27214240242904,
+        "rshares": 47602710546,
+        "voter": "rahul.stan"
+      },
+      {
+        "percent": "300",
+        "reputation": 38975615169260,
+        "rshares": 7795349504,
+        "voter": "steemitboard"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15925403061479,
+        "rshares": 1369000892,
+        "voter": "titianus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 68502244465536,
+        "rshares": 13044171434,
+        "voter": "eirik"
+      },
+      {
+        "percent": "10000",
+        "reputation": 450338781685383,
+        "rshares": 102336021313,
+        "voter": "louisthomas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 96744768495,
+        "rshares": 5068430946431,
+        "voter": "davidorcamuriel"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15135006110391,
+        "rshares": 1767737048,
+        "voter": "thatsweeneyguy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 91224250124,
+        "rshares": 5637627351,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "187",
+        "reputation": 11448902903972,
+        "rshares": 93185350914,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 130573901548108,
+        "rshares": 957175796504,
+        "voter": "fredrikaa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112994806497327,
+        "rshares": 3215275614,
+        "voter": "varunpinto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9701652715721,
+        "rshares": 134230488983,
+        "voter": "masterthematrix"
+      },
+      {
+        "percent": "5000",
+        "reputation": 62289248493193,
+        "rshares": 1195187728,
+        "voter": "mxzn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22688897469714,
+        "rshares": 74378873516,
+        "voter": "jeanpi1908"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7901101123497,
+        "rshares": 1173928596841,
+        "voter": "giuatt07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 329877254452254,
+        "rshares": 8556817259,
+        "voter": "steeminator3000"
+      },
+      {
+        "percent": "2500",
+        "reputation": 30158976168359,
+        "rshares": 5620237593,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1734633072808,
+        "rshares": 9071767908,
+        "voter": "bruzzy"
+      },
+      {
+        "percent": "750",
+        "reputation": 14619210831916,
+        "rshares": 935829468,
+        "voter": "kiokizz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 39468497815242,
+        "rshares": 56641585900,
+        "voter": "jacekw"
+      },
+      {
+        "percent": "4000",
+        "reputation": 11543349050162,
+        "rshares": 7768311819,
+        "voter": "allcapsonezero"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1060930411809617,
+        "rshares": 2524573514386,
+        "voter": "themarkymark"
+      },
+      {
+        "percent": "2500",
+        "reputation": 160365740143001,
+        "rshares": 8883479160,
+        "voter": "macchiata"
+      },
+      {
+        "percent": "10000",
+        "reputation": 204525683313029,
+        "rshares": 200488903362,
+        "voter": "vimukthi"
+      },
+      {
+        "percent": "2750",
+        "reputation": 61249536206183,
+        "rshares": 34440848121,
+        "voter": "redrica"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9446256817327,
+        "rshares": 11651810985,
+        "voter": "june21neneng"
+      },
+      {
+        "percent": "3600",
+        "reputation": 24639928209538,
+        "rshares": 21256575258,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51994511985595,
+        "rshares": 35543680071355,
+        "voter": "tipu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25652027825769,
+        "rshares": 9954781689,
+        "voter": "transcript-junky"
+      },
+      {
+        "percent": "1000",
+        "reputation": 355541395288151,
+        "rshares": 7874641125386,
+        "voter": "buildawhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 537290602112,
+        "rshares": 218288324036,
+        "voter": "chinchilla"
+      },
+      {
+        "percent": "250",
+        "reputation": 445234100950820,
+        "rshares": 762628596139,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "500",
+        "reputation": 49274532972171,
+        "rshares": 708921350,
+        "voter": "mawit07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 121466355474501,
+        "rshares": 3132781519490,
+        "voter": "yabapmatt"
+      },
+      {
+        "percent": "4000",
+        "reputation": 6727973666699,
+        "rshares": 66877324338,
+        "voter": "omra-sky"
+      },
+      {
+        "percent": "1000",
+        "reputation": 47982158911387,
+        "rshares": 31826134360,
+        "voter": "makerhacks"
+      },
+      {
+        "percent": "157",
+        "reputation": 0,
+        "rshares": 67336785354,
+        "voter": "investegg"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 4700676491,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2302152857587,
+        "rshares": 1680566240,
+        "voter": "jexus77"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12722616650811,
+        "rshares": 2254149860530,
+        "voter": "postpromoter"
+      },
+      {
+        "percent": "250",
+        "reputation": 157805541487641,
+        "rshares": 150448255367,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14709760292085,
+        "rshares": 19352859589,
+        "voter": "yazp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451995142982,
+        "rshares": 890152783,
+        "voter": "vishire"
+      },
+      {
+        "percent": "8000",
+        "reputation": 6002008648160,
+        "rshares": 4885776968,
+        "voter": "drunksamurai"
+      },
+      {
+        "percent": "8000",
+        "reputation": 11013073160106,
+        "rshares": 2100567372,
+        "voter": "taug"
+      },
+      {
+        "percent": "2500",
+        "reputation": 110889227376345,
+        "rshares": 1828956265,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2675225025765,
+        "rshares": 7174107055,
+        "voter": "fourfourfun"
+      },
+      {
+        "percent": "1000",
+        "reputation": 2680015924516,
+        "rshares": 7581646899,
+        "voter": "upmyvote"
+      },
+      {
+        "percent": "5000",
+        "reputation": 21720371357335,
+        "rshares": 18505507287,
+        "voter": "bartheek"
+      },
+      {
+        "percent": "10000",
+        "reputation": 467563251193,
+        "rshares": 635325601,
+        "voter": "durbisrodriguez"
+      },
+      {
+        "percent": "8000",
+        "reputation": 3374581050097,
+        "rshares": 21471473800,
+        "voter": "butterb"
+      },
+      {
+        "percent": "5000",
+        "reputation": 170235537022,
+        "rshares": 680211362,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "10000",
+        "reputation": 951646894776,
+        "rshares": 531142072,
+        "voter": "cfminer"
+      },
+      {
+        "percent": "1600",
+        "reputation": 109542344990049,
+        "rshares": 3173320709,
+        "voter": "newageinv"
+      },
+      {
+        "percent": "750",
+        "reputation": 79537112262409,
+        "rshares": 44156897499,
+        "voter": "tobias-g"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2848881778824,
+        "rshares": 898092154,
+        "voter": "srikandi"
+      },
+      {
+        "percent": "1500",
+        "reputation": 442944056818,
+        "rshares": 546550602,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2384160913530,
+        "rshares": 20385665265,
+        "voter": "blog-beginner"
+      },
+      {
+        "percent": "5000",
+        "reputation": 411588240625,
+        "rshares": 3724785004,
+        "voter": "happy-soul"
+      },
+      {
+        "percent": "1000",
+        "reputation": 86838371749119,
+        "rshares": 28737253694,
+        "voter": "crazy-andy"
+      },
+      {
+        "percent": "4500",
+        "reputation": 6264286399143,
+        "rshares": 1000051206282,
+        "voter": "asgarth"
+      },
+      {
+        "percent": "250",
+        "reputation": 26898775193091,
+        "rshares": 2341537952,
+        "voter": "movement19"
+      },
+      {
+        "percent": "1750",
+        "reputation": 17385822919900,
+        "rshares": 8617811462,
+        "voter": "forester-joe"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 28278074613,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "7000",
+        "reputation": 168836422039217,
+        "rshares": 36327602897,
+        "voter": "fego"
+      },
+      {
+        "percent": "2500",
+        "reputation": 158256810302501,
+        "rshares": 41232690445,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1140372911417,
+        "rshares": 829257408,
+        "voter": "zainnyferdhoy"
+      },
+      {
+        "percent": "3300",
+        "reputation": 25978211905358,
+        "rshares": 88587093265,
+        "voter": "manniman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1151941209423,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 256919577419282,
+        "rshares": 333183499499,
+        "voter": "cyberdemon531"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5238378681910,
+        "rshares": 29263630265,
+        "voter": "m2nnari"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5228129093643,
+        "rshares": 1704984156,
+        "voter": "elvys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451811665047,
+        "rshares": 6846753072,
+        "voter": "orkin420"
+      },
+      {
+        "percent": "2500",
+        "reputation": 40776009332161,
+        "rshares": 39999513143,
+        "voter": "gadrian"
+      },
+      {
+        "percent": "5000",
+        "reputation": 112109667795,
+        "rshares": 1508358630,
+        "voter": "memepress"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27390685365705,
+        "rshares": 21892254689,
+        "voter": "tsnaks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3019627724863,
+        "rshares": 1321399908,
+        "voter": "bukfast"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2481629111221,
+        "rshares": 1863831241,
+        "voter": "manojbhatt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 80575494917935,
+        "rshares": 3038565432,
+        "voter": "julisavio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8087588205214,
+        "rshares": 10682735714,
+        "voter": "photo808"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3042286903871,
+        "rshares": 22684639372,
+        "voter": "jancharlest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 42432428703,
+        "rshares": 1067502434,
+        "voter": "jasuly"
+      },
+      {
+        "percent": "5000",
+        "reputation": 28237853787625,
+        "rshares": 552330483,
+        "voter": "crystalhuman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 13630732276127,
+        "rshares": 15525773484,
+        "voter": "elmundodexao"
+      },
+      {
+        "percent": "2000",
+        "reputation": 3290173409070,
+        "rshares": 682264868,
+        "voter": "syyed"
+      },
+      {
+        "percent": "2500",
+        "reputation": 27522752785541,
+        "rshares": 12755882355,
+        "voter": "longer"
+      },
+      {
+        "percent": "2400",
+        "reputation": 37902408766598,
+        "rshares": 83961004409,
+        "voter": "cmplxty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 33860216986858,
+        "rshares": 617368521770,
+        "voter": "donald.porter"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3516028097696,
+        "rshares": 46366417144888,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "7000",
+        "reputation": 21771305129128,
+        "rshares": 2285918697,
+        "voter": "mightypanda"
+      },
+      {
+        "percent": "1500",
+        "reputation": 118140326729872,
+        "rshares": 5394455162,
+        "voter": "sadbear"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7532194699640,
+        "rshares": 2036026111,
+        "voter": "cubapl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 29569797322510,
+        "rshares": 8277528721,
+        "voter": "quediceharry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2860235247481,
+        "rshares": 14742354138,
+        "voter": "handtalk5"
+      },
+      {
+        "percent": "5000",
+        "reputation": 6687049412835,
+        "rshares": 41488529186,
+        "voter": "mister-meeseeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1648086760085,
+        "rshares": 26950321228,
+        "voter": "diegor"
+      },
+      {
+        "percent": "4000",
+        "reputation": 18273031359521,
+        "rshares": 1475794299,
+        "voter": "adyorka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 378578455129,
+        "rshares": 3267573995,
+        "voter": "papowich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 45419481582603,
+        "rshares": 358029735272,
+        "voter": "michealb"
+      },
+      {
+        "percent": "2000",
+        "reputation": 30517153592067,
+        "rshares": 6909927166,
+        "voter": "variedades"
+      },
+      {
+        "percent": "5000",
+        "reputation": 185852714902,
+        "rshares": 1130390961,
+        "voter": "j-p-bs"
+      },
+      {
+        "percent": "5000",
+        "reputation": 86443203025994,
+        "rshares": 22869724167,
+        "voter": "jacuzzi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 311056789115,
+        "rshares": 3776068760,
+        "voter": "toycard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429255483,
+        "rshares": 5443388678624,
+        "voter": "navyactifit"
+      },
+      {
+        "percent": "8000",
+        "reputation": 763130251516,
+        "rshares": 1603318743,
+        "voter": "monstermother"
+      },
+      {
+        "percent": "6000",
+        "reputation": 7461416844046,
+        "rshares": 9705455512,
+        "voter": "broxi"
+      },
+      {
+        "percent": "8000",
+        "reputation": 1238370875899,
+        "rshares": 706251873,
+        "voter": "borba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 532708259860,
+        "rshares": 468283505,
+        "voter": "limka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9483360545909,
+        "rshares": 12866947383,
+        "voter": "mia-cc"
+      },
+      {
+        "percent": "500",
+        "reputation": 5616865862,
+        "rshares": 1058647515,
+        "voter": "abbenay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 2279651125,
+        "voter": "sm-skynet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2687072106243,
+        "rshares": 1783118633,
+        "voter": "steem-queen"
+      },
+      {
+        "percent": "8000",
+        "reputation": 0,
+        "rshares": 1282205514,
+        "voter": "goodasgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 838120959310,
+        "rshares": 1236445429,
+        "voter": "senstlessmonster"
+      },
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": 1335117262,
+        "voter": "potence"
+      },
+      {
+        "percent": "10000",
+        "reputation": 69910542366759,
+        "rshares": 468089680514,
+        "voter": "kryptogames"
+      },
+      {
+        "percent": "1300",
+        "reputation": 13328375619094,
+        "rshares": 181332625688,
+        "voter": "russia-btc"
+      },
+      {
+        "percent": "8000",
+        "reputation": 221868627502,
+        "rshares": 1134147044,
+        "voter": "szf"
+      },
+      {
+        "percent": "75",
+        "reputation": 120936131908085,
+        "rshares": 5619490410,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "5000",
+        "reputation": 61476958391321,
+        "rshares": 2223610428,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": 2053343046,
+        "voter": "gadrian-sp"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2597264781531,
+        "rshares": 7774613530,
+        "voter": "akumagai"
+      },
+      {
+        "percent": "250",
+        "reputation": 20916803594387,
+        "rshares": 1146278822,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1728122326,
+        "rshares": 481193973,
+        "voter": "travelgirl.spt"
+      },
+      {
+        "percent": "300",
+        "reputation": 1126655824974,
+        "rshares": 26098004,
+        "voter": "saachi"
+      },
+      {
+        "percent": "2400",
+        "reputation": 9742808963304,
+        "rshares": 5551867538,
+        "voter": "ssiena"
+      },
+      {
+        "percent": "8000",
+        "reputation": 0,
+        "rshares": 423315233,
+        "voter": "r-spt"
+      },
+      {
+        "percent": "8000",
+        "reputation": 5118740660861,
+        "rshares": 11334742631,
+        "voter": "joshmansters"
+      },
+      {
+        "percent": "7500",
+        "reputation": 17687551130249,
+        "rshares": 9405745903,
+        "voter": "bcm"
+      },
+      {
+        "percent": "8000",
+        "reputation": 1016313868645,
+        "rshares": 15623910101,
+        "voter": "monster-curator"
+      },
+      {
+        "percent": "4250",
+        "reputation": 257075039692,
+        "rshares": 3834235606,
+        "voter": "efathenub"
+      },
+      {
+        "percent": "6400",
+        "reputation": 8071744414842,
+        "rshares": 3251457569,
+        "voter": "shyaren"
+      },
+      {
+        "percent": "8000",
+        "reputation": 0,
+        "rshares": 579899971,
+        "voter": "rehan.game"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1910846734034,
+        "rshares": 3837785734,
+        "voter": "veryanprime"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32542453022,
+        "rshares": 5462382967,
+        "voter": "bilpcoinbpc"
+      },
+      {
+        "percent": "9900",
+        "reputation": 3843288884834,
+        "rshares": 3055192877,
+        "voter": "der-fahrlehrer"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14577043701834,
+        "rshares": 2598249472,
+        "voter": "julesquirin"
+      },
+      {
+        "percent": "3000",
+        "reputation": 9624495306704,
+        "rshares": 35285739962023,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 26055895370219,
+        "rshares": 36903031637,
+        "voter": "shinoxl"
+      },
+      {
+        "percent": "4300",
+        "reputation": 86868289888522,
+        "rshares": 826838803090,
+        "voter": "peakd"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 15142490545,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88669665911129,
+        "rshares": 4187810914585,
+        "voter": "hivegc"
+      },
+      {
+        "percent": "4100",
+        "reputation": 1209731647511,
+        "rshares": 620891607458,
+        "voter": "softworld"
+      },
+      {
+        "percent": "750",
+        "reputation": 22060257076152,
+        "rshares": 3407522058,
+        "voter": "quello"
+      },
+      {
+        "percent": "1000",
+        "reputation": 661148949025,
+        "rshares": 623325274,
+        "voter": "gradeon"
+      },
+      {
+        "percent": "187",
+        "reputation": 47896334821902,
+        "rshares": 2592409202,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "1000",
+        "reputation": 3177222978373,
+        "rshares": 9190766327,
+        "voter": "hivelist"
+      },
+      {
+        "percent": "5000",
+        "reputation": 604442758770,
+        "rshares": 224189289003,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1965934315,
+        "voter": "traduzindojogos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 429763208250,
+        "rshares": 4738661525,
+        "voter": "ghaazi"
+      },
+      {
+        "percent": "2500",
+        "reputation": 5470715229938,
+        "rshares": 1079358361,
+        "voter": "jsalvage"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15596004215170,
+        "rshares": 1060352013,
+        "voter": "rojiso2411"
+      },
+      {
+        "percent": "500",
+        "reputation": 25284728169845,
+        "rshares": 132658629505,
+        "voter": "recoveryinc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 65258249,
+        "voter": "tradjog.nsfw"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 65253103,
+        "voter": "tradjog"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 53681055752,
+        "voter": "gohive"
+      },
+      {
+        "percent": "5000",
+        "reputation": 906267166974,
+        "rshares": 5241177391,
+        "voter": "sevenoh-fiveoh"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3274158340408,
+        "rshares": 5195108767,
+        "voter": "spirall"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 4778152142,
+        "voter": "dying"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8162822749,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5101149014,
+        "rshares": 2800805226,
+        "voter": "briight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 199217586040,
+        "rshares": 6811115986,
+        "voter": "sirdemian"
+      },
+      {
+        "percent": "5000",
+        "reputation": 449110004,
+        "rshares": 1460285389,
+        "voter": "magnolia-maggie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3452328685273,
+        "rshares": 5992838415,
+        "voter": "aaalviarez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 311634073403,
+        "rshares": 1152778921,
+        "voter": "thegcc"
+      },
+      {
+        "percent": "5000",
+        "reputation": 31934947340,
+        "rshares": 1024831355,
+        "voter": "sovereign-apis"
+      },
+      {
+        "percent": "8000",
+        "reputation": 0,
+        "rshares": 2901766504,
+        "voter": "nateaguila-spt"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1668767539307,
+        "rshares": 643482570,
+        "voter": "gonklavez9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 369404455919,
+        "rshares": 15665989394,
+        "voter": "enrico2gameplays"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 801520385,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 3793462735,
+        "voter": "rafelluz"
+      },
+      {
+        "percent": "8000",
+        "reputation": 0,
+        "rshares": 563486274,
+        "voter": "scooter77.spt"
+      }
+    ],
+    "author": "synergyofserra",
+    "author_reputation": 2179492699548,
+    "beneficiaries": [
+      {
+        "account": "hiveonboard",
+        "weight": 100
+      },
+      {
+        "account": "theycallmedan",
+        "weight": 100
+      },
+      {
+        "account": "urun",
+        "weight": 300
+      }
+    ],
+    "body": "![Synergy of Serra Grand Tournament](https://files.peakd.com/file/peakd-hive/synergyofserra/XFwXnwwv-banner.jpg)\n\n[**Splinterlands Grand Tournament by Synergy of Serra**](https://splinterlands.com/?p=tournament&id=b772ef9c5a695997baab1d67716f052b9deed866)\n\nThe planet Serra is inhabited by an advanced and diverse society that found ways to sustain the planet\u2019s ecosystem and is divided into six factions, that live together in harmony. At least most of the time...\n\nThis peace was one day disturbed by findings during one of the deep space explorations to chart the unknown galaxy around Serra. The findings indicated a distant threat, devouring one planet system after another. Simulations demonstrated that sooner or later Serra would be one of the planets falling prey to this ancient threat...\n\nThe citizens of Serra **challenge you, Splinterlanders**, to prove the best strategist within your ranks. Your strategic skill will help us Serrans to defend our planet against the future alien threat. The citizens of Serra will show gratitude and reward the best strategists!\n\n\n---\n\n# Rewards\n![Rewards: 1-35 ranks](https://files.peakd.com/file/peakd-hive/synergyofserra/o3lZ97jP-rewards.jpg)\n\nTo be clear... **YES**, the champion of this tournament is rewarded with **~$250** of value and there are 35 ranks which are rewarded with **~$1,000** in total value!\n\n##### Splinterland's Dark Energy Crystals (DEC)\n![DEC](https://files.peakd.com/file/peakd-hive/synergyofserra/uNjMTVSi-Screen20Shot202020-11-0320at2011.49.4520AM.png)\n\nDark Energy Crystals (DEC) are the most valued resource in the Splinterlands. They can be obtained by draining the dark energy from cards or from your opponents by achieving victory on the battlefield. Once obtained, they can be traded for powerful items and magical potions in the shop!\n\n##### Synergy of Serra's Transcendent Set Crates\n![Transcendent Set Crate *Can't be opened until unlocked](https://files.peakd.com/file/peakd-hive/synergyofserra/MpvEtf8b-transcendent20Crate20optimized.gif)\n\nThe Transcendent Set contains 60 distinct Expansion Cards, including the new Transcendent faction, in different Qualities and Rarities. Each Transcendent Set Crate starts from $2 and contains 6 cards with different drop chances, scarcity in two dimensions. There is the Rarity dimension (Common 70%, Rare 24%, Epic 5%, Legendary 1%) and the Quality dimension (Painted Metal 84%, Bronze 10%, Silver 5%, Gold 1%). The most scarce card drawn from this crate is Legendary/Gold (0.01% Chance)!\n\n\n##### Synergy of Serra's Base Set Crates\n![Base Set Crate *Can't be opened until unlocked](https://files.peakd.com/file/peakd-hive/synergyofserra/bGEpSTg2-base20Crate20optimized.gif)\n\nThe Base Set Contains the 90 free Base Set Cards in higher Qualities. Each Base Set Crate starts from $1 and contains 6 cards with different drop chances regarding Quality (Bronze 75%, Silver 24%, Gold 1%). Since each player gets all 90 cards from the Base Set for free, there is no Rarity \u2014 all Base Set cards are valued as \u2018common\u2019. Therefore, cards from Base Set Crates are higher quality, cosmetic versions of Base Set cards. These cosmetic cards are also tradable!\n\n---\n\n# Synergy of Serra\nSynergy of Serra shapes a new game genre, merging classic Strategy Card Games with the infinite game experience possibilities of Deckbuilder Card Games.\n- **Play-to-Earn**: Start for free with 90 unique cards, full access to all features, and earn money by winning seasonal ranked games.\n\n\n- **Skill-To-Win**: There used to be hardcore games, now again!\n\n\n- **Infinite Game Experience**: Your card deck and strategy evolve and changes every turn through deckbuilding mechanics resulting in endless unique battles.\n\n\n- **Trading Experiences**: Trade and exchange all in-game assets for real money through true ownership on the blockchain. \n\n\n- **No Entry Barrier**: Your grandma is playing it already! No wallets, no plugins, no fees required. \n\nJoin the six factions of biologic and mechanic creatures in the defense of the planet Serra from an alien threat. Become the leading commander of Serra!\n\n[Learn more about Synergy of Serra](https://peakd.com/tcg/@synergyofserra/synergy-of-serra-the-free-to-play-deck-building-trading-card-game)\n\n[Synergy of Serra Official Website](https://synergyofserra.com/?utm_source=splinterlands&utm_medium=tournament&utm_campaign=001)\n\n[Synergy of Serra Discord](https://discord.gg/6DyRjB9Am6)\n\n---\n[**Splinterlands Grand Tournament by Synergy of Serra**](https://splinterlands.com/?p=tournament&id=b772ef9c5a695997baab1d67716f052b9deed866)\nGood luck everyone.. and more important - may the best strategist win! \ud83d\udc4a \n*Event sponsored by @splinterlands & @synergyofserrra ! \ud83d\ude4f*\n",
+    "body_length": 4707,
+    "cashout_time": "2020-11-10T14:55:39",
+    "category": "hive-183656",
+    "children": 12,
+    "created": "2020-11-03T14:55:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"splinterlands\",\"blockchain\",\"gaming\",\"tcg\",\"tournament\",\"prizes\"],\"users\":[\"synergyofserra\",\"splinterlands\",\"synergyofserrra\"],\"links\":[\"https://splinterlands.com/?p=tournament&amp;id=b772ef9c5a695997baab1d67716f052b9deed866\",\"/tcg/@synergyofserra/synergy-of-serra-the-free-to-play-deck-building-trading-card-game\",\"https://synergyofserra.com/?utm_source=splinterlands&amp;utm_medium=tournament&amp;utm_campaign=001\",\"https://discord.gg/6DyRjB9Am6\",\"https://splinterlands.com/?p=tournament&amp;id=b772ef9c5a695997baab1d67716f052b9deed866\",\"/@splinterlands\",\"/@synergyofserrra\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/synergyofserra/XFwXnwwv-banner.jpg\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/o3lZ97jP-rewards.jpg\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/uNjMTVSi-Screen20Shot202020-11-0320at2011.49.4520AM.png\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/MpvEtf8b-transcendent20Crate20optimized.gif\",\"https://files.peakd.com/file/peakd-hive/synergyofserra/bGEpSTg2-base20Crate20optimized.gif\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-11-03T14:55:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 185474809047331,
+    "parent_author": "",
+    "parent_permlink": "hive-183656",
+    "pending_payout_value": "42.959 HBD",
+    "percent_hbd": 10000,
+    "permlink": "usd1-000-splinterlands-grand-tournament-by-synergy-of-serra",
+    "post_id": 100374993,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "$1,000 Splinterlands Grand Tournament by Synergy of Serra",
+    "title": "$1,000 Splinterlands Grand Tournament by Synergy of Serra",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-183656/@synergyofserra/usd1-000-splinterlands-grand-tournament-by-synergy-of-serra"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "2500",
+        "reputation": 520861791056580,
+        "rshares": 39446145874319,
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "600",
+        "reputation": 19245698180508,
+        "rshares": 129453130956,
+        "voter": "tombstone"
+      },
+      {
+        "percent": "711",
+        "reputation": 18607463893027,
+        "rshares": 5447735548,
+        "voter": "mangou007"
+      },
+      {
+        "percent": "250",
+        "reputation": 109424005488868,
+        "rshares": 14474719386,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "625",
+        "reputation": 352970428645376,
+        "rshares": 560603830818,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "1750",
+        "reputation": 34103703963623,
+        "rshares": 7790324856,
+        "voter": "matt-a"
+      },
+      {
+        "percent": "300",
+        "reputation": 315496990256842,
+        "rshares": 168805817719,
+        "voter": "arcange"
+      },
+      {
+        "percent": "5000",
+        "reputation": 52176741632512,
+        "rshares": 198191076750,
+        "voter": "fiveboringgames"
+      },
+      {
+        "percent": "300",
+        "reputation": 501315151365,
+        "rshares": 3210522340,
+        "voter": "raphaelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 6137370162842,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "711",
+        "reputation": 316730231019855,
+        "rshares": 38068923386,
+        "voter": "bert0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 40442190685,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "4000",
+        "reputation": -1181563121002,
+        "rshares": 721905248,
+        "voter": "steemyoda"
+      },
+      {
+        "percent": "10000",
+        "reputation": 414273820226452,
+        "rshares": 43191208007,
+        "voter": "ssekulji"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112356146918484,
+        "rshares": 172113566577,
+        "voter": "triverse"
+      },
+      {
+        "percent": "1250",
+        "reputation": 35641258249201,
+        "rshares": 2656090030,
+        "voter": "oleg326756"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 42708249437754,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15925403061479,
+        "rshares": 1416629206,
+        "voter": "titianus"
+      },
+      {
+        "percent": "5000",
+        "reputation": 71901302671995,
+        "rshares": 14860863779,
+        "voter": "hiroyamagishi"
+      },
+      {
+        "percent": "1500",
+        "reputation": 42486683511346,
+        "rshares": 4436881994,
+        "voter": "ma1neevent"
+      },
+      {
+        "percent": "2500",
+        "reputation": 91224250124,
+        "rshares": 6172969503,
+        "voter": "kingkinslow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 66024390617355,
+        "rshares": 798142412729,
+        "voter": "elizahfhaye"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 11475282807070,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "1500",
+        "reputation": 11448902903972,
+        "rshares": 745142894510,
+        "voter": "roomservice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 29513750536324,
+        "rshares": 1551190111,
+        "voter": "kennyroy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14638546901678,
+        "rshares": 5329168526147,
+        "voter": "fatimajunio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1734633072808,
+        "rshares": 8706986934,
+        "voter": "bruzzy"
+      },
+      {
+        "percent": "2500",
+        "reputation": 44467529253991,
+        "rshares": 7561504242,
+        "voter": "dante31"
+      },
+      {
+        "percent": "2500",
+        "reputation": 20285621918859,
+        "rshares": 8815709617,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 11722911320780,
+        "voter": "haejin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 895691331080490,
+        "rshares": 4635177878041,
+        "voter": "ocd"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17340216852650,
+        "rshares": 2441909957,
+        "voter": "azulear"
+      },
+      {
+        "percent": "3100",
+        "reputation": 24639928209538,
+        "rshares": 17667602594,
+        "voter": "santigs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 16948337972,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2247182083572,
+        "rshares": 3001921755,
+        "voter": "bravofenix"
+      },
+      {
+        "percent": "8121",
+        "reputation": 0,
+        "rshares": 153088347886,
+        "voter": "tomiscurious"
+      },
+      {
+        "percent": "8000",
+        "reputation": 12625118808708,
+        "rshares": 2308895744,
+        "voter": "migueliglesias"
+      },
+      {
+        "percent": "2000",
+        "reputation": 445234100950820,
+        "rshares": 6101973783293,
+        "voter": "therealwolf"
+      },
+      {
+        "percent": "375",
+        "reputation": 0,
+        "rshares": 6729121929,
+        "voter": "fatman"
+      },
+      {
+        "percent": "2500",
+        "reputation": 49274532972171,
+        "rshares": 1281597217,
+        "voter": "mawit07"
+      },
+      {
+        "percent": "2500",
+        "reputation": 16626980732032,
+        "rshares": 2349874852,
+        "voter": "diosarich"
+      },
+      {
+        "percent": "4925",
+        "reputation": 5900275182393,
+        "rshares": 12426147757,
+        "voter": "msp-makeaminnow"
+      },
+      {
+        "percent": "2500",
+        "reputation": 20299637563719,
+        "rshares": 1368312611,
+        "voter": "critic-on"
+      },
+      {
+        "percent": "100",
+        "reputation": 86519807944048,
+        "rshares": 9200767350,
+        "voter": "jlsplatts"
+      },
+      {
+        "percent": "2500",
+        "reputation": 54554402347359,
+        "rshares": 8742822175,
+        "voter": "hanggggbeeee"
+      },
+      {
+        "percent": "711",
+        "reputation": 863860810394399,
+        "rshares": 1866401880,
+        "voter": "flamingirl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12918217107297,
+        "rshares": 5895672886,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "2500",
+        "reputation": 663634027075,
+        "rshares": 660555436,
+        "voter": "nexusvortex777"
+      },
+      {
+        "percent": "1500",
+        "reputation": 72060804308794,
+        "rshares": 372916269277,
+        "voter": "eonwarped"
+      },
+      {
+        "percent": "2500",
+        "reputation": 579461579559,
+        "rshares": 41852383955,
+        "voter": "sankysanket18"
+      },
+      {
+        "percent": "2000",
+        "reputation": 157805541487641,
+        "rshares": 1208517197891,
+        "voter": "smartsteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 691048366382,
+        "rshares": 2425502224,
+        "voter": "jes2850"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18577343579286,
+        "rshares": 4174273705,
+        "voter": "popurri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1451995142982,
+        "rshares": 918258407,
+        "voter": "vishire"
+      },
+      {
+        "percent": "2500",
+        "reputation": 110889227376345,
+        "rshares": 2281100832,
+        "voter": "rpcaceres"
+      },
+      {
+        "percent": "2500",
+        "reputation": 14337364044156,
+        "rshares": 3343553303,
+        "voter": "tomatom"
+      },
+      {
+        "percent": "1000",
+        "reputation": 87246032649758,
+        "rshares": 17085601199,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2701141646541,
+        "rshares": 925795940,
+        "voter": "vjap55"
+      },
+      {
+        "percent": "2000",
+        "reputation": 169520027942230,
+        "rshares": 20154564716,
+        "voter": "r351574nc3"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3807195007,
+        "rshares": 2175971539,
+        "voter": "sawko"
+      },
+      {
+        "percent": "1250",
+        "reputation": 37350775715979,
+        "rshares": 605224523,
+        "voter": "kanabeatz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 170235537022,
+        "rshares": 668989398,
+        "voter": "auracraft"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2705558121541,
+        "rshares": 896798120,
+        "voter": "debilog"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1352038307664,
+        "rshares": 827310212,
+        "voter": "isisfemale"
+      },
+      {
+        "percent": "2500",
+        "reputation": 47747940709375,
+        "rshares": 4618386289,
+        "voter": "gatolector"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4705304861944,
+        "rshares": 646573982018,
+        "voter": "ocd-witness"
+      },
+      {
+        "percent": "5000",
+        "reputation": 776287943840,
+        "rshares": 594452431,
+        "voter": "yooerlyn"
+      },
+      {
+        "percent": "5000",
+        "reputation": 86838371749119,
+        "rshares": 138193117187,
+        "voter": "crazy-andy"
+      },
+      {
+        "percent": "1500",
+        "reputation": 2959268407641,
+        "rshares": 531229065,
+        "voter": "karmadorje"
+      },
+      {
+        "percent": "7500",
+        "reputation": 3671590987629,
+        "rshares": 5698160299,
+        "voter": "videoaddiction"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 26588355655,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "1250",
+        "reputation": 2256065348315,
+        "rshares": 2054669054,
+        "voter": "frassman"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7619186269209,
+        "rshares": 2044659110,
+        "voter": "isgledysduarte"
+      },
+      {
+        "percent": "2500",
+        "reputation": 158256810302501,
+        "rshares": 41500558283,
+        "voter": "miroslavrc"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10250642778719,
+        "rshares": 6946586745,
+        "voter": "salty-mcgriddles"
+      },
+      {
+        "percent": "568",
+        "reputation": 139216668004622,
+        "rshares": 7715676156,
+        "voter": "josevas217"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110594694460,
+        "rshares": 1083405442798,
+        "voter": "jkramer"
+      },
+      {
+        "percent": "355",
+        "reputation": 36455069185711,
+        "rshares": 1088977915,
+        "voter": "franyeligonzalez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5228129093643,
+        "rshares": 1541712094,
+        "voter": "elvys"
+      },
+      {
+        "percent": "10000",
+        "reputation": 38462811079539,
+        "rshares": 44792125302,
+        "voter": "keritroberts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 2749558198,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 11722167805732,
+        "rshares": 27980960289,
+        "voter": "phasewalker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 36895584001959,
+        "rshares": 2864593260,
+        "voter": "eniolw"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6535437430,
+        "rshares": 674104852,
+        "voter": "bitsisteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 266324185472,
+        "rshares": 554920882,
+        "voter": "we-are-one"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25153746450783,
+        "rshares": 233480648597,
+        "voter": "entropia"
+      },
+      {
+        "percent": "5000",
+        "reputation": 17900848199046,
+        "rshares": 9229387955,
+        "voter": "gracielaacevedo"
+      },
+      {
+        "percent": "1000",
+        "reputation": 42246987760,
+        "rshares": 818756866,
+        "voter": "feedmytwi"
+      },
+      {
+        "percent": "500",
+        "reputation": 152242646200543,
+        "rshares": 1872840465,
+        "voter": "serialfiller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4888206811784,
+        "rshares": 9630658725,
+        "voter": "atanas007"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9696692705,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "7000",
+        "reputation": 2112293148749,
+        "rshares": 1533211693,
+        "voter": "petterjosph"
+      },
+      {
+        "percent": "2000",
+        "reputation": 599567348573,
+        "rshares": 1114726644,
+        "voter": "exifr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 648935191878,
+        "rshares": 0,
+        "voter": "usdtrading"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3936396886211,
+        "rshares": 721175526,
+        "voter": "diegopadilla"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7220135662766,
+        "rshares": 1034615574,
+        "voter": "yomismosoy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3516028097696,
+        "rshares": 37826578034892,
+        "voter": "ocdb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 252336036887,
+        "rshares": 765752979,
+        "voter": "lauracguzman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 114256216898620,
+        "rshares": 49852804899,
+        "voter": "digi-me"
+      },
+      {
+        "percent": "2000",
+        "reputation": 116804559,
+        "rshares": 1320872914,
+        "voter": "exifr0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 915821502421,
+        "rshares": 782850457,
+        "voter": "juancrdrums"
+      },
+      {
+        "percent": "1250",
+        "reputation": 24307599069679,
+        "rshares": 4376522286,
+        "voter": "dronegraphica"
+      },
+      {
+        "percent": "1000",
+        "reputation": 144910360949054,
+        "rshares": 19585969721,
+        "voter": "voxmortis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2441929942408,
+        "rshares": 1712953243,
+        "voter": "fabielblanchard"
+      },
+      {
+        "percent": "5000",
+        "reputation": 658153157773,
+        "rshares": 537777560,
+        "voter": "severianx"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1063353302893,
+        "rshares": 603099651,
+        "voter": "noritza"
+      },
+      {
+        "percent": "711",
+        "reputation": 48455260437787,
+        "rshares": 912563121,
+        "voter": "memeteca"
+      },
+      {
+        "percent": "2500",
+        "reputation": 57675290515578,
+        "rshares": 2217224749,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9135704094808,
+        "rshares": 2842494943,
+        "voter": "eliasseth"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4244126578854,
+        "rshares": 1417320014,
+        "voter": "jjmarquez"
+      },
+      {
+        "percent": "5000",
+        "reputation": 13246619726634,
+        "rshares": 3085233969,
+        "voter": "alfarofranudy"
+      },
+      {
+        "percent": "3500",
+        "reputation": 776347583373,
+        "rshares": 550258238,
+        "voter": "victoria97"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5312280938001,
+        "rshares": 3218424747,
+        "voter": "chaman10"
+      },
+      {
+        "percent": "2000",
+        "reputation": 30517153592067,
+        "rshares": 6613295876,
+        "voter": "variedades"
+      },
+      {
+        "percent": "4250",
+        "reputation": 72504131225,
+        "rshares": 458589171,
+        "voter": "agent14"
+      },
+      {
+        "percent": "2500",
+        "reputation": 706943279500,
+        "rshares": 537949699,
+        "voter": "junnel123"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1328650255493,
+        "rshares": 1125330142,
+        "voter": "rafaelj"
+      },
+      {
+        "percent": "2500",
+        "reputation": 15820967488528,
+        "rshares": 1547206891,
+        "voter": "mazima"
+      },
+      {
+        "percent": "10000",
+        "reputation": -15243422544198,
+        "rshares": 2423001085,
+        "voter": "overall-servant"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1208687899341,
+        "rshares": 788052849,
+        "voter": "kikegil"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 744812535954,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1907475484436,
+        "rshares": 1137219838,
+        "voter": "carl3"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2677911259952,
+        "rshares": 1246814708,
+        "voter": "mauricioteran"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1437870443002,
+        "rshares": 787098874,
+        "voter": "yohanys"
+      },
+      {
+        "percent": "5000",
+        "reputation": 52528390278649,
+        "rshares": 24180840957,
+        "voter": "issymarie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51900218528169,
+        "rshares": 1888227564,
+        "voter": "alexvanaken"
+      },
+      {
+        "percent": "600",
+        "reputation": 120936131908085,
+        "rshares": 45324001171,
+        "voter": "epicdice"
+      },
+      {
+        "percent": "2500",
+        "reputation": 116854383655456,
+        "rshares": 7496135451,
+        "voter": "yiobri"
+      },
+      {
+        "percent": "5000",
+        "reputation": 675318390931,
+        "rshares": 3474484496,
+        "voter": "vmbenitezz"
+      },
+      {
+        "percent": "250",
+        "reputation": 20916803594387,
+        "rshares": 1145316211,
+        "voter": "leighscotford"
+      },
+      {
+        "percent": "7000",
+        "reputation": 4467062440363,
+        "rshares": 2998454938,
+        "voter": "victoriaxl"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10283111464532,
+        "rshares": 9538264344,
+        "voter": "zeruxanime"
+      },
+      {
+        "percent": "1000",
+        "reputation": 28411780049539,
+        "rshares": 6412428472,
+        "voter": "juancho10"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16098690446016,
+        "rshares": 25037917134,
+        "voter": "denisdenis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 176195186,
+        "voter": "we-are-palcoin"
+      },
+      {
+        "percent": "5000",
+        "reputation": 11946802927684,
+        "rshares": 4565578811,
+        "voter": "jesus68"
+      },
+      {
+        "percent": "5000",
+        "reputation": 31920345999789,
+        "rshares": 10505576303,
+        "voter": "nazer"
+      },
+      {
+        "percent": "5000",
+        "reputation": 14074258074140,
+        "rshares": 6037207289,
+        "voter": "renataboreal"
+      },
+      {
+        "percent": "25",
+        "reputation": 0,
+        "rshares": 1167741624,
+        "voter": "urtrailer"
+      },
+      {
+        "percent": "2500",
+        "reputation": 62988003579804,
+        "rshares": 8180600863,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "39",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "tonimontana.neo"
+      },
+      {
+        "percent": "149",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "toni.pal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 1957310039,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "2500",
+        "reputation": 4006970074087,
+        "rshares": 865483754,
+        "voter": "goldstreet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 1741834371080,
+        "voter": "gleam-of-light"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 417486055,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": 15866203243,
+        "voter": "fengchao"
+      },
+      {
+        "percent": "1700",
+        "reputation": 7945277929340,
+        "rshares": 16077201698,
+        "voter": "wolven-znz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1299564847128,
+        "rshares": 46542003392,
+        "voter": "robertsv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 27725322393330,
+        "rshares": 7579623073,
+        "voter": "manwojciech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 88669665911129,
+        "rshares": 4444427894624,
+        "voter": "hivegc"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 160648201439,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "3900",
+        "reputation": 1209731647511,
+        "rshares": 653088073919,
+        "voter": "softworld"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4945978669793,
+        "rshares": 2315457043,
+        "voter": "kyleana"
+      },
+      {
+        "percent": "2500",
+        "reputation": 13336155036074,
+        "rshares": 2441114428,
+        "voter": "nildasalazar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4274979461460,
+        "rshares": 44975417598,
+        "voter": "neon3000"
+      },
+      {
+        "percent": "1500",
+        "reputation": 47896334821902,
+        "rshares": 20837991720,
+        "voter": "hiveonboard"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7034683328715,
+        "rshares": 2037007289,
+        "voter": "iameden"
+      },
+      {
+        "percent": "4000",
+        "reputation": 25269580157261,
+        "rshares": 7858454234,
+        "voter": "actioncats"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2187027181175,
+        "rshares": 15472209618,
+        "voter": "awownerd"
+      },
+      {
+        "percent": "2500",
+        "reputation": 23814154211011,
+        "rshares": 1018519740,
+        "voter": "syberia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 50499394885855,
+        "rshares": 17727027063,
+        "voter": "perceval"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1566037813163,
+        "rshares": 1088117465,
+        "voter": "patriciaurbaneja"
+      },
+      {
+        "percent": "5000",
+        "reputation": 18263907419485,
+        "rshares": 2783732104,
+        "voter": "zhoten"
+      },
+      {
+        "percent": "1250",
+        "reputation": 76284107957,
+        "rshares": 3320540016,
+        "voter": "hive-108278"
+      },
+      {
+        "percent": "5000",
+        "reputation": 35280907862981,
+        "rshares": 11308329407,
+        "voter": "hive-data"
+      },
+      {
+        "percent": "2500",
+        "reputation": 11758355842388,
+        "rshares": 3006548660,
+        "voter": "libbi"
+      },
+      {
+        "percent": "2500",
+        "reputation": 3274158340408,
+        "rshares": 5123500613,
+        "voter": "spirall"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 8292357082,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 939420077989,
+        "rshares": 2483187495,
+        "voter": "poomps"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": 1446702235970,
+        "voter": "usainvote"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 97661635384,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "1000",
+        "reputation": 1447273576100,
+        "rshares": 498996342,
+        "voter": "bitcome"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1773017086838,
+        "rshares": 2249984350,
+        "voter": "latinllanes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 7055385877859,
+        "rshares": 6823898106,
+        "voter": "soyjudith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2192133308841,
+        "rshares": 2053556610,
+        "voter": "mau189gg"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1910961591322,
+        "rshares": 605965151,
+        "voter": "luisger"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5011729667712,
+        "rshares": 3560178578,
+        "voter": "divadstrokes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 112363590278,
+        "rshares": 97556873,
+        "voter": "dango1411"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4471214151,
+        "voter": "boneym"
+      },
+      {
+        "percent": "2500",
+        "reputation": 2629706127841,
+        "rshares": 878738802,
+        "voter": "kattycrochet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 935124550805,
+        "rshares": 6230882809,
+        "voter": "jandresd07"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "baidyabulu"
+      },
+      {
+        "percent": "10000",
+        "reputation": -147354898498,
+        "rshares": 734061112,
+        "voter": "focsabelo"
+      }
+    ],
+    "author": "marcoquin",
+    "author_reputation": 45050238551462,
+    "beneficiaries": [],
+    "body": "# <center> English </center>\n\n<div class = \"text-justify\">\n\n__<center>My Experience with Horror Video Games - Happy Halloween.</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/UYQCgJum-image.png\" alt=\"image.png\"></center>\n\nHallowen, a day that I consider as a small excuse to have a couple of beers and go out at night to dance and enjoy with our trusted people, each one enjoying this day in his own way, many, watching some marathon of horror movies on TV, others having a small party at home, Many others go unnoticed this day, some of us are preparing to dust off those video games that made us tremble with fear at the time, even to the point of not being able to finish those video games, which turned out to be so good, but that simply fear, took hold of us.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/VVR4ziSh-H3.png\" alt=\"H3.png\"></center>\n\nToday, to celebrate Halloween, I want to do a little review, and tell you about a brief experience with 3 video games that I have been able to enjoy, and that surely many of you also, and maybe we have had similar experiences. It is always good to remember, a combination of the retro and the current, it is the perfect mix that synchronizes the good moments that we have been able to spend behind a beautiful video game, with video games that left and will leave a great memory in our minds.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n__<center>OUTLAST</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/rsEVo4fp-image.png\" alt=\"image.png\"></center>\n\nLet's start talking about Outlast, a video game that was released in 2013, developed under the Unreal Engine 3 graphic engine. This game is so good at the beginning, that even before starting the game, it offers you 4 levels of gameplay: Normal, difficult, nightmare and crazy. At this point, you already knew that everything would start to go wrong, we go into first person with Miles Upshur, a journalist who decides to go at night to a madhouse, after having received an email where he was informed that there were illegal experiments, Miles Upshur decides to go at night, with a video camera to confirm for himself these experiments, literally, a perfect combination for terror, from the beginning.\n\nWith Miles Upshur we walk through the corridors of the asylum trying to see what is really going on, the terrible thing about it, is that as we explore the place, we come across scenarios where doors close on us, voices are heard that we don't know where they come from, we hear footsteps, we see people eluding us through the corridors, creating a feeling of suspense, when at the least expected moment we get a good scare. \n\n<div class=\"pull-left\">https://thumbs.gfycat.com/PerkyBareEnglishpointer-small.gif</div>\n\nOnce inside we realize that everything is very bad, and that the madmen of the asylum have taken over the place, so we will have to escape before they kill us, but to complement the terror, we can not do more than flee from each scene, because defending ourselves is not a possibility, so we will have to be very secretive and try to avoid all danger to get out alive, But really the feeling of loneliness and the helplessness of not being able to do anything when we come across danger, make the experience quite interesting, the only thing you can do, is run for your life, while you realize that all the employees of the place have been killed, even a squad of police.\n\n</div>\n\n__<center>Outlast: Gameplay</center>__\n\n<center>https://www.youtube.com/watch?v=GP5k7I70qlI</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n<div class = \"text-justify\">\n\n__<center>BOOGEYMAN</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/ZQ4ss1TD-image.png\" alt=\"image.png\"></center>\n\n<div class=\"pull-right\">\nhttps://i.makeagif.com/media/12-08-2015/xdpIUT.gif\n</div>\n\nI'm sure that when we were little, more than one of us was afraid to sleep alone in our room, mainly when we were not at all sleepy and everything was already completely dark, we heard noises and were afraid that something would come out from under our beds, or enter our room, if this was your case or not, believe me that Boogeyman is a game based on reliving our nightmare as a child, because we will be in a room with only a flashlight, we can not get out of our bed, Boogeyman is haunting us and our goal is to survive different nights, the only problem is that the flashlight of our battery is running out and sometimes the room becomes very dark, we will have to manage our battery very well, although as we go stand more time, we will receive some battery to survive each night, in the perosnal this game so simple but entertaining made me spend a few hours of adrenaline, because if you are able to immerse yourself in the fear of your childhood, boogeyman will be a game more than terrifying for us.\n\n</div>\n\n__<center>Boogeyman: Gameplay</center>__\n\n<center>https://www.youtube.com/watch?v=JVW_Y1KdWu0&t</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n<div class = \"text-justify\">\n\n__<center>RESIDENT EVIL 4</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/MJ7dqGKm-image.png\" alt=\"image.png\"></center>\n\n<div class=\"pull-left\">https://i.makeagif.com/media/8-10-2016/dxx4k1.gif</div>\n\nI wanted to leave Resident Evil 4 for the end, the first of this saga I could play, was Resident evil 2, from my nintendo 64, but where I really felt fear was in Resident Evil 4, playing from my PC, and is that at first, I installed the game, I opened it, and everything was fine, but when I began to realize the configuration of controls for the game, I realized that I could not point the mouse at the enemies, so killing to survive became quite a complicated task, in particular, the game and its sound and atmosphere made me a little tense, and I really couldn't play more than a few hours, it sounds silly but I didn't even manage to complete 30% of this video game because of the fear it caused me at the time and don't judge me, I was only 12 years old and was somewhat sensitive to these video games, although the funny thing is that I liked them a lot, so yes, I was quite masochistic. Today I have reinstalled Resident Evil 4 in my pc, it is quite old, but, classic games will never go out of fashion.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n\n<center><div class = \"phishy\">Source of images</div></center>\n\n<hr>\n\n<center>[1](https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm) - [2](https://peakd.com/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the) - [3](https://www.stickpng.com/es/img/vacaciones/halloween/halloween-luna-naranja-y-murcielagos) - [4](https://pixabay.com/es/illustrations/calabaza-halloween-negro-mal-992318/) - [5](https://www.youtube.com/watch?v=TMObBgmu63I) - [6](https://www.halloweenmusic.org/) - [7](https://www.vidaextra.com/accion/las-versiones-de-ps4-y-nintendo-switch-de-outlast-cara-a-cara-en-un-video-comparativo) - [8](https://gfycat.com/discover/outlast-game-gifs) - [9](https://medium.com/@alexbeyman/vr-game-review-boogeyman-jump-scares-galore-935f6eed561e) - [10](https://www.somosxbox.com/no-tendremos-confirmacion-oficial-de-resident-evil-4-remake-en-2020/868879) - [11](http://meristation.as.com/zonaforo/topic/2955569/?page=6) - [12](https://gamehag.com/es/articulos/boogeyman-el-hombre-del-saco)</center>\n\n\n</div> \n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\" alt=\"Franja Marco Hive.png\">\n\n# <center> Espa\u00f1ol </center>\n\n<div class = \"text-justify\">\n\n__<center>Mi Exeriencia con los videojuegos de Terror - Feliz Halloween.</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/UYQCgJum-image.png\" alt=\"image.png\"></center>\n\nHallowen, un d\u00eda que yo considero como una peque\u00f1a excusa para tomarnos un par de cervezas y salir por la noche a bailar y disfrutar con nuestra gente de confianza, cada quien disfruta de este d\u00eda a su modo, muchos, viendo alg\u00fan marat\u00f3n de pel\u00edculas de terror en la tv, otros haciendo una peque\u00f1a fiesta en su casa, muchos otros pasan desapercibido este d\u00eda, algunos nos disponemos a sacarle el polvo a aquellos videojuegos que nos hicieron temblar de miedo en su momento, incluso llegando al punto de no poder culminar esos videojuegos, que resultaban ser tan buenos, pero que simplemente el miedo, se apoderaba de nosotros.\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/VVR4ziSh-H3.png\" alt=\"H3.png\"></center>\n\nHoy, para celebrar Halloween, quiero hacer un peque\u00f1o repaso, y contarles una breve experiencia con 3 videojuegos que he podido disfrutar, y que seguramente muchos de ustedes tambi\u00e9n, y quiz\u00e1 hayamos tenido experiencias similares. Siempre es bueno recordar, una combinaci\u00f3n de lo retro y lo actual, es la perfecta mezcla que sincronizan los buenos momentos que hemos podido pasar detr\u00e1s de una hermosa videoconsola, con videojuegos que dejaron y dejar\u00e1n un gran recuerdo en nuestras mentes.\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n__<center>OUTLAST</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/rsEVo4fp-image.png\" alt=\"image.png\"></center>\n\nEmpecemos hablando de Outlast, un videojuego que se lanzaba al mercado en el a\u00f1o 2013, desarrollado bajo el motor  gr\u00e1fico de Unreal Engine 3, Este juego es tan bueno de entrada, que incluso antes de iniciar la partida, te ofrece 4 niveles de juego: Normal, dif\u00edcil, pesadilla y demente. En este punto, ya sab\u00edas que todo comenzar\u00eda a ir mal, nos adentramos en primera persona con Miles Upshur, un periodista que decide ir de noche a un manicomio, luego de haber recibido un correo en donde le informaban que all\u00ed se hac\u00edan experimentos ilegales, Miles Upshur decide ir de noche, con una videoc\u00e1mara para confirmar por si mismo estos experimentos, literal, una combinaci\u00f3n perfecta para el terror, de entrada.\n\nCon Miles Upshur caminamos por los pasillos del manicomio intentando ver lo que realmente pasa, lo terrible de todo, es que a medida que vamos explorando el lugar, nos vamos encontrando con escenarios en donde nos cierran puertas, se escuchan voces que no sabemos de donde provienen, escuchamos pasos, vemos a personas eludirnos por los pasillos, creando una sensaci\u00f3n de suspenso, cuando en el momento menos esperado nos llevamos un buen susto. \n\n<div class=\"pull-left\">https://thumbs.gfycat.com/PerkyBareEnglishpointer-small.gif</div>\n\nYa estando adentro nos damos cuenta en que todo est\u00e1 muy mal, y que los locos del manicomio se han apoderado del lugar, por lo que tendremos que escapar antes de que nos maten, pero, para complementar el terror, no podremos hacer m\u00e1s que huir de cada escena, pues defendernos no es una posibilidad, por lo que tendremos que ser muy sigilosos e intentar eludir todo el peligro para lograr salir con vida, pero realmente la sensaci\u00f3n de soledad y la impotencia de no poder hacer nada cuando nos cruzamos con el peligro, hacen que la experiencia sea bastante interesante, lo \u00fanico que puedes hacer, es correr por tu vida, mientras te vas dando cuenta de que todos los empleados del lugar han sido asesinados, incluso un escuadr\u00f3n de polic\u00edas.\n\n</div>\n\n__<center>Outlast: Gameplay</center>__\n\n<center>https://www.youtube.com/watch?v=GP5k7I70qlI</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n<div class = \"text-justify\">\n\n__<center>BOOGEYMAN</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/ZQ4ss1TD-image.png\" alt=\"image.png\"></center>\n\n<div class=\"pull-right\">\nhttps://i.makeagif.com/media/12-08-2015/xdpIUT.gif\n</div>\n\nEstoy seguro, que de peque\u00f1os, m\u00e1s de uno de nosotros tuvo miedo alguna vez en dormir solo en su habitaci\u00f3n, principalmente cunado no ten\u00edamos nada de sue\u00f1o y todo estaba ya completamente oscuro, escuch\u00e1bamos ruidos y nos daba miedo en que algo saliera debajo de nuestras camas, o entrara a nuestro cuarto, si este fue tu caso o no, cr\u00e9eme que Boogeyman es un juego que se basa en revivir nuestra pesadilla de peque\u00f1o, pues estaremos en una habitaci\u00f3n con solo linterna, no podemos bajarnos de nuestra cama, Boogeyman nos asecha y nuestro objetivo es sobrevivir diferentes noches, el \u00fanico problema es que la linterna de nuestra bater\u00eda se va acabando y en ocasiones la habitaci\u00f3n se torna muy oscura, tendremos que administrar muy bien nuestra bater\u00eda, aunque a medida q vamos aguanto m\u00e1s tiempo, recibiremos algo de pila para lograr sobrevivir cada noche, en lo personal este juego tan sencillo pero entretenido me hizo pasar unas buenas horas de adrenalina, pues si eres capaz de sumergirte en el miedo de tu infancia, boogeyman ser\u00e1 un juego m\u00e1s que terror\u00edfico para nosotros.\n\n</div>\n\n__<center>Boogeyman: Gameplay</center>__\n\n<center>https://www.youtube.com/watch?v=JVW_Y1KdWu0&t</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n<div class = \"text-justify\">\n\n__<center>RESIDENT EVIL 4</center>__\n\n<center><img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/MJ7dqGKm-image.png\" alt=\"image.png\"></center>\n\n<div class=\"pull-left\">https://i.makeagif.com/media/8-10-2016/dxx4k1.gif</div>\n\nQuise dejar Resident Evil 4 para el final, el primero de esta saga que pude jugar, fue Resident evil 2, desde mi nintendo 64, pero en donde realmente sent\u00ed miedo fue en Resident Evil 4, jugando desde mi PC, y es que al principio, instal\u00e9 el juego,, lo abr\u00ed, y todo bien, pero cuando empec\u00e9 a darme cuenta de la configuraci\u00f3n de controles para el juego, me daba cuenta que no pod\u00eda apuntar con el mouse a los enemigos, por lo que matar para sobrevivir se tornaba una tarea bastante complicada, en lo particular, el juego y sus sonido y ambientaci\u00f3n me pon\u00edan algo tenso, y realmente no pude jugar m\u00e1s que unas cuantas horas, suena tonto pero no logr\u00e9 si quiera completar un 30% de este videojuego por el miedo que me causaba en su momento y no me juzguen, ten\u00eda apenas 12 a\u00f1os y era algo sensible a estos videojuegos, aunque lo c\u00f3mico de todo es que me gustaban mucho, por lo que s\u00ed, era bastante masoquista. Hoy en d\u00eda he vuelto a instalar Resident Evil 4 en mi pc, es bastante viejo, pero, los juegos cl\u00e1sicos nunca pasar\u00e1n de moda.\n\n__<center>RESIDENT EVIL 4: Gameplay</center>__\n\n<center>https://www.youtube.com/watch?v=JEXQM7eyudc</center>\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\" alt=\"Franja Nueva Hallowen.png\">\n\n\n<center><div class = \"phishy\">Fuente de im\u00e1genes</div></center>\n\n<hr>\n\n<center>[1](https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm) - [2](https://peakd.com/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the) - [3](https://www.stickpng.com/es/img/vacaciones/halloween/halloween-luna-naranja-y-murcielagos) - [4](https://pixabay.com/es/illustrations/calabaza-halloween-negro-mal-992318/) - [5](https://www.youtube.com/watch?v=TMObBgmu63I) - [6](https://www.halloweenmusic.org/) - [7](https://www.vidaextra.com/accion/las-versiones-de-ps4-y-nintendo-switch-de-outlast-cara-a-cara-en-un-video-comparativo) - [8](https://gfycat.com/discover/outlast-game-gifs) - [9](https://medium.com/@alexbeyman/vr-game-review-boogeyman-jump-scares-galore-935f6eed561e) - [10](https://www.somosxbox.com/no-tendremos-confirmacion-oficial-de-resident-evil-4-remake-en-2020/868879) - [11](http://meristation.as.com/zonaforo/topic/2955569/?page=6) - [12](https://gamehag.com/es/articulos/boogeyman-el-hombre-del-saco)</center>\n\n\n</div> \n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\" alt=\"Franja Marco Hive.png\">\n\n- Texto Traducido con ayuda del [Traductor DeepL](https://www.deepl.com/translator)\n- Translated text with the help of [Translator DeepL](https://www.deepl.com/translator)\n\n<img src=\"https://files.peakd.com/file/peakd-hive/marcoquin/E6uvdf4n-Mensaje20en20Hive.png\" alt=\"Mensaje en Hive.png\">\n\n<hr>\n\n# <center> <sub> [Marcoquin](https://hive.blog/@marcoquin/posts) </sub> </center>",
+    "body_length": 16750,
+    "cashout_time": "2020-11-07T20:50:03",
+    "category": "hive-140217",
+    "children": 13,
+    "created": "2020-10-31T20:50:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"peakd/2020.10.9\",\"format\":\"markdown\",\"tags\":[\"gaming\",\"hivegc\",\"ocd\",\"spanish\",\"games\",\"videogames\",\"cervantes\",\"gems\",\"palnet\",\"neoxian\"],\"users\":[\"marcoquin\",\"alexbeyman\"],\"links\":[\"https://www.freepik.com/free-icon/gamepad-with-3-buttons_754908.htm\",\"/hive-148441/@marcoquin/renderizando-el-logo-de-hive-un-resultado-muy-util-para-la-comundiad-rendering-the-hive-logo-a-very-useful-result-for-the\",\"https://www.stickpng.com/es/img/vacaciones/halloween/halloween-luna-naranja-y-murcielagos\",\"https://pixabay.com/es/illustrations/calabaza-halloween-negro-mal-992318/\",\"https://www.youtube.com/watch?v=TMObBgmu63I\",\"https://www.halloweenmusic.org/\",\"https://www.vidaextra.com/accion/las-versiones-de-ps4-y-nintendo-switch-de-outlast-cara-a-cara-en-un-video-comparativo\",\"https://gfycat.com/discover/outlast-game-gifs\",\"https://medium.com/@alexbeyman/vr-game-review-boogeyman-jump-scares-galore-935f6eed561e\",\"https://www.somosxbox.com/no-tendremos-confirmacion-oficial-de-resident-evil-4-remake-en-2020/868879\"],\"image\":[\"https://files.peakd.com/file/peakd-hive/marcoquin/UYQCgJum-image.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/VVR4ziSh-H3.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/Ix3lNdNy-Franja20Nueva20Hallowen.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/rsEVo4fp-image.png\",\"https://thumbs.gfycat.com/PerkyBareEnglishpointer-small.gif\",\"https://files.peakd.com/file/peakd-hive/marcoquin/ZQ4ss1TD-image.png\",\"https://i.makeagif.com/media/12-08-2015/xdpIUT.gif\",\"https://files.peakd.com/file/peakd-hive/marcoquin/MJ7dqGKm-image.png\",\"https://i.makeagif.com/media/8-10-2016/dxx4k1.gif\",\"https://files.peakd.com/file/peakd-hive/marcoquin/lLDOTPVE-Franja20Marco20Hive.png\",\"https://files.peakd.com/file/peakd-hive/marcoquin/E6uvdf4n-Mensaje20en20Hive.png\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-31T23:55:51",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 182435779395464,
+    "parent_author": "",
+    "parent_permlink": "hive-140217",
+    "pending_payout_value": "42.355 HBD",
+    "percent_hbd": 10000,
+    "permlink": "my-experience-with-horror-video-games-happy-halloween-eng-esp",
+    "post_id": 100335378,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "My Experience with Horror Video Games - Happy Halloween. [ENG/ESP] ",
+    "title": "My Experience with Horror Video Games - Happy Halloween. [ENG/ESP] ",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-140217/@marcoquin/my-experience-with-horror-video-games-happy-halloween-eng-esp"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "400",
+        "reputation": 109424005488868,
+        "rshares": 22496985212,
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "1000",
+        "reputation": 352970428645376,
+        "rshares": 964072521860,
+        "voter": "roelandp"
+      },
+      {
+        "percent": "935",
+        "reputation": 112214838160650,
+        "rshares": 66957184023,
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 67145532215612,
+        "rshares": 6554028791824,
+        "voter": "twinner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 8868395123281,
+        "rshares": 5917081368090,
+        "voter": "jphamer1"
+      },
+      {
+        "percent": "2000",
+        "reputation": 12227576577296,
+        "rshares": 7233626630,
+        "voter": "anarcist69"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32866384013620,
+        "rshares": 117784579721,
+        "voter": "frankbacon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 262691650197556,
+        "rshares": 122047618861,
+        "voter": "titusfrost"
+      },
+      {
+        "percent": "1250",
+        "reputation": 144108882515293,
+        "rshares": 102069891177,
+        "voter": "petrvl"
+      },
+      {
+        "percent": "2000",
+        "reputation": 34211152246428,
+        "rshares": 47597162320,
+        "voter": "mcsvi"
+      },
+      {
+        "percent": "480",
+        "reputation": 25539300441985,
+        "rshares": 6239124299,
+        "voter": "natubat"
+      },
+      {
+        "percent": "2000",
+        "reputation": 149827038166480,
+        "rshares": 78763725277,
+        "voter": "clayboyn"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7729510836090,
+        "rshares": 101808766220,
+        "voter": "discovereurovelo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4110132379317,
+        "rshares": 16646070003,
+        "voter": "sabsel"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": 3193315291148,
+        "voter": "newhope"
+      },
+      {
+        "percent": "10000",
+        "reputation": 292498224632436,
+        "rshares": 101369102591,
+        "voter": "borepstein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 439982302131630,
+        "rshares": 120825825180,
+        "voter": "markkujantunen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1199149180987,
+        "rshares": 41017929445953,
+        "voter": "ranchorelaxo"
+      },
+      {
+        "percent": "4000",
+        "reputation": 163127928998530,
+        "rshares": 94654679740,
+        "voter": "lizanomadsoul"
+      },
+      {
+        "percent": "2000",
+        "reputation": 27950490153931,
+        "rshares": 6840503371,
+        "voter": "choogirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 813135864401476,
+        "rshares": 10373678890056,
+        "voter": "broncnutz"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1748651637089,
+        "rshares": 812369398,
+        "voter": "khussan"
+      },
+      {
+        "percent": "4000",
+        "reputation": 50342140379200,
+        "rshares": 1113745217116,
+        "voter": "followbtcnews"
+      },
+      {
+        "percent": "500",
+        "reputation": 26139147505179,
+        "rshares": 920539676,
+        "voter": "rt395"
+      },
+      {
+        "percent": "1250",
+        "reputation": 3553102205525,
+        "rshares": 17672323556,
+        "voter": "belahejna"
+      },
+      {
+        "percent": "2900",
+        "reputation": 19643697626632,
+        "rshares": 118524892693,
+        "voter": "sam99"
+      },
+      {
+        "percent": "4000",
+        "reputation": 52265957847349,
+        "rshares": 387978576454,
+        "voter": "crimsonclad"
+      },
+      {
+        "percent": "1000",
+        "reputation": 120327041068001,
+        "rshares": 34445580518,
+        "voter": "jayna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30158976168359,
+        "rshares": 11436862461,
+        "voter": "guchtere"
+      },
+      {
+        "percent": "10000",
+        "reputation": 9881448230617,
+        "rshares": 4246051857,
+        "voter": "saunter"
+      },
+      {
+        "percent": "5000",
+        "reputation": 809703765108,
+        "rshares": 2684245457,
+        "voter": "riche-gould"
+      },
+      {
+        "percent": "3200",
+        "reputation": 24347064093050,
+        "rshares": 11660710748,
+        "voter": "mynewlife"
+      },
+      {
+        "percent": "2000",
+        "reputation": 24021698289849,
+        "rshares": 2164446213,
+        "voter": "damm-steemit"
+      },
+      {
+        "percent": "1000",
+        "reputation": 68902318315273,
+        "rshares": 762980913,
+        "voter": "bien"
+      },
+      {
+        "percent": "400",
+        "reputation": 14764501234506,
+        "rshares": 861326770,
+        "voter": "nolasco"
+      },
+      {
+        "percent": "2000",
+        "reputation": 20285621918859,
+        "rshares": 7366709130,
+        "voter": "wandergirl"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5313719494876540,
+        "rshares": 10813530005727,
+        "voter": "haejin"
+      },
+      {
+        "percent": "2600",
+        "reputation": 145609724101,
+        "rshares": 188737548224,
+        "voter": "hope-on-fire"
+      },
+      {
+        "percent": "1100",
+        "reputation": 55801543512306,
+        "rshares": 32828206100160,
+        "voter": "appreciator"
+      },
+      {
+        "percent": "4000",
+        "reputation": 1790763390354,
+        "rshares": 1088047539,
+        "voter": "koh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1095186992075950,
+        "rshares": 113356052723,
+        "voter": "cryptopassion"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1912914147521,
+        "rshares": 713750421,
+        "voter": "onethousandwords"
+      },
+      {
+        "percent": "3200",
+        "reputation": 25406027451406,
+        "rshares": 10563380788,
+        "voter": "martibis"
+      },
+      {
+        "percent": "3900",
+        "reputation": 24639928209538,
+        "rshares": 21593110106,
+        "voter": "santigs"
+      },
+      {
+        "percent": "500",
+        "reputation": 149085530853696,
+        "rshares": 107494646363,
+        "voter": "karja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 196571377648,
+        "rshares": 16053717637,
+        "voter": "nadhora"
+      },
+      {
+        "percent": "400",
+        "reputation": 101280142849344,
+        "rshares": 11176064694,
+        "voter": "kimzwarch"
+      },
+      {
+        "percent": "2000",
+        "reputation": 31474391219,
+        "rshares": 4122831682,
+        "voter": "onartbali"
+      },
+      {
+        "percent": "2000",
+        "reputation": 140483466255317,
+        "rshares": 115110353967,
+        "voter": "fbslo"
+      },
+      {
+        "percent": "415",
+        "reputation": 0,
+        "rshares": 7418840875,
+        "voter": "fatman"
+      },
+      {
+        "percent": "2650",
+        "reputation": 49274532972171,
+        "rshares": 1338252397,
+        "voter": "mawit07"
+      },
+      {
+        "percent": "4000",
+        "reputation": 366168985985447,
+        "rshares": 48339656645,
+        "voter": "steemitworldmap"
+      },
+      {
+        "percent": "2000",
+        "reputation": 71542271016123,
+        "rshares": 53376769231,
+        "voter": "plantstoplanks"
+      },
+      {
+        "percent": "2000",
+        "reputation": 14421004934686,
+        "rshares": 13399645172,
+        "voter": "dinglehopper"
+      },
+      {
+        "percent": "5000",
+        "reputation": 54554402347359,
+        "rshares": 20030500043,
+        "voter": "hanggggbeeee"
+      },
+      {
+        "percent": "930",
+        "reputation": 0,
+        "rshares": 342363030731,
+        "voter": "investegg"
+      },
+      {
+        "percent": "2000",
+        "reputation": 10939046475227,
+        "rshares": 767621454,
+        "voter": "liverpool-fan"
+      },
+      {
+        "percent": "2000",
+        "reputation": 12918217107297,
+        "rshares": 2346560193,
+        "voter": "afterglow"
+      },
+      {
+        "percent": "1400",
+        "reputation": 5351307129817,
+        "rshares": 1003811493,
+        "voter": "cjsean"
+      },
+      {
+        "percent": "200",
+        "reputation": 50675272500651,
+        "rshares": 761067715,
+        "voter": "dejan.vuckovic"
+      },
+      {
+        "percent": "2000",
+        "reputation": 4844110760338,
+        "rshares": 5632685468,
+        "voter": "steef-05"
+      },
+      {
+        "percent": "2200",
+        "reputation": 24278617424908,
+        "rshares": 92717109348,
+        "voter": "bobinson"
+      },
+      {
+        "percent": "1000",
+        "reputation": 43415453954938,
+        "rshares": 4271317207,
+        "voter": "senorcoconut"
+      },
+      {
+        "percent": "2000",
+        "reputation": 172804239020062,
+        "rshares": 60896516841,
+        "voter": "chekohler"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2259736182599,
+        "rshares": 1955795522,
+        "voter": "cknr7"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2020840978358,
+        "rshares": 3555868882,
+        "voter": "silenteyes"
+      },
+      {
+        "percent": "5000",
+        "reputation": 149410557707829,
+        "rshares": 29354856140,
+        "voter": "mhm-philippines"
+      },
+      {
+        "percent": "10000",
+        "reputation": 5341088715064,
+        "rshares": 1253620788,
+        "voter": "aquinotyron3"
+      },
+      {
+        "percent": "2000",
+        "reputation": 66785151966461,
+        "rshares": 96794843510,
+        "voter": "itchyfeetdonica"
+      },
+      {
+        "percent": "400",
+        "reputation": 1521170786625,
+        "rshares": 781362140,
+        "voter": "romanaround"
+      },
+      {
+        "percent": "1800",
+        "reputation": 1494643252435,
+        "rshares": 6105183765,
+        "voter": "lpv"
+      },
+      {
+        "percent": "7500",
+        "reputation": 2455841396924,
+        "rshares": 11370355708,
+        "voter": "thescubageek"
+      },
+      {
+        "percent": "1000",
+        "reputation": 7321627557543,
+        "rshares": 849016566,
+        "voter": "rebeccaontheroof"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3690084685338,
+        "rshares": 2056140234,
+        "voter": "ekonugraha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 127574088372098,
+        "rshares": 16635322403,
+        "voter": "jpphotography"
+      },
+      {
+        "percent": "1000",
+        "reputation": 13345171215929,
+        "rshares": 5218694238,
+        "voter": "r00sj3"
+      },
+      {
+        "percent": "5000",
+        "reputation": 417897915586235,
+        "rshares": 429134275780,
+        "voter": "phortun"
+      },
+      {
+        "percent": "6000",
+        "reputation": 142520915467066,
+        "rshares": 53778293445,
+        "voter": "for91days"
+      },
+      {
+        "percent": "800",
+        "reputation": 87246032649758,
+        "rshares": 13469757562,
+        "voter": "gabrielatravels"
+      },
+      {
+        "percent": "2000",
+        "reputation": -83817811053,
+        "rshares": 2180762678,
+        "voter": "payger"
+      },
+      {
+        "percent": "3000",
+        "reputation": 440892421306847,
+        "rshares": 1872686246181,
+        "voter": "intrepidphotos"
+      },
+      {
+        "percent": "5000",
+        "reputation": 40303621255406,
+        "rshares": 7315866111,
+        "voter": "irisworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6215934374069,
+        "rshares": 25473605890,
+        "voter": "wanderlass"
+      },
+      {
+        "percent": "1500",
+        "reputation": 12722627918140,
+        "rshares": 57547632550,
+        "voter": "heidimarie"
+      },
+      {
+        "percent": "2000",
+        "reputation": 49210493751560,
+        "rshares": 8128146894,
+        "voter": "sinochip"
+      },
+      {
+        "percent": "4000",
+        "reputation": 38330902987406,
+        "rshares": 27101442511,
+        "voter": "manncpt"
+      },
+      {
+        "percent": "7000",
+        "reputation": 14594695659,
+        "rshares": 2820286966,
+        "voter": "interfecto"
+      },
+      {
+        "percent": "5000",
+        "reputation": 80560377534931,
+        "rshares": 2181587267,
+        "voter": "mrprofessor"
+      },
+      {
+        "percent": "4000",
+        "reputation": 7036325034531,
+        "rshares": 8551806052,
+        "voter": "jnmarteau"
+      },
+      {
+        "percent": "2000",
+        "reputation": 48456913838551,
+        "rshares": 3752692972,
+        "voter": "haydae"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2826422159971,
+        "rshares": 1009071495,
+        "voter": "piotr42"
+      },
+      {
+        "percent": "10000",
+        "reputation": 139554789673,
+        "rshares": 1577319728,
+        "voter": "superstarxtala"
+      },
+      {
+        "percent": "3000",
+        "reputation": 16398473668761,
+        "rshares": 3963342232,
+        "voter": "smeralda"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1483290009703,
+        "rshares": 892706253,
+        "voter": "exploreand"
+      },
+      {
+        "percent": "2500",
+        "reputation": 442944056818,
+        "rshares": 909895590,
+        "voter": "minerspost"
+      },
+      {
+        "percent": "5300",
+        "reputation": 86838371749119,
+        "rshares": 144423083450,
+        "voter": "crazy-andy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 13945351516168,
+        "rshares": 12631887895,
+        "voter": "dboontje"
+      },
+      {
+        "percent": "1600",
+        "reputation": 13279183252882,
+        "rshares": 3418950553,
+        "voter": "allyson19"
+      },
+      {
+        "percent": "2500",
+        "reputation": 17846302258319,
+        "rshares": 10838120810,
+        "voter": "onlavu"
+      },
+      {
+        "percent": "5000",
+        "reputation": 620453163688,
+        "rshares": 1311220873,
+        "voter": "fromheart"
+      },
+      {
+        "percent": "4500",
+        "reputation": 48038501416805,
+        "rshares": 26048324556,
+        "voter": "futurecurrency"
+      },
+      {
+        "percent": "2000",
+        "reputation": 6347278940631,
+        "rshares": 3828617626,
+        "voter": "steempampanga"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6368389637818,
+        "rshares": 242907200,
+        "voter": "dunkman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 281353394492877,
+        "rshares": 1158243297113,
+        "voter": "travelfeed"
+      },
+      {
+        "percent": "2000",
+        "reputation": 27178070035428,
+        "rshares": 1203666771,
+        "voter": "foxyspirit"
+      },
+      {
+        "percent": "330",
+        "reputation": 54208883787930,
+        "rshares": 4512608062,
+        "voter": "outlinez"
+      },
+      {
+        "percent": "1600",
+        "reputation": 58256862375288,
+        "rshares": 9321226652,
+        "voter": "vcclothing"
+      },
+      {
+        "percent": "2200",
+        "reputation": 33393562665149,
+        "rshares": 13702363931,
+        "voter": "celestialcow"
+      },
+      {
+        "percent": "320",
+        "reputation": 174856977309980,
+        "rshares": 9746292031,
+        "voter": "ivansnz"
+      },
+      {
+        "percent": "5000",
+        "reputation": 24305829848893,
+        "rshares": 8556574635,
+        "voter": "racibo"
+      },
+      {
+        "percent": "2500",
+        "reputation": 7562488116021,
+        "rshares": 565693113,
+        "voter": "big-m"
+      },
+      {
+        "percent": "10000",
+        "reputation": 270142911884,
+        "rshares": 2219320036,
+        "voter": "wander-full"
+      },
+      {
+        "percent": "10000",
+        "reputation": 14193144291158,
+        "rshares": 2332616595,
+        "voter": "abdulmath"
+      },
+      {
+        "percent": "110",
+        "reputation": 454088646937365,
+        "rshares": 3421212181,
+        "voter": "kgakakillerg"
+      },
+      {
+        "percent": "600",
+        "reputation": 65521507383931,
+        "rshares": 2850060306,
+        "voter": "oscurity"
+      },
+      {
+        "percent": "5000",
+        "reputation": 22836545673,
+        "rshares": 611017734,
+        "voter": "trexxie"
+      },
+      {
+        "percent": "2000",
+        "reputation": 15436790913241,
+        "rshares": 17286655706,
+        "voter": "globalschool"
+      },
+      {
+        "percent": "3500",
+        "reputation": 2425032253226,
+        "rshares": 2264726205,
+        "voter": "kara65"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2525154510293,
+        "rshares": 1150898793,
+        "voter": "opt2o"
+      },
+      {
+        "percent": "5000",
+        "reputation": 3115428694948,
+        "rshares": 2109670805,
+        "voter": "indayclara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 4888206811784,
+        "rshares": 9828153190,
+        "voter": "atanas007"
+      },
+      {
+        "percent": "2200",
+        "reputation": 51236835710173,
+        "rshares": 9611322342,
+        "voter": "davidesimoncini"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2676778824635,
+        "rshares": 1791007207,
+        "voter": "eaamez"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7447055124758,
+        "rshares": 2152444969,
+        "voter": "khiabels"
+      },
+      {
+        "percent": "2000",
+        "reputation": 401559670619,
+        "rshares": 562747422,
+        "voter": "onethousandpics"
+      },
+      {
+        "percent": "10000",
+        "reputation": 81775361378446,
+        "rshares": 2074121315,
+        "voter": "invisusmundi"
+      },
+      {
+        "percent": "2000",
+        "reputation": 19840446414188,
+        "rshares": 7873649621,
+        "voter": "frejafri"
+      },
+      {
+        "percent": "4000",
+        "reputation": 8325098026,
+        "rshares": 10999879270,
+        "voter": "niouton"
+      },
+      {
+        "percent": "2000",
+        "reputation": 9245384922348,
+        "rshares": 9091367020,
+        "voter": "cheese4ead"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4577629651305,
+        "rshares": 3998082744,
+        "voter": "lynxialicious"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7220135662766,
+        "rshares": 1052194016,
+        "voter": "yomismosoy"
+      },
+      {
+        "percent": "5000",
+        "reputation": 20704375752707,
+        "rshares": 8674799575,
+        "voter": "melor9"
+      },
+      {
+        "percent": "1500",
+        "reputation": 3017320382626,
+        "rshares": 5852601623,
+        "voter": "yestermorrow"
+      },
+      {
+        "percent": "5000",
+        "reputation": 428911466574,
+        "rshares": 889027608,
+        "voter": "aktivsoul"
+      },
+      {
+        "percent": "3000",
+        "reputation": 2021449435176,
+        "rshares": 3948476749,
+        "voter": "ultrabiker"
+      },
+      {
+        "percent": "1600",
+        "reputation": 5653183594069,
+        "rshares": 1086761571,
+        "voter": "quatro"
+      },
+      {
+        "percent": "1800",
+        "reputation": 5294199154619,
+        "rshares": 1860652732,
+        "voter": "london65"
+      },
+      {
+        "percent": "2000",
+        "reputation": 32787366325026,
+        "rshares": 8122678375,
+        "voter": "rayshiuimages"
+      },
+      {
+        "percent": "110",
+        "reputation": 48728351683805,
+        "rshares": 3088935279,
+        "voter": "starstrings01"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5426260749375,
+        "rshares": 13475702229,
+        "voter": "agromeror"
+      },
+      {
+        "percent": "5000",
+        "reputation": 41288629235348,
+        "rshares": 5667171731,
+        "voter": "mariluna"
+      },
+      {
+        "percent": "5000",
+        "reputation": 1307520393278,
+        "rshares": 544927877,
+        "voter": "maesha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 873198250457,
+        "rshares": 2855477963,
+        "voter": "velmafia"
+      },
+      {
+        "percent": "2000",
+        "reputation": 7385938119874,
+        "rshares": 72283771288,
+        "voter": "thevil"
+      },
+      {
+        "percent": "4000",
+        "reputation": -68594610567,
+        "rshares": 66814386033,
+        "voter": "blarchive"
+      },
+      {
+        "percent": "3000",
+        "reputation": 55273774845202,
+        "rshares": 2923481197,
+        "voter": "elsaenroute"
+      },
+      {
+        "percent": "550",
+        "reputation": 570615134196274,
+        "rshares": 22360037225,
+        "voter": "priyanarc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 57675290515578,
+        "rshares": 10264951191,
+        "voter": "pushpedal"
+      },
+      {
+        "percent": "4000",
+        "reputation": 916241881,
+        "rshares": 2299172572,
+        "voter": "anarcist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 89258580041194,
+        "rshares": 94833518623,
+        "voter": "scubahead"
+      },
+      {
+        "percent": "550",
+        "reputation": 56881377417174,
+        "rshares": 1041234076,
+        "voter": "miguelbaez"
+      },
+      {
+        "percent": "2000",
+        "reputation": 88423473475,
+        "rshares": 698304313,
+        "voter": "thehealthylife"
+      },
+      {
+        "percent": "2000",
+        "reputation": 124735349102,
+        "rshares": 2700905242,
+        "voter": "enthef"
+      },
+      {
+        "percent": "2000",
+        "reputation": 0,
+        "rshares": 9679010201,
+        "voter": "coriolis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 4591573921,
+        "voter": "icurate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 32221306785214,
+        "rshares": 64287308974,
+        "voter": "pl-travelfeed"
+      },
+      {
+        "percent": "1400",
+        "reputation": 6833021323980,
+        "rshares": 1331455860,
+        "voter": "cabalen"
+      },
+      {
+        "percent": "2000",
+        "reputation": 4025462706999,
+        "rshares": 1220363117,
+        "voter": "jadung"
+      },
+      {
+        "percent": "10000",
+        "reputation": 25016264134313,
+        "rshares": 701030462656,
+        "voter": "dcommerce"
+      },
+      {
+        "percent": "1600",
+        "reputation": 3601455490146,
+        "rshares": 1528183147,
+        "voter": "theithei"
+      },
+      {
+        "percent": "2000",
+        "reputation": 1495819196162,
+        "rshares": 729925749,
+        "voter": "crypt0wid0w"
+      },
+      {
+        "percent": "10000",
+        "reputation": 6605568359560,
+        "rshares": 2037496159,
+        "voter": "smalltall"
+      },
+      {
+        "percent": "10000",
+        "reputation": 51900218528169,
+        "rshares": 1737869666,
+        "voter": "alexvanaken"
+      },
+      {
+        "percent": "1100",
+        "reputation": 61476958391321,
+        "rshares": 505337126,
+        "voter": "ricardomello"
+      },
+      {
+        "percent": "400",
+        "reputation": 29888557634290,
+        "rshares": 935842652,
+        "voter": "helgalubevi"
+      },
+      {
+        "percent": "2000",
+        "reputation": 740910322022,
+        "rshares": 914881123,
+        "voter": "glstech"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2407117821761,
+        "rshares": 23658248853,
+        "voter": "travelwritemoney"
+      },
+      {
+        "percent": "5000",
+        "reputation": 32381780684963,
+        "rshares": 8404532445,
+        "voter": "waltermeth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 64787679421704,
+        "rshares": 24869710627,
+        "voter": "katiefreespirit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 16098690446016,
+        "rshares": 17363925134,
+        "voter": "denisdenis"
+      },
+      {
+        "percent": "550",
+        "reputation": 9779686833688,
+        "rshares": 731960158,
+        "voter": "valerianis"
+      },
+      {
+        "percent": "5000",
+        "reputation": 12252339013930,
+        "rshares": 5266795237,
+        "voter": "oheyo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 34430402982609,
+        "rshares": 16371255515,
+        "voter": "wanderein"
+      },
+      {
+        "percent": "550",
+        "reputation": 62988003579804,
+        "rshares": 1872893374,
+        "voter": "zeesh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3347622029,
+        "rshares": 1626828039,
+        "voter": "antiretroviral"
+      },
+      {
+        "percent": "4000",
+        "reputation": 3170431773727,
+        "rshares": 161286973280,
+        "voter": "yourtop3"
+      },
+      {
+        "percent": "600",
+        "reputation": 24720459476673,
+        "rshares": 2155974380,
+        "voter": "delilhavores"
+      },
+      {
+        "percent": "1500",
+        "reputation": 15076530384277,
+        "rshares": 15663741324,
+        "voter": "oblivioncubed"
+      },
+      {
+        "percent": "5000",
+        "reputation": 4834237142168,
+        "rshares": 6136480235,
+        "voter": "journeyofanomad"
+      },
+      {
+        "percent": "10000",
+        "reputation": 76222060731,
+        "rshares": 1764576163,
+        "voter": "wallytiteuf"
+      },
+      {
+        "percent": "2000",
+        "reputation": 2934995178664,
+        "rshares": 11742416879,
+        "voter": "vxn666"
+      },
+      {
+        "percent": "10000",
+        "reputation": 56080552784454,
+        "rshares": 110271083464,
+        "voter": "grindle"
+      },
+      {
+        "percent": "5000",
+        "reputation": 9624495306704,
+        "rshares": 55120058492122,
+        "voter": "darthknight"
+      },
+      {
+        "percent": "5000",
+        "reputation": 30837223420968,
+        "rshares": 7749670957,
+        "voter": "drew0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 362096342263,
+        "rshares": 390067841,
+        "voter": "sujaytechnicals"
+      },
+      {
+        "percent": "10000",
+        "reputation": 1588836327,
+        "rshares": 0,
+        "voter": "wasifbhutto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 589049437867,
+        "rshares": 794558544,
+        "voter": "ted.sun"
+      },
+      {
+        "percent": "4000",
+        "reputation": 172540054299306,
+        "rshares": 722099881959,
+        "voter": "pinmapple"
+      },
+      {
+        "percent": "1000",
+        "reputation": 25946748345182,
+        "rshares": 15076973194,
+        "voter": "iliyan90"
+      },
+      {
+        "percent": "3300",
+        "reputation": 3242356575612,
+        "rshares": 6939056578,
+        "voter": "walarhein"
+      },
+      {
+        "percent": "10000",
+        "reputation": 459340963594,
+        "rshares": 956759023,
+        "voter": "elkakoycheva"
+      },
+      {
+        "percent": "297",
+        "reputation": 10364363981695,
+        "rshares": 162104752158,
+        "voter": "visionaer3003"
+      },
+      {
+        "percent": "3100",
+        "reputation": 1209731647511,
+        "rshares": 508003203026,
+        "voter": "softworld"
+      },
+      {
+        "percent": "2500",
+        "reputation": 604442758770,
+        "rshares": 112229886108,
+        "voter": "ninnu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 610897406624,
+        "rshares": 526499370,
+        "voter": "sis84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 968771269955,
+        "rshares": 2368451766,
+        "voter": "tiger85"
+      },
+      {
+        "percent": "5000",
+        "reputation": 5535873262876,
+        "rshares": 2793413673,
+        "voter": "rz1996"
+      },
+      {
+        "percent": "1200",
+        "reputation": 54824847159245,
+        "rshares": 13269966732,
+        "voter": "discoveringarni"
+      },
+      {
+        "percent": "291",
+        "reputation": 4358352640716,
+        "rshares": 68386281231,
+        "voter": "hatschi0773"
+      },
+      {
+        "percent": "5000",
+        "reputation": 7273089567,
+        "rshares": 632512381,
+        "voter": "hivecoffee"
+      },
+      {
+        "percent": "5000",
+        "reputation": 10486305203609,
+        "rshares": 4076622623,
+        "voter": "tasri"
+      },
+      {
+        "percent": "10000",
+        "reputation": 2830639099232,
+        "rshares": 431540083,
+        "voter": "koxmicart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 65742423062,
+        "voter": "gohive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 15234109271535,
+        "rshares": 12879095685,
+        "voter": "vicnzia"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3005998414144,
+        "rshares": 4135086430,
+        "voter": "kraken99"
+      },
+      {
+        "percent": "4000",
+        "reputation": 2662893985125,
+        "rshares": 7909915693,
+        "voter": "chaodietas"
+      },
+      {
+        "percent": "294",
+        "reputation": 3174507364780,
+        "rshares": 97795044635,
+        "voter": "dagobert007"
+      },
+      {
+        "percent": "610",
+        "reputation": 6260561866202,
+        "rshares": 11278103023,
+        "voter": "idea-make-rich"
+      },
+      {
+        "percent": "5000",
+        "reputation": 2889092214141,
+        "rshares": 1616229680,
+        "voter": "delrosario"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": 59548111046,
+        "voter": "intacto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 3374871450,
+        "rshares": 0,
+        "voter": "juanmadrid"
+      },
+      {
+        "percent": "300",
+        "reputation": 434627240,
+        "rshares": 4509403062,
+        "voter": "boneym"
+      },
+      {
+        "percent": "10000",
+        "reputation": 654061210157,
+        "rshares": 519049666,
+        "voter": "vaishnavi24"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "artx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": 0,
+        "voter": "baidyabulu"
+      }
+    ],
+    "author": "koenau",
+    "author_reputation": 94843921364540,
+    "beneficiaries": [
+      {
+        "account": "travelfeed",
+        "weight": 1000
+      }
+    ],
+    "body": "<a href=\"https://travelfeed.io/@koenau/all-along-the-watchtower-back-down-the-memory-lane\"><center><h3>Read this post on TravelFeed.io for the best experience</h3></center></a><hr />\n\n<img src=\"https://img.travelfeed.io/koenau%2F20201031T174022545Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(784).jpg\" />\n<hr />\n<b>It's 30 years after the german re-unification as we mind a bizarre plan: We're trekking along the Iron Curtain, the former deadly borderline between the East and the West of Germany! There is a hiking way named \u201eGrenzwanderweg\u201c or \u201eGreen Ribbon\u201c. You can hike here along the path on which the east german border guards monitored the \u201eIron Curtain\u201c between the socialist world and the west.&nbsp;</b>\n\n<b>The first episode of our hike you can read&nbsp;</b><a href=\"https://travelfeed.io/@koenau/along-the-iron-curtain-into-the-dead-zone\">here.</a><a href=\"https://travelfeed.io/@koenau/hiking-the-borderline-apple-groves-in-deep-dark-woods\">This is the second one</a>&nbsp;and here are&nbsp;<a href=\"https://travelfeed.io/@koenau/trekking-at-the-river-where-germany-once-has-had-two-ends\">third</a>,&nbsp;<a href=\"https://travelfeed.io/@koenau/iron-curtain-walking-on-bisquits-of-concrete\">four,</a><a href=\"https://travelfeed.io/@koenau/trekking-the-borderline-into-the-golden-west\">five</a>,&nbsp;<a href=\"https://travelfeed.io/@koenau/across-the-iron-border-back-in-the-gdr\">six</a>,&nbsp;<a href=\"https://travelfeed.io/@koenau/across-the-iron-border-back-in-the-gdr\">seven</a>&nbsp;and number<a href=\"https://travelfeed.io/@koenau/further-north-hike-through-a-closed-area\"> eight.</a>\n\nThis ist part 9:\n\n<figure><img alt=\"Blue sky, barbed wire.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173419661Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(784).jpg\" width=\"4656\" height=\"2620\" /><center><figcaption>Blue sky, barbed wire.</figcaption></center></figure>\n\nOne day Heike bought a piece of border fence and set it up right next to her apple orchard. Three pillars, two fences, a sign \"Warning border, entry forbidden\" are now next to the old school in Neu Wendischthun. This small building stands only a few stones throwns away from the Elbe bank. \"I want wo show everyone how it used to be here\", says the sympathetic woman, who has spent her entire life in the restricted area at the border.\n\n<h2>The woman who has never seen the river</h2>\n\n<figure><img alt=\"Heikes part of the border fence.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173429361Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(781).jpg\" width=\"4000\" height=\"2250\" /><center><figcaption>Heikes part of the border fence.</figcaption></center></figure>\n\nIt's an incredible life: \"For thirty years\", she says, \"I never saw the Elbe myself.\" Only when the border collapsed 30 years ago, Heike could walk up to the dam and take a look at the river. \"That was so nice,\" she says. \"Because our whole family was over there on the other side all these years and we were here and couldn't go over there.\"\n\n<figure><img alt=\"Outside\u00a0the trail leads us through wild nature\" src=\"https://img.travelfeed.io/koenau%2F20201031T173454627Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(943).jpg\" width=\"4000\" height=\"2250\" /><center><figcaption>Outside\u00a0the trail leads us through wild nature</figcaption></center></figure>\n\nMany cried when the first improvised boats bridged the gap between east and west. \"And it was clear that everyone wanted to get rid of all the fences and towers and security systems very quickly.\" You just couldn't do it anymore, Heike believed. But before you knew it, everything was gone. No more watchtowers. No more fences. No more traces of the former iron border.\n\n<figure><img alt=\"A warning sign from the west side of the borderline.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173510198Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(796).jpg\" width=\"4000\" height=\"2250\" /><center><figcaption>A warning sign from the west side of the borderline.</figcaption></center></figure>\n\n\"The fence panels in particular were the very best goods,\" she complains, \"the west german politician Franz Joseph Strauss had give east germans chief Honecker a billion-dollar loan for that.\" Heike isn't a woman who is sad about the fallen Iron Curtain. But she want's to remember the bitter and dark times. \"It's over\", she said, \"but we should have it always in mind.\"\n\n<h2>Nothing left of the borderline</h2>\n\n Because cyclists and hikers kept asking why there was nothing left of the Iron Curtain, Heike drove down to Bavaria one day. \"I had heard that someone was selling parts of the old border fence there.\" And really - the five meter wide piece that now stands next to the apple trees and the children's playground has traveled here from southern Germany. \"It is exactly the same kind of fence as it was here with us,\" assures Heike, who should know it  better than anyone else.\n\n<figure><img alt=\"We found one of the Elbestones, made by the same named Facebook group.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173526519Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(627).jpg\" width=\"4000\" height=\"2250\" /><center><figcaption>We found one of the Elbestones, made by the same named Facebook group.</figcaption></center></figure>\n\nJan nods and is amazed. The young man from Saxony is on his bike and, like us, ended up looking for a place for his tent in Heike's apple orchard. Jan has only been on the Elbe Cycle Path for five days. And has almost reached his first destination, Hamburg.\n\n<h2>E-Bikes retirees, a plague</h2>\n\n\"After that I want to go to Copenhagen,\" he says. Is that almost another 500 kilometers? \"Yes, but rather that than walking with your rucksacks\", laughs Jan, who leaves us early in the morning. \"Otherwise the e-bike retirees will be everywhere again.\" Jan calls them a plague. We too.\n\n<figure><img alt=\"It\u2019s paradise, as half as nice* (Amen Corner)\" src=\"https://img.travelfeed.io/koenau%2F20201031T173606219Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(689).jpg\" width=\"4656\" height=\"2620\" /><center><figcaption>It\u2019s paradise, as half as nice* (Amen Corner)</figcaption></center></figure>\n\nWe're invited from Heike, to see the small museum she build in the old school house whit some documents from the dark age of division. You can see pictures here with east german border guards, from the un-human fence and from the happy moments as the wall falls and all the people of the area have had a party at the shore. \n\n<figure><img alt=\"Drink, eat, dwell\" src=\"https://img.travelfeed.io/koenau%2F20201031T173627970Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(758).jpg\" width=\"4000\" height=\"2250\" /><center><figcaption>Drink, eat, dwell</figcaption></center></figure>\n\nWe are leaving Heike with a big smile, because we are have to go back to our trail. Back to the former dead zone who is now a place of life, of nature and rare animals. Up the giant backpack, trekking shoes on and straight ahead to the north again. Back down on the memory lane to find more stories, more interesting people and slowly disappearing traces of the cruel past.\n\nIf you like my work and you want to read the following reports from our hike&nbsp;<b>please follow me on&nbsp;<a href=\"https://travelfeed.io/exit?url=https%3A%2F%2Fhive.blog%2F%40koenau\">Hive</a>,&nbsp;<a href=\"https://travelfeed.io/@koenau\">Travelfeed</a>&nbsp;or&nbsp;<a href=\"https://travelfeed.io/@koenau\">Steem</a>&nbsp;</b>or visit my homepage<a href=\"https://travelfeed.io/exit?url=http%3A%2F%2Fkoenau.de\">&nbsp;<b>koenau.de</b></a>\n\nA few more pictures for you:&nbsp;\n\n<figure><img alt=\"Heikes last border pole.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173648574Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(776).jpg\" width=\"2250\" height=\"4000\" /><center><figcaption>Heikes last border pole.</figcaption></center></figure>\n\n<figure><img alt=\"A bird of the lonely river Elbe.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173733094Z-2020%20-%2009%20-%20Grenzwanderung%20(428).JPG\" width=\"4896\" height=\"3672\" /><center><figcaption>A bird of the lonely river Elbe.</figcaption></center></figure>\n\n<figure><img alt=\"This is what the fence looked like.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173755996Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(782).jpg\" width=\"4656\" height=\"2475\" /><center><figcaption>This is what the fence looked like.</figcaption></center></figure>\n\n<figure><img alt=\"Green meadows along the way where death has reigned.\" src=\"https://img.travelfeed.io/koenau%2F20201031T173922239Z-2020%20-%2009%20-%20Grenzwanderung%20(624)-HDR.jpg\" width=\"4618\" height=\"3464\" /><center><figcaption>Green meadows along the way where death has reigned.</figcaption></center></figure>\n\n\n\n<hr /><center><em>View this post <a href=\"https://travelfeed.io/@koenau/all-along-the-watchtower-back-down-the-memory-lane\">on TravelFeed</a> for the best experience.</em></center>\n\n[//]:# (!pinmapple 53.31667 lat 10.8 long  d3scr)",
+    "body_length": 8950,
+    "cashout_time": "2020-11-07T18:21:21",
+    "category": "hive-184437",
+    "children": 3,
+    "created": "2020-10-31T18:21:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 0,
+    "json_metadata": "{\"app\":\"travelfeed/3.8.0\",\"location\":{\"latitude\":53.31667,\"longitude\":10.8,\"category\":\"city\"},\"tags\":[\"photography\",\"traveladvice\",\"hitchhiking\",\"outdoor\",\"wildlife\",\"backpacking\",\"digitalnomads\"],\"description\":\"Trekking along the Iron Curtain, the former deadly borderline between the east and the west of the Cold War Europe on th\",\"image\":[\"https://img.travelfeed.io/koenau%2F20201031T174031153Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(796).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173419661Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(784).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173429361Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(781).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173454627Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(943).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173510198Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(796).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173526519Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(627).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173606219Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(689).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173627970Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(758).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173648574Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(776).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173733094Z-2020%20-%2009%20-%20Grenzwanderung%20(428).JPG\",\"https://img.travelfeed.io/koenau%2F20201031T173755996Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(782).jpg\",\"https://img.travelfeed.io/koenau%2F20201031T173922239Z-2020%20-%2009%20-%20Grenzwanderung%20(624)-HDR.jpg\"],\"links\":[\"https://travelfeed.io/@koenau/along-the-iron-curtain-into-the-dead-zone\",\"https://travelfeed.io/@koenau/hiking-the-borderline-apple-groves-in-deep-dark-woods\",\"https://travelfeed.io/@koenau/trekking-at-the-river-where-germany-once-has-had-two-ends\",\"https://travelfeed.io/@koenau/iron-curtain-walking-on-bisquits-of-concrete\",\"https://travelfeed.io/@koenau/trekking-the-borderline-into-the-golden-west\",\"https://travelfeed.io/@koenau/across-the-iron-border-back-in-the-gdr\",\"https://travelfeed.io/@koenau/further-north-hike-through-a-closed-area\",\"https://travelfeed.io/exit?url=https%3A%2F%2Fhive.blog%2F%40koenau\",\"https://travelfeed.io/@koenau\",\"https://travelfeed.io/exit?url=http%3A%2F%2Fkoenau.de\"],\"coverImage\":\"https://img.travelfeed.io/koenau%2F20201031T174031153Z-2020%20-%2009%20-%20Grenzwanderung%20Handy%20(796).jpg\"}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2020-10-31T18:21:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 178382239894042,
+    "parent_author": "",
+    "parent_permlink": "hive-184437",
+    "pending_payout_value": "41.575 HBD",
+    "percent_hbd": 10000,
+    "permlink": "all-along-the-watchtower-back-down-the-memory-lane",
+    "post_id": 100333916,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "All along the watchtower: Back down the memory lane",
+    "title": "All along the watchtower: Back down the memory lane",
+    "total_payout_value": "0.000 HBD",
+    "url": "/hive-184437/@koenau/all-along-the-watchtower-back-down-the-memory-lane"
+  }
+]
diff --git a/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.tavern.yaml b/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.tavern.yaml
new file mode 100644
index 00000000..5558904a
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_post_discussions_by_payout/smolalit.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived get_post_discussions_by_payout
+
+  marks:
+    - patterntest
+#    - xfail # _tags_api: tags_api_plugin not enabled.
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_post_discussions_by_payout
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_post_discussions_by_payout"
+          params: ["smolalit", 'simple-fractal-prostoi-fraktal']
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "smolalit"
+            directory: "condenser_api_patterns/get_post_discussions_by_payout"
diff --git a/hived/tavern/condenser_api_patterns/get_recent_trades/get.tavern.yaml b/hived/tavern/condenser_api_patterns/get_recent_trades/get.tavern.yaml
new file mode 100644
index 00000000..4b7b93a5
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_recent_trades/get.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived condenser_api.get_recent_trades
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_recent_trades
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_recent_trades"
+          params: []
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:has_valid_response
+          extra_kwargs:
+            method: "get"
+            directory: "condenser_api_patterns/get_recent_trades"
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_ticker/get.pat.json b/hived/tavern/condenser_api_patterns/get_ticker/get.pat.json
new file mode 100644
index 00000000..9cfc05ae
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_ticker/get.pat.json
@@ -0,0 +1,8 @@
+{
+  "hbd_volume": "3020.015 HBD",
+  "highest_bid": "0.11551345731777753",
+  "hive_volume": "26064.218 HIVE",
+  "latest": "0.11748920779372302",
+  "lowest_ask": "0.11647800000000000",
+  "percent_change": "0.18336502410706046"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_ticker/get.tavern.yaml b/hived/tavern/condenser_api_patterns/get_ticker/get.tavern.yaml
new file mode 100644
index 00000000..1b21044b
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_ticker/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived condenser_api.get_ticker
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_ticker
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_ticker"
+          params: []
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "condenser_api_patterns/get_ticker"
+            ignore_tags: ['hbd_volume','highest_bid','hive_volume','latest','lowest_ask','percent_change']
\ No newline at end of file
diff --git a/hived/tavern/condenser_api_patterns/get_trade_history/get.pat.json b/hived/tavern/condenser_api_patterns/get_trade_history/get.pat.json
new file mode 100644
index 00000000..c5510201
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_trade_history/get.pat.json
@@ -0,0 +1,5002 @@
+[
+  {
+    "current_pays": "0.211 HBD",
+    "date": "2016-08-11T00:08:27",
+    "open_pays": "0.112 HIVE"
+  },
+  {
+    "current_pays": "126.763 HBD",
+    "date": "2016-08-11T00:19:33",
+    "open_pays": "67.787 HIVE"
+  },
+  {
+    "current_pays": "87.695 HBD",
+    "date": "2016-08-11T00:19:45",
+    "open_pays": "46.895 HIVE"
+  },
+  {
+    "current_pays": "47.918 HBD",
+    "date": "2016-08-11T00:20:00",
+    "open_pays": "25.625 HIVE"
+  },
+  {
+    "current_pays": "0.015 HBD",
+    "date": "2016-08-11T01:08:00",
+    "open_pays": "0.008 HIVE"
+  },
+  {
+    "current_pays": "0.327 HBD",
+    "date": "2016-08-11T01:13:36",
+    "open_pays": "0.171 HIVE"
+  },
+  {
+    "current_pays": "20.010 HBD",
+    "date": "2016-08-11T01:16:06",
+    "open_pays": "10.481 HIVE"
+  },
+  {
+    "current_pays": "101.362 HBD",
+    "date": "2016-08-11T01:25:36",
+    "open_pays": "53.097 HIVE"
+  },
+  {
+    "current_pays": "4.272 HBD",
+    "date": "2016-08-11T01:30:18",
+    "open_pays": "2.237 HIVE"
+  },
+  {
+    "current_pays": "11.000 HBD",
+    "date": "2016-08-11T01:47:00",
+    "open_pays": "5.762 HIVE"
+  },
+  {
+    "current_pays": "35.330 HBD",
+    "date": "2016-08-11T01:47:57",
+    "open_pays": "18.507 HIVE"
+  },
+  {
+    "current_pays": "9.263 HBD",
+    "date": "2016-08-11T02:07:06",
+    "open_pays": "4.852 HIVE"
+  },
+  {
+    "current_pays": "0.024 HIVE",
+    "date": "2016-08-11T02:16:54",
+    "open_pays": "0.045 HBD"
+  },
+  {
+    "current_pays": "120.000 HIVE",
+    "date": "2016-08-11T02:16:54",
+    "open_pays": "223.800 HBD"
+  },
+  {
+    "current_pays": "0.170 HIVE",
+    "date": "2016-08-11T02:16:54",
+    "open_pays": "0.317 HBD"
+  },
+  {
+    "current_pays": "1.996 HIVE",
+    "date": "2016-08-11T02:16:54",
+    "open_pays": "3.634 HBD"
+  },
+  {
+    "current_pays": "35.536 HIVE",
+    "date": "2016-08-11T02:18:09",
+    "open_pays": "64.004 HBD"
+  },
+  {
+    "current_pays": "20.001 HBD",
+    "date": "2016-08-11T02:24:51",
+    "open_pays": "10.477 HIVE"
+  },
+  {
+    "current_pays": "33.535 HBD",
+    "date": "2016-08-11T03:33:15",
+    "open_pays": "17.650 HIVE"
+  },
+  {
+    "current_pays": "23.465 HBD",
+    "date": "2016-08-11T03:33:45",
+    "open_pays": "12.350 HIVE"
+  },
+  {
+    "current_pays": "1.992 HBD",
+    "date": "2016-08-11T03:34:15",
+    "open_pays": "1.043 HIVE"
+  },
+  {
+    "current_pays": "17.172 HBD",
+    "date": "2016-08-11T03:34:48",
+    "open_pays": "9.000 HIVE"
+  },
+  {
+    "current_pays": "3.210 HBD",
+    "date": "2016-08-11T03:35:06",
+    "open_pays": "1.682 HIVE"
+  },
+  {
+    "current_pays": "2.000 HIVE",
+    "date": "2016-08-11T03:51:42",
+    "open_pays": "3.800 HBD"
+  },
+  {
+    "current_pays": "53.000 HIVE",
+    "date": "2016-08-11T03:54:09",
+    "open_pays": "100.700 HBD"
+  },
+  {
+    "current_pays": "0.018 HBD",
+    "date": "2016-08-11T04:13:36",
+    "open_pays": "0.009 HIVE"
+  },
+  {
+    "current_pays": "4.535 HBD",
+    "date": "2016-08-11T04:26:00",
+    "open_pays": "2.268 HIVE"
+  },
+  {
+    "current_pays": "0.010 HBD",
+    "date": "2016-08-11T04:31:12",
+    "open_pays": "0.005 HIVE"
+  },
+  {
+    "current_pays": "20.000 HBD",
+    "date": "2016-08-11T04:32:54",
+    "open_pays": "10.010 HIVE"
+  },
+  {
+    "current_pays": "5.000 HIVE",
+    "date": "2016-08-11T05:10:06",
+    "open_pays": "9.750 HBD"
+  },
+  {
+    "current_pays": "9.549 HBD",
+    "date": "2016-08-11T05:10:36",
+    "open_pays": "5.000 HIVE"
+  },
+  {
+    "current_pays": "19.970 HBD",
+    "date": "2016-08-11T05:29:27",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "25.569 HIVE",
+    "date": "2016-08-11T05:29:42",
+    "open_pays": "51.062 HBD"
+  },
+  {
+    "current_pays": "5.977 HIVE",
+    "date": "2016-08-11T05:46:06",
+    "open_pays": "11.936 HBD"
+  },
+  {
+    "current_pays": "5.000 HIVE",
+    "date": "2016-08-11T05:55:21",
+    "open_pays": "9.600 HBD"
+  },
+  {
+    "current_pays": "6.376 HBD",
+    "date": "2016-08-11T06:08:39",
+    "open_pays": "3.191 HIVE"
+  },
+  {
+    "current_pays": "1.930 HIVE",
+    "date": "2016-08-11T06:21:18",
+    "open_pays": "3.856 HBD"
+  },
+  {
+    "current_pays": "1.543 HIVE",
+    "date": "2016-08-11T06:25:18",
+    "open_pays": "2.962 HBD"
+  },
+  {
+    "current_pays": "0.190 HBD",
+    "date": "2016-08-11T06:28:15",
+    "open_pays": "0.095 HIVE"
+  },
+  {
+    "current_pays": "1.505 HIVE",
+    "date": "2016-08-11T06:39:03",
+    "open_pays": "2.889 HBD"
+  },
+  {
+    "current_pays": "0.037 HBD",
+    "date": "2016-08-11T06:56:27",
+    "open_pays": "0.018 HIVE"
+  },
+  {
+    "current_pays": "2.735 HIVE",
+    "date": "2016-08-11T07:02:06",
+    "open_pays": "5.253 HBD"
+  },
+  {
+    "current_pays": "2.255 HIVE",
+    "date": "2016-08-11T07:02:06",
+    "open_pays": "4.329 HBD"
+  },
+  {
+    "current_pays": "4.325 HBD",
+    "date": "2016-08-11T07:31:54",
+    "open_pays": "2.165 HIVE"
+  },
+  {
+    "current_pays": "183.206 HBD",
+    "date": "2016-08-11T07:35:09",
+    "open_pays": "91.649 HIVE"
+  },
+  {
+    "current_pays": "0.877 HBD",
+    "date": "2016-08-11T07:51:39",
+    "open_pays": "0.438 HIVE"
+  },
+  {
+    "current_pays": "10.001 HBD",
+    "date": "2016-08-11T07:55:06",
+    "open_pays": "5.003 HIVE"
+  },
+  {
+    "current_pays": "1.255 HBD",
+    "date": "2016-08-11T07:59:18",
+    "open_pays": "0.628 HIVE"
+  },
+  {
+    "current_pays": "8.750 HBD",
+    "date": "2016-08-11T07:59:18",
+    "open_pays": "4.377 HIVE"
+  },
+  {
+    "current_pays": "0.036 HIVE",
+    "date": "2016-08-11T08:07:15",
+    "open_pays": "0.070 HBD"
+  },
+  {
+    "current_pays": "0.100 HIVE",
+    "date": "2016-08-11T08:07:15",
+    "open_pays": "0.193 HBD"
+  },
+  {
+    "current_pays": "2.204 HIVE",
+    "date": "2016-08-11T08:07:15",
+    "open_pays": "4.252 HBD"
+  },
+  {
+    "current_pays": "2.080 HIVE",
+    "date": "2016-08-11T08:07:15",
+    "open_pays": "3.995 HBD"
+  },
+  {
+    "current_pays": "9.258 HIVE",
+    "date": "2016-08-11T08:07:15",
+    "open_pays": "17.775 HBD"
+  },
+  {
+    "current_pays": "5.189 HIVE",
+    "date": "2016-08-11T08:55:57",
+    "open_pays": "9.963 HBD"
+  },
+  {
+    "current_pays": "2.500 HIVE",
+    "date": "2016-08-11T09:10:09",
+    "open_pays": "4.800 HBD"
+  },
+  {
+    "current_pays": "1.200 HIVE",
+    "date": "2016-08-11T09:18:42",
+    "open_pays": "2.304 HBD"
+  },
+  {
+    "current_pays": "18.160 HIVE",
+    "date": "2016-08-11T09:19:21",
+    "open_pays": "34.867 HBD"
+  },
+  {
+    "current_pays": "0.028 HBD",
+    "date": "2016-08-11T09:35:51",
+    "open_pays": "0.014 HIVE"
+  },
+  {
+    "current_pays": "0.052 HIVE",
+    "date": "2016-08-11T09:55:27",
+    "open_pays": "0.101 HBD"
+  },
+  {
+    "current_pays": "9.276 HIVE",
+    "date": "2016-08-11T09:55:27",
+    "open_pays": "17.810 HBD"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-11T09:56:54",
+    "open_pays": "0.002 HBD"
+  },
+  {
+    "current_pays": "41.251 HIVE",
+    "date": "2016-08-11T09:56:54",
+    "open_pays": "79.202 HBD"
+  },
+  {
+    "current_pays": "17.124 HIVE",
+    "date": "2016-08-11T09:58:24",
+    "open_pays": "32.878 HBD"
+  },
+  {
+    "current_pays": "0.415 HIVE",
+    "date": "2016-08-11T09:59:21",
+    "open_pays": "0.798 HBD"
+  },
+  {
+    "current_pays": "4.301 HIVE",
+    "date": "2016-08-11T09:59:21",
+    "open_pays": "8.257 HBD"
+  },
+  {
+    "current_pays": "15.452 HIVE",
+    "date": "2016-08-11T09:59:42",
+    "open_pays": "29.667 HBD"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-11T10:00:03",
+    "open_pays": "0.002 HBD"
+  },
+  {
+    "current_pays": "8.388 HIVE",
+    "date": "2016-08-11T10:00:03",
+    "open_pays": "16.105 HBD"
+  },
+  {
+    "current_pays": "178.360 HIVE",
+    "date": "2016-08-11T10:09:21",
+    "open_pays": "339.090 HBD"
+  },
+  {
+    "current_pays": "0.185 HBD",
+    "date": "2016-08-11T10:12:12",
+    "open_pays": "0.093 HIVE"
+  },
+  {
+    "current_pays": "2.174 HIVE",
+    "date": "2016-08-11T10:34:36",
+    "open_pays": "4.304 HBD"
+  },
+  {
+    "current_pays": "0.097 HIVE",
+    "date": "2016-08-11T10:36:30",
+    "open_pays": "0.185 HBD"
+  },
+  {
+    "current_pays": "71.640 HIVE",
+    "date": "2016-08-11T10:36:30",
+    "open_pays": "136.199 HBD"
+  },
+  {
+    "current_pays": "128.263 HIVE",
+    "date": "2016-08-11T10:36:30",
+    "open_pays": "243.699 HBD"
+  },
+  {
+    "current_pays": "49.940 HIVE",
+    "date": "2016-08-11T10:37:30",
+    "open_pays": "94.886 HBD"
+  },
+  {
+    "current_pays": "9.547 HIVE",
+    "date": "2016-08-11T10:42:21",
+    "open_pays": "18.139 HBD"
+  },
+  {
+    "current_pays": "14.673 HIVE",
+    "date": "2016-08-11T10:42:48",
+    "open_pays": "27.878 HBD"
+  },
+  {
+    "current_pays": "8.076 HIVE",
+    "date": "2016-08-11T10:43:30",
+    "open_pays": "15.344 HBD"
+  },
+  {
+    "current_pays": "4.124 HIVE",
+    "date": "2016-08-11T10:44:03",
+    "open_pays": "7.835 HBD"
+  },
+  {
+    "current_pays": "6.808 HIVE",
+    "date": "2016-08-11T10:45:30",
+    "open_pays": "12.935 HBD"
+  },
+  {
+    "current_pays": "87.747 HIVE",
+    "date": "2016-08-11T10:46:09",
+    "open_pays": "166.719 HBD"
+  },
+  {
+    "current_pays": "1.215 HIVE",
+    "date": "2016-08-11T10:46:39",
+    "open_pays": "2.308 HBD"
+  },
+  {
+    "current_pays": "36.732 HIVE",
+    "date": "2016-08-11T10:50:03",
+    "open_pays": "69.790 HBD"
+  },
+  {
+    "current_pays": "1.970 HBD",
+    "date": "2016-08-11T11:16:00",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "0.100 HIVE",
+    "date": "2016-08-11T11:16:42",
+    "open_pays": "0.181 HBD"
+  },
+  {
+    "current_pays": "0.400 HIVE",
+    "date": "2016-08-11T11:16:42",
+    "open_pays": "0.724 HBD"
+  },
+  {
+    "current_pays": "1.088 HIVE",
+    "date": "2016-08-11T11:26:00",
+    "open_pays": "1.970 HBD"
+  },
+  {
+    "current_pays": "4.883 HBD",
+    "date": "2016-08-11T11:26:09",
+    "open_pays": "2.696 HIVE"
+  },
+  {
+    "current_pays": "17.302 HBD",
+    "date": "2016-08-11T11:26:30",
+    "open_pays": "9.556 HIVE"
+  },
+  {
+    "current_pays": "2.454 HBD",
+    "date": "2016-08-11T11:28:57",
+    "open_pays": "1.246 HIVE"
+  },
+  {
+    "current_pays": "11.336 HBD",
+    "date": "2016-08-11T11:28:57",
+    "open_pays": "5.754 HIVE"
+  },
+  {
+    "current_pays": "7.000 HIVE",
+    "date": "2016-08-11T11:29:45",
+    "open_pays": "12.670 HBD"
+  },
+  {
+    "current_pays": "14.274 HBD",
+    "date": "2016-08-11T11:32:00",
+    "open_pays": "7.246 HIVE"
+  },
+  {
+    "current_pays": "24.921 HIVE",
+    "date": "2016-08-11T11:32:09",
+    "open_pays": "49.094 HBD"
+  },
+  {
+    "current_pays": "35.903 HBD",
+    "date": "2016-08-11T11:32:39",
+    "open_pays": "18.261 HIVE"
+  },
+  {
+    "current_pays": "10.272 HIVE",
+    "date": "2016-08-11T11:34:30",
+    "open_pays": "20.133 HBD"
+  },
+  {
+    "current_pays": "0.002 HBD",
+    "date": "2016-08-11T11:34:48",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "0.194 HBD",
+    "date": "2016-08-11T11:36:18",
+    "open_pays": "0.099 HIVE"
+  },
+  {
+    "current_pays": "3.843 HIVE",
+    "date": "2016-08-11T11:36:30",
+    "open_pays": "7.532 HBD"
+  },
+  {
+    "current_pays": "6.828 HIVE",
+    "date": "2016-08-11T11:36:57",
+    "open_pays": "13.383 HBD"
+  },
+  {
+    "current_pays": "9.498 HBD",
+    "date": "2016-08-11T11:56:24",
+    "open_pays": "5.079 HIVE"
+  },
+  {
+    "current_pays": "92.000 HBD",
+    "date": "2016-08-11T11:56:57",
+    "open_pays": "50.000 HIVE"
+  },
+  {
+    "current_pays": "0.041 HBD",
+    "date": "2016-08-11T11:59:15",
+    "open_pays": "0.021 HIVE"
+  },
+  {
+    "current_pays": "4.675 HBD",
+    "date": "2016-08-11T11:59:48",
+    "open_pays": "2.500 HIVE"
+  },
+  {
+    "current_pays": "1.088 HIVE",
+    "date": "2016-08-11T12:03:33",
+    "open_pays": "2.034 HBD"
+  },
+  {
+    "current_pays": "47.246 HIVE",
+    "date": "2016-08-11T12:04:03",
+    "open_pays": "88.349 HBD"
+  },
+  {
+    "current_pays": "147.234 HIVE",
+    "date": "2016-08-11T12:06:15",
+    "open_pays": "275.329 HBD"
+  },
+  {
+    "current_pays": "126.476 HBD",
+    "date": "2016-08-11T12:07:15",
+    "open_pays": "67.634 HIVE"
+  },
+  {
+    "current_pays": "121.231 HBD",
+    "date": "2016-08-11T12:13:57",
+    "open_pays": "64.829 HIVE"
+  },
+  {
+    "current_pays": "2.479 HIVE",
+    "date": "2016-08-11T12:14:06",
+    "open_pays": "4.488 HBD"
+  },
+  {
+    "current_pays": "2.763 HBD",
+    "date": "2016-08-11T12:14:21",
+    "open_pays": "1.526 HIVE"
+  },
+  {
+    "current_pays": "115.194 HBD",
+    "date": "2016-08-11T12:14:42",
+    "open_pays": "63.628 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T12:15:00",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "37.966 HBD",
+    "date": "2016-08-11T12:15:00",
+    "open_pays": "20.303 HIVE"
+  },
+  {
+    "current_pays": "9.558 HBD",
+    "date": "2016-08-11T12:15:24",
+    "open_pays": "5.111 HIVE"
+  },
+  {
+    "current_pays": "69.730 HBD",
+    "date": "2016-08-11T12:18:57",
+    "open_pays": "37.289 HIVE"
+  },
+  {
+    "current_pays": "260.705 HBD",
+    "date": "2016-08-11T12:18:57",
+    "open_pays": "137.939 HIVE"
+  },
+  {
+    "current_pays": "8.673 HBD",
+    "date": "2016-08-11T12:36:27",
+    "open_pays": "4.637 HIVE"
+  },
+  {
+    "current_pays": "1.622 HIVE",
+    "date": "2016-08-11T12:43:45",
+    "open_pays": "3.000 HBD"
+  },
+  {
+    "current_pays": "8.333 HBD",
+    "date": "2016-08-11T12:46:33",
+    "open_pays": "4.531 HIVE"
+  },
+  {
+    "current_pays": "19.594 HBD",
+    "date": "2016-08-11T12:47:00",
+    "open_pays": "10.654 HIVE"
+  },
+  {
+    "current_pays": "64.028 HBD",
+    "date": "2016-08-11T12:47:30",
+    "open_pays": "34.814 HIVE"
+  },
+  {
+    "current_pays": "27.845 HBD",
+    "date": "2016-08-11T12:50:42",
+    "open_pays": "15.143 HIVE"
+  },
+  {
+    "current_pays": "182.072 HBD",
+    "date": "2016-08-11T12:51:15",
+    "open_pays": "99.016 HIVE"
+  },
+  {
+    "current_pays": "157.844 HBD",
+    "date": "2016-08-11T12:52:00",
+    "open_pays": "85.840 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T12:56:45",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T12:56:45",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "52.473 HBD",
+    "date": "2016-08-11T12:56:45",
+    "open_pays": "28.378 HIVE"
+  },
+  {
+    "current_pays": "0.002 HBD",
+    "date": "2016-08-11T12:56:45",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "36.997 HBD",
+    "date": "2016-08-11T12:57:03",
+    "open_pays": "19.998 HIVE"
+  },
+  {
+    "current_pays": "2.355 HBD",
+    "date": "2016-08-11T13:04:39",
+    "open_pays": "1.279 HIVE"
+  },
+  {
+    "current_pays": "2.826 HBD",
+    "date": "2016-08-11T13:05:00",
+    "open_pays": "1.535 HIVE"
+  },
+  {
+    "current_pays": "2.826 HBD",
+    "date": "2016-08-11T13:05:21",
+    "open_pays": "1.535 HIVE"
+  },
+  {
+    "current_pays": "1.736 HBD",
+    "date": "2016-08-11T13:06:27",
+    "open_pays": "0.944 HIVE"
+  },
+  {
+    "current_pays": "17.403 HBD",
+    "date": "2016-08-11T13:06:27",
+    "open_pays": "9.458 HIVE"
+  },
+  {
+    "current_pays": "2.826 HBD",
+    "date": "2016-08-11T13:06:48",
+    "open_pays": "1.535 HIVE"
+  },
+  {
+    "current_pays": "11.394 HBD",
+    "date": "2016-08-11T13:08:21",
+    "open_pays": "6.193 HIVE"
+  },
+  {
+    "current_pays": "40.329 HBD",
+    "date": "2016-08-11T13:14:06",
+    "open_pays": "21.918 HIVE"
+  },
+  {
+    "current_pays": "14.870 HBD",
+    "date": "2016-08-11T13:14:33",
+    "open_pays": "8.081 HIVE"
+  },
+  {
+    "current_pays": "0.067 HIVE",
+    "date": "2016-08-11T13:15:00",
+    "open_pays": "0.122 HBD"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T13:18:45",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T13:18:45",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "26.121 HBD",
+    "date": "2016-08-11T13:18:45",
+    "open_pays": "14.043 HIVE"
+  },
+  {
+    "current_pays": "8.716 HBD",
+    "date": "2016-08-11T13:20:27",
+    "open_pays": "4.686 HIVE"
+  },
+  {
+    "current_pays": "11.114 HBD",
+    "date": "2016-08-11T13:20:45",
+    "open_pays": "5.975 HIVE"
+  },
+  {
+    "current_pays": "2.438 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "4.440 HBD"
+  },
+  {
+    "current_pays": "1.730 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "3.150 HBD"
+  },
+  {
+    "current_pays": "0.200 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "0.362 HBD"
+  },
+  {
+    "current_pays": "0.676 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "1.220 HBD"
+  },
+  {
+    "current_pays": "50.000 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "90.200 HBD"
+  },
+  {
+    "current_pays": "4.857 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "8.762 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "292.874 HBD"
+  },
+  {
+    "current_pays": "25.000 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "45.075 HBD"
+  },
+  {
+    "current_pays": "15.000 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "27.030 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:22:33",
+    "open_pays": "292.711 HBD"
+  },
+  {
+    "current_pays": "12.493 HBD",
+    "date": "2016-08-11T13:22:42",
+    "open_pays": "6.932 HIVE"
+  },
+  {
+    "current_pays": "14.170 HBD",
+    "date": "2016-08-11T13:23:12",
+    "open_pays": "7.863 HIVE"
+  },
+  {
+    "current_pays": "8.231 HIVE",
+    "date": "2016-08-11T13:23:39",
+    "open_pays": "14.825 HBD"
+  },
+  {
+    "current_pays": "8.477 HBD",
+    "date": "2016-08-11T13:23:51",
+    "open_pays": "4.707 HIVE"
+  },
+  {
+    "current_pays": "91.526 HBD",
+    "date": "2016-08-11T13:23:51",
+    "open_pays": "50.791 HIVE"
+  },
+  {
+    "current_pays": "1.252 HIVE",
+    "date": "2016-08-11T13:25:27",
+    "open_pays": "2.259 HBD"
+  },
+  {
+    "current_pays": "18.079 HIVE",
+    "date": "2016-08-11T13:25:27",
+    "open_pays": "32.560 HBD"
+  },
+  {
+    "current_pays": "7.703 HBD",
+    "date": "2016-08-11T13:28:36",
+    "open_pays": "4.141 HIVE"
+  },
+  {
+    "current_pays": "39.347 HBD",
+    "date": "2016-08-11T13:29:09",
+    "open_pays": "21.155 HIVE"
+  },
+  {
+    "current_pays": "92.921 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "167.352 HBD"
+  },
+  {
+    "current_pays": "17.101 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "30.799 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "292.549 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "292.387 HBD"
+  },
+  {
+    "current_pays": "98.704 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "177.668 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "18.000 HBD"
+  },
+  {
+    "current_pays": "4.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "7.200 HBD"
+  },
+  {
+    "current_pays": "27.778 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "50.000 HBD"
+  },
+  {
+    "current_pays": "30.070 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "53.600 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "289.300 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.800 HBD"
+  },
+  {
+    "current_pays": "162.437 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "288.488 HBD"
+  },
+  {
+    "current_pays": "133.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "236.075 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.700 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.600 HBD"
+  },
+  {
+    "current_pays": "200.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "350.002 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.500 HBD"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "175.000 HBD"
+  },
+  {
+    "current_pays": "2.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "3.500 HBD"
+  },
+  {
+    "current_pays": "5.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "8.750 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.400 HBD"
+  },
+  {
+    "current_pays": "0.289 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "0.500 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.300 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.200 HBD"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "170.000 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "17.000 HBD"
+  },
+  {
+    "current_pays": "0.120 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "0.204 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "16.800 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "16.600 HBD"
+  },
+  {
+    "current_pays": "907.169 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "1496.893 HBD"
+  },
+  {
+    "current_pays": "304.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "501.603 HBD"
+  },
+  {
+    "current_pays": "212.121 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "350.000 HBD"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "165.000 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "16.400 HBD"
+  },
+  {
+    "current_pays": "576.961 HIVE",
+    "date": "2016-08-11T13:29:42",
+    "open_pays": "940.446 HBD"
+  },
+  {
+    "current_pays": "12.763 HBD",
+    "date": "2016-08-11T13:29:45",
+    "open_pays": "6.825 HIVE"
+  },
+  {
+    "current_pays": "358.103 HIVE",
+    "date": "2016-08-11T13:30:06",
+    "open_pays": "583.709 HBD"
+  },
+  {
+    "current_pays": "2.138 HBD",
+    "date": "2016-08-11T13:30:12",
+    "open_pays": "1.311 HIVE"
+  },
+  {
+    "current_pays": "25.621 HBD",
+    "date": "2016-08-11T13:30:27",
+    "open_pays": "15.718 HIVE"
+  },
+  {
+    "current_pays": "16.300 HBD",
+    "date": "2016-08-11T13:30:39",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "22.365 HBD",
+    "date": "2016-08-11T13:31:12",
+    "open_pays": "13.720 HIVE"
+  },
+  {
+    "current_pays": "28.687 HBD",
+    "date": "2016-08-11T13:31:33",
+    "open_pays": "17.599 HIVE"
+  },
+  {
+    "current_pays": "57.284 HBD",
+    "date": "2016-08-11T13:32:00",
+    "open_pays": "35.143 HIVE"
+  },
+  {
+    "current_pays": "22.401 HBD",
+    "date": "2016-08-11T13:32:18",
+    "open_pays": "13.742 HIVE"
+  },
+  {
+    "current_pays": "5.158 HBD",
+    "date": "2016-08-11T13:32:39",
+    "open_pays": "3.164 HIVE"
+  },
+  {
+    "current_pays": "22.237 HBD",
+    "date": "2016-08-11T13:32:57",
+    "open_pays": "13.642 HIVE"
+  },
+  {
+    "current_pays": "60.270 HBD",
+    "date": "2016-08-11T13:33:18",
+    "open_pays": "36.975 HIVE"
+  },
+  {
+    "current_pays": "15.534 HBD",
+    "date": "2016-08-11T13:33:45",
+    "open_pays": "9.530 HIVE"
+  },
+  {
+    "current_pays": "10.033 HBD",
+    "date": "2016-08-11T13:34:36",
+    "open_pays": "6.155 HIVE"
+  },
+  {
+    "current_pays": "4998.000 HBD",
+    "date": "2016-08-11T13:34:51",
+    "open_pays": "3066.258 HIVE"
+  },
+  {
+    "current_pays": "45.507 HBD",
+    "date": "2016-08-11T13:35:39",
+    "open_pays": "27.918 HIVE"
+  },
+  {
+    "current_pays": "81.701 HBD",
+    "date": "2016-08-11T13:36:21",
+    "open_pays": "50.123 HIVE"
+  },
+  {
+    "current_pays": "3.066 HBD",
+    "date": "2016-08-11T13:36:48",
+    "open_pays": "1.881 HIVE"
+  },
+  {
+    "current_pays": "2.806 HBD",
+    "date": "2016-08-11T13:37:15",
+    "open_pays": "1.500 HIVE"
+  },
+  {
+    "current_pays": "1.387 HBD",
+    "date": "2016-08-11T13:39:00",
+    "open_pays": "0.749 HIVE"
+  },
+  {
+    "current_pays": "32.352 HBD",
+    "date": "2016-08-11T13:39:27",
+    "open_pays": "17.487 HIVE"
+  },
+  {
+    "current_pays": "87.518 HBD",
+    "date": "2016-08-11T13:39:48",
+    "open_pays": "47.307 HIVE"
+  },
+  {
+    "current_pays": "1.322 HBD",
+    "date": "2016-08-11T13:40:27",
+    "open_pays": "0.715 HIVE"
+  },
+  {
+    "current_pays": "0.372 HBD",
+    "date": "2016-08-11T13:42:51",
+    "open_pays": "0.200 HIVE"
+  },
+  {
+    "current_pays": "1.027 HBD",
+    "date": "2016-08-11T13:42:51",
+    "open_pays": "0.549 HIVE"
+  },
+  {
+    "current_pays": "1.910 HBD",
+    "date": "2016-08-11T13:43:09",
+    "open_pays": "1.021 HIVE"
+  },
+  {
+    "current_pays": "0.196 HBD",
+    "date": "2016-08-11T13:43:27",
+    "open_pays": "0.105 HIVE"
+  },
+  {
+    "current_pays": "2.602 HBD",
+    "date": "2016-08-11T13:43:27",
+    "open_pays": "1.391 HIVE"
+  },
+  {
+    "current_pays": "92.599 HBD",
+    "date": "2016-08-11T13:43:48",
+    "open_pays": "49.519 HIVE"
+  },
+  {
+    "current_pays": "117.048 HBD",
+    "date": "2016-08-11T13:44:06",
+    "open_pays": "62.592 HIVE"
+  },
+  {
+    "current_pays": "5.511 HBD",
+    "date": "2016-08-11T13:44:33",
+    "open_pays": "2.947 HIVE"
+  },
+  {
+    "current_pays": "2.309 HBD",
+    "date": "2016-08-11T14:00:54",
+    "open_pays": "1.234 HIVE"
+  },
+  {
+    "current_pays": "7.986 HBD",
+    "date": "2016-08-11T14:28:24",
+    "open_pays": "4.271 HIVE"
+  },
+  {
+    "current_pays": "0.080 HBD",
+    "date": "2016-08-11T14:29:15",
+    "open_pays": "0.042 HIVE"
+  },
+  {
+    "current_pays": "1.150 HBD",
+    "date": "2016-08-11T14:30:39",
+    "open_pays": "0.614 HIVE"
+  },
+  {
+    "current_pays": "0.019 HBD",
+    "date": "2016-08-11T14:44:27",
+    "open_pays": "0.010 HIVE"
+  },
+  {
+    "current_pays": "0.019 HBD",
+    "date": "2016-08-11T14:44:42",
+    "open_pays": "0.010 HIVE"
+  },
+  {
+    "current_pays": "0.019 HBD",
+    "date": "2016-08-11T14:44:48",
+    "open_pays": "0.010 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:46:42",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "0.838 HBD",
+    "date": "2016-08-11T14:47:39",
+    "open_pays": "0.448 HIVE"
+  },
+  {
+    "current_pays": "1.870 HIVE",
+    "date": "2016-08-11T14:48:00",
+    "open_pays": "3.496 HBD"
+  },
+  {
+    "current_pays": "18.700 HBD",
+    "date": "2016-08-11T14:53:18",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:55:03",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:55:48",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:56:36",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:57:27",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "3.459 HBD",
+    "date": "2016-08-11T14:57:30",
+    "open_pays": "1.849 HIVE"
+  },
+  {
+    "current_pays": "1.870 HBD",
+    "date": "2016-08-11T14:57:42",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "20.272 HBD",
+    "date": "2016-08-11T14:57:48",
+    "open_pays": "10.841 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:57:57",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "54.044 HBD",
+    "date": "2016-08-11T14:58:09",
+    "open_pays": "28.777 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:58:18",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:58:39",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:59:00",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:59:12",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T14:59:51",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T15:00:09",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T15:00:30",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T15:00:42",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T15:01:15",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "0.811 HIVE",
+    "date": "2016-08-11T15:02:54",
+    "open_pays": "1.518 HBD"
+  },
+  {
+    "current_pays": "5.348 HIVE",
+    "date": "2016-08-11T15:02:54",
+    "open_pays": "10.000 HBD"
+  },
+  {
+    "current_pays": "1.878 HBD",
+    "date": "2016-08-11T15:04:39",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "1.878 HIVE",
+    "date": "2016-08-11T15:06:21",
+    "open_pays": "3.324 HBD"
+  },
+  {
+    "current_pays": "1.000 HBD",
+    "date": "2016-08-11T15:07:12",
+    "open_pays": "0.532 HIVE"
+  },
+  {
+    "current_pays": "5.325 HIVE",
+    "date": "2016-08-11T15:07:54",
+    "open_pays": "10.000 HBD"
+  },
+  {
+    "current_pays": "22.383 HBD",
+    "date": "2016-08-11T15:08:09",
+    "open_pays": "11.919 HIVE"
+  },
+  {
+    "current_pays": "1.610 HIVE",
+    "date": "2016-08-11T15:08:18",
+    "open_pays": "3.023 HBD"
+  },
+  {
+    "current_pays": "12.524 HIVE",
+    "date": "2016-08-11T15:08:33",
+    "open_pays": "23.520 HBD"
+  },
+  {
+    "current_pays": "27.195 HIVE",
+    "date": "2016-08-11T15:08:45",
+    "open_pays": "51.074 HBD"
+  },
+  {
+    "current_pays": "23.519 HBD",
+    "date": "2016-08-11T15:10:30",
+    "open_pays": "12.524 HIVE"
+  },
+  {
+    "current_pays": "0.107 HBD",
+    "date": "2016-08-11T15:10:57",
+    "open_pays": "0.057 HIVE"
+  },
+  {
+    "current_pays": "3.818 HIVE",
+    "date": "2016-08-11T15:11:15",
+    "open_pays": "7.216 HBD"
+  },
+  {
+    "current_pays": "76.599 HIVE",
+    "date": "2016-08-11T15:12:15",
+    "open_pays": "144.771 HBD"
+  },
+  {
+    "current_pays": "448.627 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "847.906 HBD"
+  },
+  {
+    "current_pays": "19.575 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "36.803 HBD"
+  },
+  {
+    "current_pays": "5.816 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "10.295 HBD"
+  },
+  {
+    "current_pays": "58.312 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "99.740 HBD"
+  },
+  {
+    "current_pays": "374.569 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "640.515 HBD"
+  },
+  {
+    "current_pays": "860.000 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "1470.600 HBD"
+  },
+  {
+    "current_pays": "434.457 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "703.821 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T15:17:00",
+    "open_pays": "16.200 HBD"
+  },
+  {
+    "current_pays": "165.299 HBD",
+    "date": "2016-08-11T15:17:15",
+    "open_pays": "102.036 HIVE"
+  },
+  {
+    "current_pays": "4.869 HBD",
+    "date": "2016-08-11T15:17:42",
+    "open_pays": "3.005 HIVE"
+  },
+  {
+    "current_pays": "504.569 HBD",
+    "date": "2016-08-11T15:17:57",
+    "open_pays": "311.462 HIVE"
+  },
+  {
+    "current_pays": "5.286 HBD",
+    "date": "2016-08-11T15:18:03",
+    "open_pays": "3.262 HIVE"
+  },
+  {
+    "current_pays": "4.828 HBD",
+    "date": "2016-08-11T15:18:27",
+    "open_pays": "2.982 HIVE"
+  },
+  {
+    "current_pays": "317.363 HBD",
+    "date": "2016-08-11T15:18:45",
+    "open_pays": "196.023 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T15:19:03",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "558.590 HBD",
+    "date": "2016-08-11T15:19:03",
+    "open_pays": "344.808 HIVE"
+  },
+  {
+    "current_pays": "4.454 HBD",
+    "date": "2016-08-11T15:19:45",
+    "open_pays": "2.749 HIVE"
+  },
+  {
+    "current_pays": "5.115 HBD",
+    "date": "2016-08-11T15:20:00",
+    "open_pays": "3.157 HIVE"
+  },
+  {
+    "current_pays": "152.185 HBD",
+    "date": "2016-08-11T15:20:18",
+    "open_pays": "93.941 HIVE"
+  },
+  {
+    "current_pays": "6.281 HBD",
+    "date": "2016-08-11T15:20:39",
+    "open_pays": "3.877 HIVE"
+  },
+  {
+    "current_pays": "1.465 HBD",
+    "date": "2016-08-11T15:20:57",
+    "open_pays": "0.904 HIVE"
+  },
+  {
+    "current_pays": "2673.020 HBD",
+    "date": "2016-08-11T15:21:09",
+    "open_pays": "1650.012 HIVE"
+  },
+  {
+    "current_pays": "152.185 HBD",
+    "date": "2016-08-11T15:21:18",
+    "open_pays": "93.941 HIVE"
+  },
+  {
+    "current_pays": "55.107 HBD",
+    "date": "2016-08-11T15:21:42",
+    "open_pays": "34.016 HIVE"
+  },
+  {
+    "current_pays": "4.824 HBD",
+    "date": "2016-08-11T15:22:00",
+    "open_pays": "2.977 HIVE"
+  },
+  {
+    "current_pays": "36.588 HBD",
+    "date": "2016-08-11T15:22:18",
+    "open_pays": "22.585 HIVE"
+  },
+  {
+    "current_pays": "2846.026 HBD",
+    "date": "2016-08-11T15:22:45",
+    "open_pays": "1756.806 HIVE"
+  },
+  {
+    "current_pays": "57.712 HBD",
+    "date": "2016-08-11T15:23:06",
+    "open_pays": "35.624 HIVE"
+  },
+  {
+    "current_pays": "89.798 HBD",
+    "date": "2016-08-11T15:23:42",
+    "open_pays": "55.430 HIVE"
+  },
+  {
+    "current_pays": "57.012 HBD",
+    "date": "2016-08-11T15:24:42",
+    "open_pays": "35.192 HIVE"
+  },
+  {
+    "current_pays": "11.989 HBD",
+    "date": "2016-08-11T15:25:09",
+    "open_pays": "7.401 HIVE"
+  },
+  {
+    "current_pays": "52.305 HBD",
+    "date": "2016-08-11T15:25:09",
+    "open_pays": "32.287 HIVE"
+  },
+  {
+    "current_pays": "93.085 HBD",
+    "date": "2016-08-11T15:25:24",
+    "open_pays": "57.459 HIVE"
+  },
+  {
+    "current_pays": "6.304 HBD",
+    "date": "2016-08-11T15:25:39",
+    "open_pays": "3.891 HIVE"
+  },
+  {
+    "current_pays": "64.294 HBD",
+    "date": "2016-08-11T15:26:06",
+    "open_pays": "39.687 HIVE"
+  },
+  {
+    "current_pays": "54.289 HBD",
+    "date": "2016-08-11T15:26:51",
+    "open_pays": "33.511 HIVE"
+  },
+  {
+    "current_pays": "31.223 HBD",
+    "date": "2016-08-11T15:27:09",
+    "open_pays": "19.273 HIVE"
+  },
+  {
+    "current_pays": "1.204 HBD",
+    "date": "2016-08-11T15:27:42",
+    "open_pays": "0.743 HIVE"
+  },
+  {
+    "current_pays": "15.636 HBD",
+    "date": "2016-08-11T15:28:15",
+    "open_pays": "9.651 HIVE"
+  },
+  {
+    "current_pays": "64.800 HBD",
+    "date": "2016-08-11T15:28:42",
+    "open_pays": "40.000 HIVE"
+  },
+  {
+    "current_pays": "64.852 HBD",
+    "date": "2016-08-11T15:28:51",
+    "open_pays": "40.032 HIVE"
+  },
+  {
+    "current_pays": "9.161 HBD",
+    "date": "2016-08-11T15:29:51",
+    "open_pays": "5.654 HIVE"
+  },
+  {
+    "current_pays": "648.000 HBD",
+    "date": "2016-08-11T15:30:27",
+    "open_pays": "400.000 HIVE"
+  },
+  {
+    "current_pays": "13.793 HBD",
+    "date": "2016-08-11T15:30:30",
+    "open_pays": "8.514 HIVE"
+  },
+  {
+    "current_pays": "7.637 HBD",
+    "date": "2016-08-11T15:31:06",
+    "open_pays": "4.714 HIVE"
+  },
+  {
+    "current_pays": "3.111 HBD",
+    "date": "2016-08-11T15:32:06",
+    "open_pays": "1.920 HIVE"
+  },
+  {
+    "current_pays": "3.584 HBD",
+    "date": "2016-08-11T15:32:48",
+    "open_pays": "2.212 HIVE"
+  },
+  {
+    "current_pays": "1323.339 HBD",
+    "date": "2016-08-11T15:33:12",
+    "open_pays": "816.875 HIVE"
+  },
+  {
+    "current_pays": "3.215 HBD",
+    "date": "2016-08-11T15:33:30",
+    "open_pays": "1.984 HIVE"
+  },
+  {
+    "current_pays": "594.660 HBD",
+    "date": "2016-08-11T15:33:33",
+    "open_pays": "367.074 HIVE"
+  },
+  {
+    "current_pays": "1.071 HBD",
+    "date": "2016-08-11T15:34:12",
+    "open_pays": "0.661 HIVE"
+  },
+  {
+    "current_pays": "1.074 HBD",
+    "date": "2016-08-11T15:34:45",
+    "open_pays": "0.662 HIVE"
+  },
+  {
+    "current_pays": "7.818 HBD",
+    "date": "2016-08-11T15:35:36",
+    "open_pays": "4.825 HIVE"
+  },
+  {
+    "current_pays": "7.464 HBD",
+    "date": "2016-08-11T15:35:54",
+    "open_pays": "4.607 HIVE"
+  },
+  {
+    "current_pays": "2.459 HBD",
+    "date": "2016-08-11T15:36:09",
+    "open_pays": "1.517 HIVE"
+  },
+  {
+    "current_pays": "16.587 HBD",
+    "date": "2016-08-11T15:36:27",
+    "open_pays": "10.238 HIVE"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-11T15:36:30",
+    "open_pays": "160.000 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T15:36:30",
+    "open_pays": "16.000 HBD"
+  },
+  {
+    "current_pays": "12.608 HBD",
+    "date": "2016-08-11T15:36:48",
+    "open_pays": "7.880 HIVE"
+  },
+  {
+    "current_pays": "12.991 HBD",
+    "date": "2016-08-11T15:37:06",
+    "open_pays": "8.119 HIVE"
+  },
+  {
+    "current_pays": "12.608 HBD",
+    "date": "2016-08-11T15:37:24",
+    "open_pays": "7.880 HIVE"
+  },
+  {
+    "current_pays": "89.000 HBD",
+    "date": "2016-08-11T15:37:42",
+    "open_pays": "55.625 HIVE"
+  },
+  {
+    "current_pays": "3.383 HBD",
+    "date": "2016-08-11T15:37:45",
+    "open_pays": "2.114 HIVE"
+  },
+  {
+    "current_pays": "3.239 HBD",
+    "date": "2016-08-11T15:38:06",
+    "open_pays": "2.024 HIVE"
+  },
+  {
+    "current_pays": "12.877 HBD",
+    "date": "2016-08-11T15:38:51",
+    "open_pays": "8.048 HIVE"
+  },
+  {
+    "current_pays": "33.314 HBD",
+    "date": "2016-08-11T15:39:27",
+    "open_pays": "20.821 HIVE"
+  },
+  {
+    "current_pays": "3.246 HBD",
+    "date": "2016-08-11T15:40:06",
+    "open_pays": "2.028 HIVE"
+  },
+  {
+    "current_pays": "3.246 HBD",
+    "date": "2016-08-11T15:40:42",
+    "open_pays": "2.028 HIVE"
+  },
+  {
+    "current_pays": "19.507 HBD",
+    "date": "2016-08-11T15:41:06",
+    "open_pays": "12.192 HIVE"
+  },
+  {
+    "current_pays": "9.680 HBD",
+    "date": "2016-08-11T15:41:21",
+    "open_pays": "5.975 HIVE"
+  },
+  {
+    "current_pays": "0.015 HBD",
+    "date": "2016-08-11T15:41:30",
+    "open_pays": "0.009 HIVE"
+  },
+  {
+    "current_pays": "100.563 HBD",
+    "date": "2016-08-11T15:41:39",
+    "open_pays": "62.075 HIVE"
+  },
+  {
+    "current_pays": "163.904 HBD",
+    "date": "2016-08-11T15:41:57",
+    "open_pays": "101.175 HIVE"
+  },
+  {
+    "current_pays": "401.210 HBD",
+    "date": "2016-08-11T15:42:03",
+    "open_pays": "247.660 HIVE"
+  },
+  {
+    "current_pays": "3.291 HBD",
+    "date": "2016-08-11T15:42:12",
+    "open_pays": "2.031 HIVE"
+  },
+  {
+    "current_pays": "44.202 HBD",
+    "date": "2016-08-11T15:42:30",
+    "open_pays": "27.285 HIVE"
+  },
+  {
+    "current_pays": "225.441 HBD",
+    "date": "2016-08-11T15:42:51",
+    "open_pays": "139.161 HIVE"
+  },
+  {
+    "current_pays": "280.959 HBD",
+    "date": "2016-08-11T15:43:18",
+    "open_pays": "173.431 HIVE"
+  },
+  {
+    "current_pays": "32.480 HBD",
+    "date": "2016-08-11T15:43:33",
+    "open_pays": "20.049 HIVE"
+  },
+  {
+    "current_pays": "3.304 HBD",
+    "date": "2016-08-11T15:43:51",
+    "open_pays": "2.039 HIVE"
+  },
+  {
+    "current_pays": "5.400 HBD",
+    "date": "2016-08-11T15:44:33",
+    "open_pays": "3.333 HIVE"
+  },
+  {
+    "current_pays": "34.207 HBD",
+    "date": "2016-08-11T15:44:36",
+    "open_pays": "21.115 HIVE"
+  },
+  {
+    "current_pays": "23.618 HBD",
+    "date": "2016-08-11T15:44:57",
+    "open_pays": "14.579 HIVE"
+  },
+  {
+    "current_pays": "11.809 HBD",
+    "date": "2016-08-11T15:45:21",
+    "open_pays": "7.289 HIVE"
+  },
+  {
+    "current_pays": "2.952 HBD",
+    "date": "2016-08-11T15:46:15",
+    "open_pays": "1.822 HIVE"
+  },
+  {
+    "current_pays": "94.000 HBD",
+    "date": "2016-08-11T15:46:33",
+    "open_pays": "58.024 HIVE"
+  },
+  {
+    "current_pays": "1.476 HBD",
+    "date": "2016-08-11T15:46:39",
+    "open_pays": "0.911 HIVE"
+  },
+  {
+    "current_pays": "1.473 HBD",
+    "date": "2016-08-11T15:46:57",
+    "open_pays": "0.909 HIVE"
+  },
+  {
+    "current_pays": "14.417 HBD",
+    "date": "2016-08-11T15:47:39",
+    "open_pays": "8.899 HIVE"
+  },
+  {
+    "current_pays": "26.300 HBD",
+    "date": "2016-08-11T15:48:00",
+    "open_pays": "16.234 HIVE"
+  },
+  {
+    "current_pays": "518.464 HBD",
+    "date": "2016-08-11T15:48:12",
+    "open_pays": "320.039 HIVE"
+  },
+  {
+    "current_pays": "61.918 HBD",
+    "date": "2016-08-11T15:48:30",
+    "open_pays": "38.220 HIVE"
+  },
+  {
+    "current_pays": "3436.731 HBD",
+    "date": "2016-08-11T15:48:39",
+    "open_pays": "2121.438 HIVE"
+  },
+  {
+    "current_pays": "10.249 HBD",
+    "date": "2016-08-11T15:48:45",
+    "open_pays": "6.326 HIVE"
+  },
+  {
+    "current_pays": "15.996 HBD",
+    "date": "2016-08-11T15:49:06",
+    "open_pays": "9.874 HIVE"
+  },
+  {
+    "current_pays": "15.996 HBD",
+    "date": "2016-08-11T15:49:21",
+    "open_pays": "9.874 HIVE"
+  },
+  {
+    "current_pays": "6.098 HBD",
+    "date": "2016-08-11T15:49:42",
+    "open_pays": "3.764 HIVE"
+  },
+  {
+    "current_pays": "6.446 HBD",
+    "date": "2016-08-11T15:50:36",
+    "open_pays": "3.979 HIVE"
+  },
+  {
+    "current_pays": "100.000 HBD",
+    "date": "2016-08-11T15:50:48",
+    "open_pays": "61.728 HIVE"
+  },
+  {
+    "current_pays": "2.383 HBD",
+    "date": "2016-08-11T15:50:51",
+    "open_pays": "1.470 HIVE"
+  },
+  {
+    "current_pays": "64.800 HBD",
+    "date": "2016-08-11T15:52:00",
+    "open_pays": "40.000 HIVE"
+  },
+  {
+    "current_pays": "49.790 HBD",
+    "date": "2016-08-11T15:54:36",
+    "open_pays": "30.734 HIVE"
+  },
+  {
+    "current_pays": "2.579 HBD",
+    "date": "2016-08-11T15:55:30",
+    "open_pays": "1.591 HIVE"
+  },
+  {
+    "current_pays": "3.044 HBD",
+    "date": "2016-08-11T15:55:42",
+    "open_pays": "1.879 HIVE"
+  },
+  {
+    "current_pays": "2.171 HBD",
+    "date": "2016-08-11T15:56:00",
+    "open_pays": "1.340 HIVE"
+  },
+  {
+    "current_pays": "7.552 HBD",
+    "date": "2016-08-11T16:00:39",
+    "open_pays": "4.661 HIVE"
+  },
+  {
+    "current_pays": "4.919 HBD",
+    "date": "2016-08-11T16:00:57",
+    "open_pays": "3.036 HIVE"
+  },
+  {
+    "current_pays": "3.872 HBD",
+    "date": "2016-08-11T16:01:15",
+    "open_pays": "2.390 HIVE"
+  },
+  {
+    "current_pays": "12.333 HBD",
+    "date": "2016-08-11T16:01:30",
+    "open_pays": "7.612 HIVE"
+  },
+  {
+    "current_pays": "2.259 HBD",
+    "date": "2016-08-11T16:01:51",
+    "open_pays": "1.394 HIVE"
+  },
+  {
+    "current_pays": "51.935 HBD",
+    "date": "2016-08-11T16:02:09",
+    "open_pays": "32.058 HIVE"
+  },
+  {
+    "current_pays": "598.490 HBD",
+    "date": "2016-08-11T16:04:24",
+    "open_pays": "369.438 HIVE"
+  },
+  {
+    "current_pays": "86.490 HBD",
+    "date": "2016-08-11T16:06:39",
+    "open_pays": "53.388 HIVE"
+  },
+  {
+    "current_pays": "6.900 HBD",
+    "date": "2016-08-11T16:10:33",
+    "open_pays": "4.259 HIVE"
+  },
+  {
+    "current_pays": "1006.474 HBD",
+    "date": "2016-08-11T16:11:48",
+    "open_pays": "621.280 HIVE"
+  },
+  {
+    "current_pays": "12.831 HBD",
+    "date": "2016-08-11T16:12:18",
+    "open_pays": "7.920 HIVE"
+  },
+  {
+    "current_pays": "37.174 HBD",
+    "date": "2016-08-11T16:12:51",
+    "open_pays": "22.946 HIVE"
+  },
+  {
+    "current_pays": "23.490 HBD",
+    "date": "2016-08-11T16:13:18",
+    "open_pays": "14.500 HIVE"
+  },
+  {
+    "current_pays": "32.186 HBD",
+    "date": "2016-08-11T16:13:39",
+    "open_pays": "19.867 HIVE"
+  },
+  {
+    "current_pays": "19.844 HBD",
+    "date": "2016-08-11T16:14:42",
+    "open_pays": "12.249 HIVE"
+  },
+  {
+    "current_pays": "6.505 HBD",
+    "date": "2016-08-11T16:15:33",
+    "open_pays": "4.015 HIVE"
+  },
+  {
+    "current_pays": "100.000 HBD",
+    "date": "2016-08-11T16:18:39",
+    "open_pays": "61.728 HIVE"
+  },
+  {
+    "current_pays": "1070.030 HBD",
+    "date": "2016-08-11T16:19:06",
+    "open_pays": "660.512 HIVE"
+  },
+  {
+    "current_pays": "124.680 HBD",
+    "date": "2016-08-11T16:19:36",
+    "open_pays": "76.962 HIVE"
+  },
+  {
+    "current_pays": "1.230 HBD",
+    "date": "2016-08-11T16:21:42",
+    "open_pays": "0.759 HIVE"
+  },
+  {
+    "current_pays": "47.719 HBD",
+    "date": "2016-08-11T16:22:12",
+    "open_pays": "29.456 HIVE"
+  },
+  {
+    "current_pays": "81.000 HBD",
+    "date": "2016-08-11T16:22:12",
+    "open_pays": "50.000 HIVE"
+  },
+  {
+    "current_pays": "16.410 HBD",
+    "date": "2016-08-11T16:22:39",
+    "open_pays": "10.129 HIVE"
+  },
+  {
+    "current_pays": "101.088 HBD",
+    "date": "2016-08-11T16:22:54",
+    "open_pays": "62.400 HIVE"
+  },
+  {
+    "current_pays": "19.906 HBD",
+    "date": "2016-08-11T16:23:12",
+    "open_pays": "12.287 HIVE"
+  },
+  {
+    "current_pays": "61.131 HBD",
+    "date": "2016-08-11T16:23:27",
+    "open_pays": "37.735 HIVE"
+  },
+  {
+    "current_pays": "5.438 HBD",
+    "date": "2016-08-11T16:23:45",
+    "open_pays": "3.356 HIVE"
+  },
+  {
+    "current_pays": "48.600 HBD",
+    "date": "2016-08-11T16:24:03",
+    "open_pays": "30.000 HIVE"
+  },
+  {
+    "current_pays": "20.088 HBD",
+    "date": "2016-08-11T16:24:21",
+    "open_pays": "12.400 HIVE"
+  },
+  {
+    "current_pays": "124.740 HBD",
+    "date": "2016-08-11T16:24:48",
+    "open_pays": "77.000 HIVE"
+  },
+  {
+    "current_pays": "9.047 HBD",
+    "date": "2016-08-11T16:24:54",
+    "open_pays": "5.584 HIVE"
+  },
+  {
+    "current_pays": "21.797 HBD",
+    "date": "2016-08-11T16:25:27",
+    "open_pays": "13.454 HIVE"
+  },
+  {
+    "current_pays": "59.627 HBD",
+    "date": "2016-08-11T16:26:39",
+    "open_pays": "36.806 HIVE"
+  },
+  {
+    "current_pays": "9.543 HBD",
+    "date": "2016-08-11T16:27:42",
+    "open_pays": "5.890 HIVE"
+  },
+  {
+    "current_pays": "10.270 HBD",
+    "date": "2016-08-11T16:28:00",
+    "open_pays": "6.339 HIVE"
+  },
+  {
+    "current_pays": "55.981 HBD",
+    "date": "2016-08-11T16:28:15",
+    "open_pays": "34.556 HIVE"
+  },
+  {
+    "current_pays": "99.000 HBD",
+    "date": "2016-08-11T16:28:33",
+    "open_pays": "61.111 HIVE"
+  },
+  {
+    "current_pays": "86.644 HBD",
+    "date": "2016-08-11T16:28:39",
+    "open_pays": "53.483 HIVE"
+  },
+  {
+    "current_pays": "98.148 HBD",
+    "date": "2016-08-11T16:28:54",
+    "open_pays": "60.585 HIVE"
+  },
+  {
+    "current_pays": "108.161 HBD",
+    "date": "2016-08-11T16:29:09",
+    "open_pays": "66.766 HIVE"
+  },
+  {
+    "current_pays": "15.158 HBD",
+    "date": "2016-08-11T16:29:21",
+    "open_pays": "9.356 HIVE"
+  },
+  {
+    "current_pays": "3.886 HBD",
+    "date": "2016-08-11T16:29:36",
+    "open_pays": "2.398 HIVE"
+  },
+  {
+    "current_pays": "37.607 HBD",
+    "date": "2016-08-11T16:29:48",
+    "open_pays": "23.214 HIVE"
+  },
+  {
+    "current_pays": "98.820 HBD",
+    "date": "2016-08-11T16:29:51",
+    "open_pays": "61.000 HIVE"
+  },
+  {
+    "current_pays": "4.196 HBD",
+    "date": "2016-08-11T16:30:03",
+    "open_pays": "2.590 HIVE"
+  },
+  {
+    "current_pays": "15.158 HBD",
+    "date": "2016-08-11T16:30:21",
+    "open_pays": "9.356 HIVE"
+  },
+  {
+    "current_pays": "0.416 HBD",
+    "date": "2016-08-11T16:34:03",
+    "open_pays": "0.256 HIVE"
+  },
+  {
+    "current_pays": "0.205 HBD",
+    "date": "2016-08-11T16:36:54",
+    "open_pays": "0.127 HIVE"
+  },
+  {
+    "current_pays": "0.025 HBD",
+    "date": "2016-08-11T16:42:27",
+    "open_pays": "0.013 HIVE"
+  },
+  {
+    "current_pays": "0.673 HBD",
+    "date": "2016-08-11T16:43:27",
+    "open_pays": "0.356 HIVE"
+  },
+  {
+    "current_pays": "2.282 HIVE",
+    "date": "2016-08-11T16:44:33",
+    "open_pays": "4.116 HBD"
+  },
+  {
+    "current_pays": "10.001 HBD",
+    "date": "2016-08-11T17:32:57",
+    "open_pays": "5.406 HIVE"
+  },
+  {
+    "current_pays": "60.037 HBD",
+    "date": "2016-08-11T17:45:36",
+    "open_pays": "32.473 HIVE"
+  },
+  {
+    "current_pays": "6.020 HBD",
+    "date": "2016-08-11T18:03:15",
+    "open_pays": "3.269 HIVE"
+  },
+  {
+    "current_pays": "5.747 HIVE",
+    "date": "2016-08-11T18:07:51",
+    "open_pays": "10.001 HBD"
+  },
+  {
+    "current_pays": "0.026 HBD",
+    "date": "2016-08-11T18:09:45",
+    "open_pays": "0.014 HIVE"
+  },
+  {
+    "current_pays": "2.384 HBD",
+    "date": "2016-08-11T18:13:18",
+    "open_pays": "1.369 HIVE"
+  },
+  {
+    "current_pays": "4.994 HBD",
+    "date": "2016-08-11T18:24:12",
+    "open_pays": "2.870 HIVE"
+  },
+  {
+    "current_pays": "0.002 HBD",
+    "date": "2016-08-11T18:25:00",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "45.584 HIVE",
+    "date": "2016-08-11T18:25:09",
+    "open_pays": "79.771 HBD"
+  },
+  {
+    "current_pays": "1.750 HBD",
+    "date": "2016-08-11T18:30:27",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "38.531 HIVE",
+    "date": "2016-08-11T18:34:18",
+    "open_pays": "67.429 HBD"
+  },
+  {
+    "current_pays": "27.317 HIVE",
+    "date": "2016-08-11T18:35:12",
+    "open_pays": "47.806 HBD"
+  },
+  {
+    "current_pays": "30.154 HIVE",
+    "date": "2016-08-11T18:35:12",
+    "open_pays": "52.468 HBD"
+  },
+  {
+    "current_pays": "0.049 HBD",
+    "date": "2016-08-11T18:56:12",
+    "open_pays": "0.028 HIVE"
+  },
+  {
+    "current_pays": "5.475 HBD",
+    "date": "2016-08-11T18:57:03",
+    "open_pays": "3.129 HIVE"
+  },
+  {
+    "current_pays": "8.920 HBD",
+    "date": "2016-08-11T18:57:03",
+    "open_pays": "5.097 HIVE"
+  },
+  {
+    "current_pays": "0.011 HBD",
+    "date": "2016-08-11T18:58:57",
+    "open_pays": "0.006 HIVE"
+  },
+  {
+    "current_pays": "43.838 HBD",
+    "date": "2016-08-11T19:15:21",
+    "open_pays": "25.051 HIVE"
+  },
+  {
+    "current_pays": "568.662 HBD",
+    "date": "2016-08-11T19:15:21",
+    "open_pays": "324.949 HIVE"
+  },
+  {
+    "current_pays": "0.463 HIVE",
+    "date": "2016-08-11T19:21:06",
+    "open_pays": "0.787 HBD"
+  },
+  {
+    "current_pays": "0.284 HIVE",
+    "date": "2016-08-11T19:36:27",
+    "open_pays": "0.484 HBD"
+  },
+  {
+    "current_pays": "3.249 HIVE",
+    "date": "2016-08-11T19:36:27",
+    "open_pays": "5.524 HBD"
+  },
+  {
+    "current_pays": "5.837 HBD",
+    "date": "2016-08-11T19:36:33",
+    "open_pays": "3.433 HIVE"
+  },
+  {
+    "current_pays": "73.157 HBD",
+    "date": "2016-08-11T19:37:51",
+    "open_pays": "43.034 HIVE"
+  },
+  {
+    "current_pays": "19.295 HBD",
+    "date": "2016-08-11T19:45:42",
+    "open_pays": "11.089 HIVE"
+  },
+  {
+    "current_pays": "4.067 HIVE",
+    "date": "2016-08-11T19:46:18",
+    "open_pays": "6.915 HBD"
+  },
+  {
+    "current_pays": "8.376 HIVE",
+    "date": "2016-08-11T19:59:45",
+    "open_pays": "14.239 HBD"
+  },
+  {
+    "current_pays": "1250.000 HIVE",
+    "date": "2016-08-11T19:59:45",
+    "open_pays": "2112.500 HBD"
+  },
+  {
+    "current_pays": "0.012 HBD",
+    "date": "2016-08-11T20:01:24",
+    "open_pays": "0.007 HIVE"
+  },
+  {
+    "current_pays": "1.574 HBD",
+    "date": "2016-08-11T20:05:06",
+    "open_pays": "0.926 HIVE"
+  },
+  {
+    "current_pays": "5.653 HBD",
+    "date": "2016-08-11T20:05:06",
+    "open_pays": "3.249 HIVE"
+  },
+  {
+    "current_pays": "0.037 HBD",
+    "date": "2016-08-11T20:05:06",
+    "open_pays": "0.021 HIVE"
+  },
+  {
+    "current_pays": "22.496 HBD",
+    "date": "2016-08-11T20:05:24",
+    "open_pays": "12.928 HIVE"
+  },
+  {
+    "current_pays": "69.958 HBD",
+    "date": "2016-08-11T20:05:36",
+    "open_pays": "40.205 HIVE"
+  },
+  {
+    "current_pays": "14.997 HBD",
+    "date": "2016-08-11T20:05:54",
+    "open_pays": "8.618 HIVE"
+  },
+  {
+    "current_pays": "87.812 HBD",
+    "date": "2016-08-11T20:06:06",
+    "open_pays": "50.466 HIVE"
+  },
+  {
+    "current_pays": "3.722 HBD",
+    "date": "2016-08-11T20:06:21",
+    "open_pays": "2.139 HIVE"
+  },
+  {
+    "current_pays": "90.606 HBD",
+    "date": "2016-08-11T20:06:36",
+    "open_pays": "52.072 HIVE"
+  },
+  {
+    "current_pays": "39.835 HBD",
+    "date": "2016-08-11T20:06:48",
+    "open_pays": "22.893 HIVE"
+  },
+  {
+    "current_pays": "43.770 HBD",
+    "date": "2016-08-11T20:07:03",
+    "open_pays": "25.155 HIVE"
+  },
+  {
+    "current_pays": "3.722 HBD",
+    "date": "2016-08-11T20:07:15",
+    "open_pays": "2.139 HIVE"
+  },
+  {
+    "current_pays": "8.762 HBD",
+    "date": "2016-08-11T20:07:33",
+    "open_pays": "5.035 HIVE"
+  },
+  {
+    "current_pays": "82.258 HBD",
+    "date": "2016-08-11T20:07:45",
+    "open_pays": "47.274 HIVE"
+  },
+  {
+    "current_pays": "95.489 HBD",
+    "date": "2016-08-11T20:08:00",
+    "open_pays": "54.878 HIVE"
+  },
+  {
+    "current_pays": "43.846 HBD",
+    "date": "2016-08-11T20:08:12",
+    "open_pays": "25.198 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T20:12:42",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "1.887 HBD",
+    "date": "2016-08-11T20:15:21",
+    "open_pays": "1.078 HIVE"
+  },
+  {
+    "current_pays": "225.000 HBD",
+    "date": "2016-08-11T20:15:36",
+    "open_pays": "128.571 HIVE"
+  },
+  {
+    "current_pays": "53.954 HBD",
+    "date": "2016-08-11T20:16:57",
+    "open_pays": "30.830 HIVE"
+  },
+  {
+    "current_pays": "7.673 HBD",
+    "date": "2016-08-11T20:17:30",
+    "open_pays": "4.384 HIVE"
+  },
+  {
+    "current_pays": "166.188 HBD",
+    "date": "2016-08-11T20:19:51",
+    "open_pays": "94.964 HIVE"
+  },
+  {
+    "current_pays": "200.000 HBD",
+    "date": "2016-08-11T20:20:45",
+    "open_pays": "114.285 HIVE"
+  },
+  {
+    "current_pays": "535.375 HBD",
+    "date": "2016-08-11T20:22:39",
+    "open_pays": "305.928 HIVE"
+  },
+  {
+    "current_pays": "54.749 HBD",
+    "date": "2016-08-11T20:23:15",
+    "open_pays": "31.285 HIVE"
+  },
+  {
+    "current_pays": "45.010 HBD",
+    "date": "2016-08-11T20:27:15",
+    "open_pays": "25.720 HIVE"
+  },
+  {
+    "current_pays": "1.750 HBD",
+    "date": "2016-08-11T20:30:15",
+    "open_pays": "1.000 HIVE"
+  },
+  {
+    "current_pays": "94.571 HBD",
+    "date": "2016-08-11T20:34:03",
+    "open_pays": "54.040 HIVE"
+  },
+  {
+    "current_pays": "149.927 HBD",
+    "date": "2016-08-11T20:34:36",
+    "open_pays": "85.672 HIVE"
+  },
+  {
+    "current_pays": "3.463 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "5.653 HBD"
+  },
+  {
+    "current_pays": "0.087 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "0.142 HBD"
+  },
+  {
+    "current_pays": "0.038 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "0.061 HBD"
+  },
+  {
+    "current_pays": "4.050 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "6.493 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "16.000 HBD"
+  },
+  {
+    "current_pays": "9.999 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.899 HBD"
+  },
+  {
+    "current_pays": "0.051 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "0.081 HBD"
+  },
+  {
+    "current_pays": "61.962 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "98.210 HBD"
+  },
+  {
+    "current_pays": "7.587 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "11.989 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.800 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.800 HBD"
+  },
+  {
+    "current_pays": "0.275 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "0.433 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.700 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.600 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.600 HBD"
+  },
+  {
+    "current_pays": "1.088 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "1.690 HBD"
+  },
+  {
+    "current_pays": "60.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "93.180 HBD"
+  },
+  {
+    "current_pays": "129.380 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "200.541 HBD"
+  },
+  {
+    "current_pays": "200.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "310.002 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "15.500 HBD"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "155.000 HBD"
+  },
+  {
+    "current_pays": "1300.000 HIVE",
+    "date": "2016-08-11T20:34:48",
+    "open_pays": "2015.000 HBD"
+  },
+  {
+    "current_pays": "64.995 HBD",
+    "date": "2016-08-11T20:35:12",
+    "open_pays": "41.932 HIVE"
+  },
+  {
+    "current_pays": "138.466 HBD",
+    "date": "2016-08-11T20:35:30",
+    "open_pays": "89.332 HIVE"
+  },
+  {
+    "current_pays": "79.303 HBD",
+    "date": "2016-08-11T20:35:42",
+    "open_pays": "51.163 HIVE"
+  },
+  {
+    "current_pays": "12.059 HBD",
+    "date": "2016-08-11T20:35:57",
+    "open_pays": "7.780 HIVE"
+  },
+  {
+    "current_pays": "10.470 HBD",
+    "date": "2016-08-11T20:36:27",
+    "open_pays": "6.754 HIVE"
+  },
+  {
+    "current_pays": "19.395 HBD",
+    "date": "2016-08-11T20:36:48",
+    "open_pays": "12.512 HIVE"
+  },
+  {
+    "current_pays": "2.992 HBD",
+    "date": "2016-08-11T20:37:03",
+    "open_pays": "1.930 HIVE"
+  },
+  {
+    "current_pays": "41.186 HBD",
+    "date": "2016-08-11T20:37:18",
+    "open_pays": "26.571 HIVE"
+  },
+  {
+    "current_pays": "305.164 HBD",
+    "date": "2016-08-11T20:38:00",
+    "open_pays": "196.880 HIVE"
+  },
+  {
+    "current_pays": "29.418 HBD",
+    "date": "2016-08-11T20:38:09",
+    "open_pays": "18.979 HIVE"
+  },
+  {
+    "current_pays": "47.556 HBD",
+    "date": "2016-08-11T20:38:27",
+    "open_pays": "30.681 HIVE"
+  },
+  {
+    "current_pays": "19.612 HBD",
+    "date": "2016-08-11T20:38:39",
+    "open_pays": "12.652 HIVE"
+  },
+  {
+    "current_pays": "170.996 HBD",
+    "date": "2016-08-11T20:39:00",
+    "open_pays": "110.320 HIVE"
+  },
+  {
+    "current_pays": "13.075 HBD",
+    "date": "2016-08-11T20:39:12",
+    "open_pays": "8.435 HIVE"
+  },
+  {
+    "current_pays": "354.000 HBD",
+    "date": "2016-08-11T20:45:18",
+    "open_pays": "228.387 HIVE"
+  },
+  {
+    "current_pays": "62.201 HBD",
+    "date": "2016-08-11T20:50:30",
+    "open_pays": "40.156 HIVE"
+  },
+  {
+    "current_pays": "315.799 HBD",
+    "date": "2016-08-11T20:50:30",
+    "open_pays": "203.741 HIVE"
+  },
+  {
+    "current_pays": "61.959 HBD",
+    "date": "2016-08-11T20:57:06",
+    "open_pays": "40.000 HIVE"
+  },
+  {
+    "current_pays": "336.041 HBD",
+    "date": "2016-08-11T20:57:06",
+    "open_pays": "216.800 HIVE"
+  },
+  {
+    "current_pays": "1996.400 HBD",
+    "date": "2016-08-11T20:57:45",
+    "open_pays": "1288.000 HIVE"
+  },
+  {
+    "current_pays": "11.859 HBD",
+    "date": "2016-08-11T21:00:15",
+    "open_pays": "7.650 HIVE"
+  },
+  {
+    "current_pays": "1.864 HBD",
+    "date": "2016-08-11T21:00:33",
+    "open_pays": "1.202 HIVE"
+  },
+  {
+    "current_pays": "1.999 HBD",
+    "date": "2016-08-11T21:00:48",
+    "open_pays": "1.289 HIVE"
+  },
+  {
+    "current_pays": "278.892 HBD",
+    "date": "2016-08-11T21:00:57",
+    "open_pays": "179.930 HIVE"
+  },
+  {
+    "current_pays": "81.806 HBD",
+    "date": "2016-08-11T21:01:09",
+    "open_pays": "52.778 HIVE"
+  },
+  {
+    "current_pays": "18.656 HBD",
+    "date": "2016-08-11T21:01:12",
+    "open_pays": "12.036 HIVE"
+  },
+  {
+    "current_pays": "68.492 HBD",
+    "date": "2016-08-11T21:01:33",
+    "open_pays": "44.188 HIVE"
+  },
+  {
+    "current_pays": "66.871 HBD",
+    "date": "2016-08-11T21:01:48",
+    "open_pays": "43.142 HIVE"
+  },
+  {
+    "current_pays": "66.871 HBD",
+    "date": "2016-08-11T21:02:21",
+    "open_pays": "43.142 HIVE"
+  },
+  {
+    "current_pays": "8.423 HBD",
+    "date": "2016-08-11T21:02:33",
+    "open_pays": "5.434 HIVE"
+  },
+  {
+    "current_pays": "10.295 HBD",
+    "date": "2016-08-11T21:02:48",
+    "open_pays": "6.641 HIVE"
+  },
+  {
+    "current_pays": "430.000 HBD",
+    "date": "2016-08-11T21:03:06",
+    "open_pays": "277.419 HIVE"
+  },
+  {
+    "current_pays": "15.260 HBD",
+    "date": "2016-08-11T21:03:27",
+    "open_pays": "9.845 HIVE"
+  },
+  {
+    "current_pays": "157.042 HBD",
+    "date": "2016-08-11T21:04:27",
+    "open_pays": "101.317 HIVE"
+  },
+  {
+    "current_pays": "4.948 HBD",
+    "date": "2016-08-11T21:04:39",
+    "open_pays": "3.192 HIVE"
+  },
+  {
+    "current_pays": "4.957 HBD",
+    "date": "2016-08-11T21:04:54",
+    "open_pays": "3.198 HIVE"
+  },
+  {
+    "current_pays": "4.944 HBD",
+    "date": "2016-08-11T21:05:09",
+    "open_pays": "3.189 HIVE"
+  },
+  {
+    "current_pays": "31.000 HBD",
+    "date": "2016-08-11T21:05:12",
+    "open_pays": "20.000 HIVE"
+  },
+  {
+    "current_pays": "2.488 HBD",
+    "date": "2016-08-11T21:05:21",
+    "open_pays": "1.605 HIVE"
+  },
+  {
+    "current_pays": "2.508 HBD",
+    "date": "2016-08-11T21:05:36",
+    "open_pays": "1.618 HIVE"
+  },
+  {
+    "current_pays": "2.488 HBD",
+    "date": "2016-08-11T21:05:48",
+    "open_pays": "1.605 HIVE"
+  },
+  {
+    "current_pays": "4.972 HBD",
+    "date": "2016-08-11T21:06:48",
+    "open_pays": "3.207 HIVE"
+  },
+  {
+    "current_pays": "9.846 HBD",
+    "date": "2016-08-11T21:07:27",
+    "open_pays": "6.352 HIVE"
+  },
+  {
+    "current_pays": "14.219 HBD",
+    "date": "2016-08-11T21:07:57",
+    "open_pays": "9.173 HIVE"
+  },
+  {
+    "current_pays": "5.854 HBD",
+    "date": "2016-08-11T21:08:09",
+    "open_pays": "3.776 HIVE"
+  },
+  {
+    "current_pays": "1.256 HBD",
+    "date": "2016-08-11T21:08:21",
+    "open_pays": "0.810 HIVE"
+  },
+  {
+    "current_pays": "99.200 HBD",
+    "date": "2016-08-11T21:08:48",
+    "open_pays": "64.000 HIVE"
+  },
+  {
+    "current_pays": "3.555 HBD",
+    "date": "2016-08-11T21:08:48",
+    "open_pays": "2.293 HIVE"
+  },
+  {
+    "current_pays": "183.358 HBD",
+    "date": "2016-08-11T21:08:51",
+    "open_pays": "118.295 HIVE"
+  },
+  {
+    "current_pays": "1.777 HBD",
+    "date": "2016-08-11T21:09:00",
+    "open_pays": "1.146 HIVE"
+  },
+  {
+    "current_pays": "939.306 HBD",
+    "date": "2016-08-11T21:09:06",
+    "open_pays": "606.003 HIVE"
+  },
+  {
+    "current_pays": "66.895 HBD",
+    "date": "2016-08-11T21:09:15",
+    "open_pays": "43.158 HIVE"
+  },
+  {
+    "current_pays": "207.931 HBD",
+    "date": "2016-08-11T21:09:27",
+    "open_pays": "134.149 HIVE"
+  },
+  {
+    "current_pays": "0.045 HBD",
+    "date": "2016-08-11T21:09:45",
+    "open_pays": "0.029 HIVE"
+  },
+  {
+    "current_pays": "6.534 HBD",
+    "date": "2016-08-11T21:09:45",
+    "open_pays": "4.215 HIVE"
+  },
+  {
+    "current_pays": "10.702 HBD",
+    "date": "2016-08-11T21:09:57",
+    "open_pays": "6.904 HIVE"
+  },
+  {
+    "current_pays": "1.212 HBD",
+    "date": "2016-08-11T21:10:12",
+    "open_pays": "0.781 HIVE"
+  },
+  {
+    "current_pays": "3.312 HBD",
+    "date": "2016-08-11T21:10:24",
+    "open_pays": "2.136 HIVE"
+  },
+  {
+    "current_pays": "7.055 HBD",
+    "date": "2016-08-11T21:10:36",
+    "open_pays": "4.551 HIVE"
+  },
+  {
+    "current_pays": "557.050 HBD",
+    "date": "2016-08-11T21:10:51",
+    "open_pays": "359.387 HIVE"
+  },
+  {
+    "current_pays": "3.497 HBD",
+    "date": "2016-08-11T21:10:54",
+    "open_pays": "2.256 HIVE"
+  },
+  {
+    "current_pays": "444.000 HBD",
+    "date": "2016-08-11T21:11:03",
+    "open_pays": "286.451 HIVE"
+  },
+  {
+    "current_pays": "197.914 HBD",
+    "date": "2016-08-11T21:11:12",
+    "open_pays": "127.686 HIVE"
+  },
+  {
+    "current_pays": "6.568 HBD",
+    "date": "2016-08-11T21:11:24",
+    "open_pays": "4.237 HIVE"
+  },
+  {
+    "current_pays": "4.860 HBD",
+    "date": "2016-08-11T21:11:36",
+    "open_pays": "3.135 HIVE"
+  },
+  {
+    "current_pays": "13.254 HBD",
+    "date": "2016-08-11T21:11:48",
+    "open_pays": "8.550 HIVE"
+  },
+  {
+    "current_pays": "100.000 HBD",
+    "date": "2016-08-11T21:14:57",
+    "open_pays": "64.516 HIVE"
+  },
+  {
+    "current_pays": "101.298 HBD",
+    "date": "2016-08-11T21:16:18",
+    "open_pays": "65.353 HIVE"
+  },
+  {
+    "current_pays": "5.331 HBD",
+    "date": "2016-08-11T21:20:30",
+    "open_pays": "3.439 HIVE"
+  },
+  {
+    "current_pays": "78.481 HBD",
+    "date": "2016-08-11T21:20:45",
+    "open_pays": "50.634 HIVE"
+  },
+  {
+    "current_pays": "2.166 HBD",
+    "date": "2016-08-11T21:20:57",
+    "open_pays": "1.397 HIVE"
+  },
+  {
+    "current_pays": "1.236 HBD",
+    "date": "2016-08-11T21:21:12",
+    "open_pays": "0.797 HIVE"
+  },
+  {
+    "current_pays": "7.946 HBD",
+    "date": "2016-08-11T21:21:27",
+    "open_pays": "5.126 HIVE"
+  },
+  {
+    "current_pays": "82.429 HBD",
+    "date": "2016-08-11T21:21:39",
+    "open_pays": "53.181 HIVE"
+  },
+  {
+    "current_pays": "176.088 HBD",
+    "date": "2016-08-11T21:21:54",
+    "open_pays": "113.608 HIVE"
+  },
+  {
+    "current_pays": "69.849 HBD",
+    "date": "2016-08-11T21:22:12",
+    "open_pays": "45.065 HIVE"
+  },
+  {
+    "current_pays": "81.539 HBD",
+    "date": "2016-08-11T21:22:30",
+    "open_pays": "52.607 HIVE"
+  },
+  {
+    "current_pays": "63.971 HBD",
+    "date": "2016-08-11T21:23:00",
+    "open_pays": "41.272 HIVE"
+  },
+  {
+    "current_pays": "16.730 HBD",
+    "date": "2016-08-11T21:23:12",
+    "open_pays": "10.793 HIVE"
+  },
+  {
+    "current_pays": "21.033 HBD",
+    "date": "2016-08-11T21:23:30",
+    "open_pays": "13.570 HIVE"
+  },
+  {
+    "current_pays": "460.000 HBD",
+    "date": "2016-08-11T21:24:18",
+    "open_pays": "296.783 HIVE"
+  },
+  {
+    "current_pays": "0.649 HIVE",
+    "date": "2016-08-11T21:24:27",
+    "open_pays": "1.000 HBD"
+  },
+  {
+    "current_pays": "2.083 HBD",
+    "date": "2016-08-11T21:25:06",
+    "open_pays": "1.351 HIVE"
+  },
+  {
+    "current_pays": "0.001 HBD",
+    "date": "2016-08-11T21:25:21",
+    "open_pays": "0.001 HIVE"
+  },
+  {
+    "current_pays": "9.771 HBD",
+    "date": "2016-08-11T21:25:21",
+    "open_pays": "6.304 HIVE"
+  },
+  {
+    "current_pays": "550.500 HBD",
+    "date": "2016-08-11T21:25:24",
+    "open_pays": "355.172 HIVE"
+  },
+  {
+    "current_pays": "189.811 HBD",
+    "date": "2016-08-11T21:25:27",
+    "open_pays": "122.462 HIVE"
+  },
+  {
+    "current_pays": "29.902 HBD",
+    "date": "2016-08-11T21:25:42",
+    "open_pays": "19.292 HIVE"
+  },
+  {
+    "current_pays": "14.747 HBD",
+    "date": "2016-08-11T21:26:15",
+    "open_pays": "9.514 HIVE"
+  },
+  {
+    "current_pays": "4.369 HBD",
+    "date": "2016-08-11T21:27:57",
+    "open_pays": "2.818 HIVE"
+  },
+  {
+    "current_pays": "57.766 HBD",
+    "date": "2016-08-11T21:28:24",
+    "open_pays": "37.269 HIVE"
+  },
+  {
+    "current_pays": "39.322 HBD",
+    "date": "2016-08-11T21:29:36",
+    "open_pays": "25.369 HIVE"
+  },
+  {
+    "current_pays": "32.680 HBD",
+    "date": "2016-08-11T21:29:48",
+    "open_pays": "21.084 HIVE"
+  },
+  {
+    "current_pays": "13.818 HBD",
+    "date": "2016-08-11T21:30:06",
+    "open_pays": "8.915 HIVE"
+  },
+  {
+    "current_pays": "15.499 HBD",
+    "date": "2016-08-11T21:30:27",
+    "open_pays": "9.999 HIVE"
+  },
+  {
+    "current_pays": "50.211 HBD",
+    "date": "2016-08-11T21:30:45",
+    "open_pays": "32.395 HIVE"
+  },
+  {
+    "current_pays": "22.780 HBD",
+    "date": "2016-08-11T21:30:57",
+    "open_pays": "14.697 HIVE"
+  },
+  {
+    "current_pays": "2152.950 HBD",
+    "date": "2016-08-11T21:32:33",
+    "open_pays": "1389.044 HIVE"
+  },
+  {
+    "current_pays": "105.119 HBD",
+    "date": "2016-08-11T21:33:33",
+    "open_pays": "67.820 HIVE"
+  },
+  {
+    "current_pays": "6.630 HBD",
+    "date": "2016-08-11T21:34:45",
+    "open_pays": "4.277 HIVE"
+  },
+  {
+    "current_pays": "8.219 HBD",
+    "date": "2016-08-11T21:35:21",
+    "open_pays": "5.302 HIVE"
+  },
+  {
+    "current_pays": "194.414 HBD",
+    "date": "2016-08-11T21:39:39",
+    "open_pays": "125.432 HIVE"
+  },
+  {
+    "current_pays": "99.200 HBD",
+    "date": "2016-08-11T21:41:18",
+    "open_pays": "64.002 HIVE"
+  },
+  {
+    "current_pays": "10.290 HBD",
+    "date": "2016-08-11T21:41:27",
+    "open_pays": "6.638 HIVE"
+  },
+  {
+    "current_pays": "223.690 HBD",
+    "date": "2016-08-11T21:41:54",
+    "open_pays": "144.320 HIVE"
+  },
+  {
+    "current_pays": "225.297 HBD",
+    "date": "2016-08-11T21:43:48",
+    "open_pays": "145.357 HIVE"
+  },
+  {
+    "current_pays": "76.338 HBD",
+    "date": "2016-08-11T21:46:09",
+    "open_pays": "49.251 HIVE"
+  },
+  {
+    "current_pays": "9.055 HBD",
+    "date": "2016-08-11T21:46:24",
+    "open_pays": "5.842 HIVE"
+  },
+  {
+    "current_pays": "136.396 HBD",
+    "date": "2016-08-11T21:47:12",
+    "open_pays": "88.000 HIVE"
+  },
+  {
+    "current_pays": "5.188 HBD",
+    "date": "2016-08-11T21:51:36",
+    "open_pays": "3.347 HIVE"
+  },
+  {
+    "current_pays": "199.127 HBD",
+    "date": "2016-08-11T21:54:12",
+    "open_pays": "128.473 HIVE"
+  },
+  {
+    "current_pays": "419.000 HBD",
+    "date": "2016-08-11T21:54:12",
+    "open_pays": "270.331 HIVE"
+  },
+  {
+    "current_pays": "107.771 HBD",
+    "date": "2016-08-11T21:54:51",
+    "open_pays": "69.531 HIVE"
+  },
+  {
+    "current_pays": "30.998 HBD",
+    "date": "2016-08-11T21:59:18",
+    "open_pays": "20.000 HIVE"
+  },
+  {
+    "current_pays": "1544.062 HBD",
+    "date": "2016-08-11T21:59:18",
+    "open_pays": "996.201 HIVE"
+  },
+  {
+    "current_pays": "104.726 HBD",
+    "date": "2016-08-11T22:03:12",
+    "open_pays": "67.567 HIVE"
+  },
+  {
+    "current_pays": "208.802 HBD",
+    "date": "2016-08-11T22:10:09",
+    "open_pays": "134.715 HIVE"
+  },
+  {
+    "current_pays": "50.000 HBD",
+    "date": "2016-08-11T22:12:33",
+    "open_pays": "32.259 HIVE"
+  },
+  {
+    "current_pays": "149.971 HBD",
+    "date": "2016-08-11T22:16:39",
+    "open_pays": "96.758 HIVE"
+  },
+  {
+    "current_pays": "112.197 HBD",
+    "date": "2016-08-11T22:19:12",
+    "open_pays": "72.387 HIVE"
+  },
+  {
+    "current_pays": "216.103 HBD",
+    "date": "2016-08-11T22:27:15",
+    "open_pays": "139.425 HIVE"
+  },
+  {
+    "current_pays": "9.775 HBD",
+    "date": "2016-08-11T22:29:36",
+    "open_pays": "6.306 HIVE"
+  },
+  {
+    "current_pays": "60.000 HBD",
+    "date": "2016-08-11T22:33:54",
+    "open_pays": "38.710 HIVE"
+  },
+  {
+    "current_pays": "223.679 HBD",
+    "date": "2016-08-11T22:39:39",
+    "open_pays": "144.313 HIVE"
+  },
+  {
+    "current_pays": "116.741 HBD",
+    "date": "2016-08-11T22:39:54",
+    "open_pays": "75.319 HIVE"
+  },
+  {
+    "current_pays": "110.754 HBD",
+    "date": "2016-08-11T22:50:51",
+    "open_pays": "71.456 HIVE"
+  },
+  {
+    "current_pays": "227.666 HBD",
+    "date": "2016-08-11T22:55:48",
+    "open_pays": "146.886 HIVE"
+  },
+  {
+    "current_pays": "206.145 HBD",
+    "date": "2016-08-11T22:58:51",
+    "open_pays": "133.001 HIVE"
+  },
+  {
+    "current_pays": "2274.072 HBD",
+    "date": "2016-08-11T23:00:06",
+    "open_pays": "1467.190 HIVE"
+  },
+  {
+    "current_pays": "375.396 HBD",
+    "date": "2016-08-11T23:03:27",
+    "open_pays": "242.198 HIVE"
+  },
+  {
+    "current_pays": "2425.750 HBD",
+    "date": "2016-08-11T23:04:54",
+    "open_pays": "1565.050 HIVE"
+  },
+  {
+    "current_pays": "120.906 HBD",
+    "date": "2016-08-11T23:10:30",
+    "open_pays": "78.006 HIVE"
+  },
+  {
+    "current_pays": "55.420 HBD",
+    "date": "2016-08-11T23:11:30",
+    "open_pays": "35.755 HIVE"
+  },
+  {
+    "current_pays": "233.755 HBD",
+    "date": "2016-08-11T23:11:51",
+    "open_pays": "150.814 HIVE"
+  },
+  {
+    "current_pays": "240.983 HBD",
+    "date": "2016-08-11T23:26:00",
+    "open_pays": "155.477 HIVE"
+  },
+  {
+    "current_pays": "125.325 HBD",
+    "date": "2016-08-11T23:34:06",
+    "open_pays": "80.857 HIVE"
+  },
+  {
+    "current_pays": "157.609 HBD",
+    "date": "2016-08-11T23:34:09",
+    "open_pays": "101.686 HIVE"
+  },
+  {
+    "current_pays": "73.056 HBD",
+    "date": "2016-08-11T23:40:27",
+    "open_pays": "47.135 HIVE"
+  },
+  {
+    "current_pays": "172.863 HBD",
+    "date": "2016-08-11T23:40:27",
+    "open_pays": "111.524 HIVE"
+  },
+  {
+    "current_pays": "4.484 HBD",
+    "date": "2016-08-11T23:44:12",
+    "open_pays": "2.892 HIVE"
+  },
+  {
+    "current_pays": "15.250 HBD",
+    "date": "2016-08-11T23:48:33",
+    "open_pays": "9.838 HIVE"
+  },
+  {
+    "current_pays": "251.242 HBD",
+    "date": "2016-08-12T00:00:48",
+    "open_pays": "162.091 HIVE"
+  },
+  {
+    "current_pays": "99.200 HBD",
+    "date": "2016-08-12T00:05:18",
+    "open_pays": "64.000 HIVE"
+  },
+  {
+    "current_pays": "133.630 HBD",
+    "date": "2016-08-12T00:19:36",
+    "open_pays": "86.212 HIVE"
+  },
+  {
+    "current_pays": "0.775 HBD",
+    "date": "2016-08-12T00:20:18",
+    "open_pays": "0.500 HIVE"
+  },
+  {
+    "current_pays": "254.662 HBD",
+    "date": "2016-08-12T00:27:48",
+    "open_pays": "164.298 HIVE"
+  },
+  {
+    "current_pays": "137.073 HBD",
+    "date": "2016-08-12T00:41:33",
+    "open_pays": "88.434 HIVE"
+  },
+  {
+    "current_pays": "257.663 HBD",
+    "date": "2016-08-12T00:50:09",
+    "open_pays": "166.234 HIVE"
+  },
+  {
+    "current_pays": "114.908 HBD",
+    "date": "2016-08-12T00:54:18",
+    "open_pays": "74.134 HIVE"
+  },
+  {
+    "current_pays": "274.160 HBD",
+    "date": "2016-08-12T00:57:33",
+    "open_pays": "176.877 HIVE"
+  },
+  {
+    "current_pays": "0.022 HBD",
+    "date": "2016-08-12T00:59:54",
+    "open_pays": "0.014 HIVE"
+  },
+  {
+    "current_pays": "8.646 HIVE",
+    "date": "2016-08-12T01:00:39",
+    "open_pays": "13.387 HBD"
+  },
+  {
+    "current_pays": "143.056 HBD",
+    "date": "2016-08-12T01:05:51",
+    "open_pays": "92.294 HIVE"
+  },
+  {
+    "current_pays": "99.200 HBD",
+    "date": "2016-08-12T01:12:12",
+    "open_pays": "64.000 HIVE"
+  },
+  {
+    "current_pays": "3.720 HBD",
+    "date": "2016-08-12T01:15:45",
+    "open_pays": "2.400 HIVE"
+  },
+  {
+    "current_pays": "12.706 HBD",
+    "date": "2016-08-12T01:20:21",
+    "open_pays": "8.197 HIVE"
+  },
+  {
+    "current_pays": "1.354 HIVE",
+    "date": "2016-08-12T01:35:36",
+    "open_pays": "2.096 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T01:35:57",
+    "open_pays": "15.484 HBD"
+  },
+  {
+    "current_pays": "0.031 HIVE",
+    "date": "2016-08-12T01:37:33",
+    "open_pays": "0.048 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T01:37:33",
+    "open_pays": "15.400 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T01:37:51",
+    "open_pays": "15.400 HBD"
+  },
+  {
+    "current_pays": "445.920 HBD",
+    "date": "2016-08-12T01:39:54",
+    "open_pays": "287.690 HIVE"
+  },
+  {
+    "current_pays": "145.060 HBD",
+    "date": "2016-08-12T01:45:27",
+    "open_pays": "93.587 HIVE"
+  },
+  {
+    "current_pays": "436.271 HBD",
+    "date": "2016-08-12T01:45:45",
+    "open_pays": "281.465 HIVE"
+  },
+  {
+    "current_pays": "119.781 HBD",
+    "date": "2016-08-12T01:51:42",
+    "open_pays": "77.278 HIVE"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-12T01:58:03",
+    "open_pays": "0.001 HBD"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-12T01:58:18",
+    "open_pays": "0.001 HBD"
+  },
+  {
+    "current_pays": "2.731 HBD",
+    "date": "2016-08-12T02:02:03",
+    "open_pays": "1.774 HIVE"
+  },
+  {
+    "current_pays": "500.001 HBD",
+    "date": "2016-08-12T02:04:33",
+    "open_pays": "322.581 HIVE"
+  },
+  {
+    "current_pays": "25.739 HBD",
+    "date": "2016-08-12T02:07:27",
+    "open_pays": "16.605 HIVE"
+  },
+  {
+    "current_pays": "414.000 HBD",
+    "date": "2016-08-12T02:09:18",
+    "open_pays": "267.096 HIVE"
+  },
+  {
+    "current_pays": "48.428 HBD",
+    "date": "2016-08-12T02:14:12",
+    "open_pays": "31.243 HIVE"
+  },
+  {
+    "current_pays": "8.000 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "12.360 HBD"
+  },
+  {
+    "current_pays": "1.774 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "2.732 HBD"
+  },
+  {
+    "current_pays": "9.998 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "15.298 HBD"
+  },
+  {
+    "current_pays": "72.000 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "109.800 HBD"
+  },
+  {
+    "current_pays": "4.276 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "6.500 HBD"
+  },
+  {
+    "current_pays": "71.386 HIVE",
+    "date": "2016-08-12T02:22:54",
+    "open_pays": "108.507 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "15.200 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "15.200 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "15.100 HBD"
+  },
+  {
+    "current_pays": "77.491 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "116.237 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "15.000 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "15.000 HBD"
+  },
+  {
+    "current_pays": "100.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "150.000 HBD"
+  },
+  {
+    "current_pays": "4.000 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "6.000 HBD"
+  },
+  {
+    "current_pays": "0.004 HIVE",
+    "date": "2016-08-12T02:23:54",
+    "open_pays": "0.006 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.900 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.800 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.800 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.700 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.600 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.600 HBD"
+  },
+  {
+    "current_pays": "10.000 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "14.500 HBD"
+  },
+  {
+    "current_pays": "89.093 HIVE",
+    "date": "2016-08-12T02:24:24",
+    "open_pays": "129.184 HBD"
+  },
+  {
+    "current_pays": "1.000 HIVE",
+    "date": "2016-08-12T02:32:30",
+    "open_pays": "1.520 HBD"
+  },
+  {
+    "current_pays": "15.200 HBD",
+    "date": "2016-08-12T02:35:21",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "15.200 HBD",
+    "date": "2016-08-12T02:35:42",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "66.503 HBD",
+    "date": "2016-08-12T02:36:03",
+    "open_pays": "43.751 HIVE"
+  },
+  {
+    "current_pays": "74.042 HBD",
+    "date": "2016-08-12T02:36:24",
+    "open_pays": "48.711 HIVE"
+  },
+  {
+    "current_pays": "178.191 HBD",
+    "date": "2016-08-12T02:36:42",
+    "open_pays": "117.230 HIVE"
+  },
+  {
+    "current_pays": "76.049 HBD",
+    "date": "2016-08-12T02:36:48",
+    "open_pays": "50.032 HIVE"
+  },
+  {
+    "current_pays": "14.571 HBD",
+    "date": "2016-08-12T02:37:09",
+    "open_pays": "9.586 HIVE"
+  },
+  {
+    "current_pays": "14.728 HBD",
+    "date": "2016-08-12T02:37:33",
+    "open_pays": "9.690 HIVE"
+  },
+  {
+    "current_pays": "112.392 HBD",
+    "date": "2016-08-12T02:38:06",
+    "open_pays": "72.510 HIVE"
+  },
+  {
+    "current_pays": "101.711 HBD",
+    "date": "2016-08-12T02:38:42",
+    "open_pays": "65.620 HIVE"
+  },
+  {
+    "current_pays": "4.057 HBD",
+    "date": "2016-08-12T02:39:00",
+    "open_pays": "2.617 HIVE"
+  },
+  {
+    "current_pays": "21.199 HBD",
+    "date": "2016-08-12T02:39:24",
+    "open_pays": "13.676 HIVE"
+  },
+  {
+    "current_pays": "83.313 HBD",
+    "date": "2016-08-12T02:39:57",
+    "open_pays": "53.750 HIVE"
+  },
+  {
+    "current_pays": "48.890 HBD",
+    "date": "2016-08-12T02:40:27",
+    "open_pays": "31.541 HIVE"
+  },
+  {
+    "current_pays": "70.986 HBD",
+    "date": "2016-08-12T02:40:48",
+    "open_pays": "45.797 HIVE"
+  },
+  {
+    "current_pays": "55.228 HBD",
+    "date": "2016-08-12T02:41:15",
+    "open_pays": "35.630 HIVE"
+  },
+  {
+    "current_pays": "73.632 HBD",
+    "date": "2016-08-12T02:41:51",
+    "open_pays": "47.504 HIVE"
+  },
+  {
+    "current_pays": "98.168 HBD",
+    "date": "2016-08-12T02:42:21",
+    "open_pays": "63.334 HIVE"
+  },
+  {
+    "current_pays": "62.453 HBD",
+    "date": "2016-08-12T02:42:42",
+    "open_pays": "40.292 HIVE"
+  },
+  {
+    "current_pays": "8.980 HBD",
+    "date": "2016-08-12T02:43:12",
+    "open_pays": "5.793 HIVE"
+  },
+  {
+    "current_pays": "62.446 HBD",
+    "date": "2016-08-12T02:43:45",
+    "open_pays": "40.287 HIVE"
+  },
+  {
+    "current_pays": "17.924 HBD",
+    "date": "2016-08-12T02:44:09",
+    "open_pays": "11.563 HIVE"
+  },
+  {
+    "current_pays": "2.381 HBD",
+    "date": "2016-08-12T02:44:30",
+    "open_pays": "1.536 HIVE"
+  },
+  {
+    "current_pays": "81.640 HBD",
+    "date": "2016-08-12T02:44:51",
+    "open_pays": "52.670 HIVE"
+  },
+  {
+    "current_pays": "72.124 HBD",
+    "date": "2016-08-12T02:45:27",
+    "open_pays": "46.531 HIVE"
+  },
+  {
+    "current_pays": "30.202 HBD",
+    "date": "2016-08-12T02:46:09",
+    "open_pays": "19.485 HIVE"
+  },
+  {
+    "current_pays": "120.000 HBD",
+    "date": "2016-08-12T02:46:12",
+    "open_pays": "77.419 HIVE"
+  },
+  {
+    "current_pays": "13.993 HBD",
+    "date": "2016-08-12T02:46:48",
+    "open_pays": "9.027 HIVE"
+  },
+  {
+    "current_pays": "7.750 HBD",
+    "date": "2016-08-12T02:47:51",
+    "open_pays": "5.000 HIVE"
+  },
+  {
+    "current_pays": "80.243 HBD",
+    "date": "2016-08-12T02:48:33",
+    "open_pays": "51.769 HIVE"
+  },
+  {
+    "current_pays": "14.889 HBD",
+    "date": "2016-08-12T02:49:24",
+    "open_pays": "9.605 HIVE"
+  },
+  {
+    "current_pays": "17.800 HBD",
+    "date": "2016-08-12T02:50:00",
+    "open_pays": "11.483 HIVE"
+  },
+  {
+    "current_pays": "4.048 HBD",
+    "date": "2016-08-12T02:50:36",
+    "open_pays": "2.611 HIVE"
+  },
+  {
+    "current_pays": "192.405 HBD",
+    "date": "2016-08-12T02:51:06",
+    "open_pays": "124.132 HIVE"
+  },
+  {
+    "current_pays": "15.477 HBD",
+    "date": "2016-08-12T02:51:09",
+    "open_pays": "9.985 HIVE"
+  },
+  {
+    "current_pays": "46.431 HBD",
+    "date": "2016-08-12T02:51:33",
+    "open_pays": "29.955 HIVE"
+  },
+  {
+    "current_pays": "18.992 HBD",
+    "date": "2016-08-12T02:52:00",
+    "open_pays": "12.252 HIVE"
+  },
+  {
+    "current_pays": "38.526 HBD",
+    "date": "2016-08-12T02:52:24",
+    "open_pays": "24.855 HIVE"
+  },
+  {
+    "current_pays": "37.016 HBD",
+    "date": "2016-08-12T02:52:45",
+    "open_pays": "23.881 HIVE"
+  },
+  {
+    "current_pays": "28.980 HBD",
+    "date": "2016-08-12T02:53:18",
+    "open_pays": "18.696 HIVE"
+  },
+  {
+    "current_pays": "80.978 HBD",
+    "date": "2016-08-12T02:53:51",
+    "open_pays": "52.243 HIVE"
+  },
+  {
+    "current_pays": "15.279 HBD",
+    "date": "2016-08-12T02:54:15",
+    "open_pays": "9.857 HIVE"
+  },
+  {
+    "current_pays": "15.682 HBD",
+    "date": "2016-08-12T02:54:36",
+    "open_pays": "10.117 HIVE"
+  },
+  {
+    "current_pays": "65.139 HBD",
+    "date": "2016-08-12T02:54:57",
+    "open_pays": "42.025 HIVE"
+  },
+  {
+    "current_pays": "11.761 HBD",
+    "date": "2016-08-12T02:55:15",
+    "open_pays": "7.587 HIVE"
+  },
+  {
+    "current_pays": "8.821 HBD",
+    "date": "2016-08-12T02:55:48",
+    "open_pays": "5.690 HIVE"
+  },
+  {
+    "current_pays": "6.616 HBD",
+    "date": "2016-08-12T02:56:12",
+    "open_pays": "4.268 HIVE"
+  },
+  {
+    "current_pays": "6.316 HBD",
+    "date": "2016-08-12T02:56:33",
+    "open_pays": "4.074 HIVE"
+  },
+  {
+    "current_pays": "5.965 HBD",
+    "date": "2016-08-12T02:56:45",
+    "open_pays": "3.848 HIVE"
+  },
+  {
+    "current_pays": "121.491 HBD",
+    "date": "2016-08-12T02:57:24",
+    "open_pays": "78.381 HIVE"
+  },
+  {
+    "current_pays": "16.426 HBD",
+    "date": "2016-08-12T02:57:33",
+    "open_pays": "10.597 HIVE"
+  },
+  {
+    "current_pays": "44.313 HBD",
+    "date": "2016-08-12T02:58:33",
+    "open_pays": "28.589 HIVE"
+  },
+  {
+    "current_pays": "152.929 HBD",
+    "date": "2016-08-12T02:59:15",
+    "open_pays": "98.663 HIVE"
+  },
+  {
+    "current_pays": "4.961 HBD",
+    "date": "2016-08-12T02:59:27",
+    "open_pays": "3.200 HIVE"
+  },
+  {
+    "current_pays": "4.961 HBD",
+    "date": "2016-08-12T02:59:48",
+    "open_pays": "3.200 HIVE"
+  },
+  {
+    "current_pays": "76.239 HBD",
+    "date": "2016-08-12T03:00:12",
+    "open_pays": "49.186 HIVE"
+  },
+  {
+    "current_pays": "34.334 HBD",
+    "date": "2016-08-12T03:00:42",
+    "open_pays": "22.150 HIVE"
+  },
+  {
+    "current_pays": "199.911 HBD",
+    "date": "2016-08-12T03:14:27",
+    "open_pays": "128.974 HIVE"
+  },
+  {
+    "current_pays": "155.000 HBD",
+    "date": "2016-08-12T03:18:51",
+    "open_pays": "100.000 HIVE"
+  },
+  {
+    "current_pays": "158.165 HBD",
+    "date": "2016-08-12T03:29:51",
+    "open_pays": "102.041 HIVE"
+  },
+  {
+    "current_pays": "46.490 HBD",
+    "date": "2016-08-12T03:34:33",
+    "open_pays": "29.993 HIVE"
+  },
+  {
+    "current_pays": "12.090 HBD",
+    "date": "2016-08-12T03:42:24",
+    "open_pays": "7.800 HIVE"
+  },
+  {
+    "current_pays": "30.800 HBD",
+    "date": "2016-08-12T03:44:36",
+    "open_pays": "20.000 HIVE"
+  },
+  {
+    "current_pays": "68.400 HBD",
+    "date": "2016-08-12T03:44:36",
+    "open_pays": "44.129 HIVE"
+  },
+  {
+    "current_pays": "201.059 HBD",
+    "date": "2016-08-12T03:48:45",
+    "open_pays": "129.715 HIVE"
+  },
+  {
+    "current_pays": "12.577 HBD",
+    "date": "2016-08-12T03:49:27",
+    "open_pays": "8.114 HIVE"
+  },
+  {
+    "current_pays": "20.000 HIVE",
+    "date": "2016-08-12T03:50:27",
+    "open_pays": "30.200 HBD"
+  },
+  {
+    "current_pays": "19.990 HBD",
+    "date": "2016-08-12T03:51:21",
+    "open_pays": "13.238 HIVE"
+  },
+  {
+    "current_pays": "149.495 HBD",
+    "date": "2016-08-12T03:59:48",
+    "open_pays": "99.004 HIVE"
+  },
+  {
+    "current_pays": "12.417 HBD",
+    "date": "2016-08-12T04:00:51",
+    "open_pays": "8.010 HIVE"
+  },
+  {
+    "current_pays": "48.030 HBD",
+    "date": "2016-08-12T04:07:15",
+    "open_pays": "30.987 HIVE"
+  },
+  {
+    "current_pays": "0.123 HBD",
+    "date": "2016-08-12T04:09:27",
+    "open_pays": "0.079 HIVE"
+  },
+  {
+    "current_pays": "204.376 HBD",
+    "date": "2016-08-12T04:12:54",
+    "open_pays": "131.855 HIVE"
+  },
+  {
+    "current_pays": "48.500 HBD",
+    "date": "2016-08-12T04:13:48",
+    "open_pays": "31.290 HIVE"
+  },
+  {
+    "current_pays": "49.010 HBD",
+    "date": "2016-08-12T04:20:45",
+    "open_pays": "31.619 HIVE"
+  },
+  {
+    "current_pays": "6.702 HBD",
+    "date": "2016-08-12T04:22:33",
+    "open_pays": "4.323 HIVE"
+  },
+  {
+    "current_pays": "49.550 HBD",
+    "date": "2016-08-12T04:26:57",
+    "open_pays": "31.967 HIVE"
+  },
+  {
+    "current_pays": "50.480 HBD",
+    "date": "2016-08-12T04:35:48",
+    "open_pays": "32.567 HIVE"
+  },
+  {
+    "current_pays": "75.375 HBD",
+    "date": "2016-08-12T04:37:12",
+    "open_pays": "48.629 HIVE"
+  },
+  {
+    "current_pays": "84.372 HBD",
+    "date": "2016-08-12T04:37:45",
+    "open_pays": "54.433 HIVE"
+  },
+  {
+    "current_pays": "80.723 HBD",
+    "date": "2016-08-12T04:38:21",
+    "open_pays": "52.079 HIVE"
+  },
+  {
+    "current_pays": "75.403 HBD",
+    "date": "2016-08-12T04:39:24",
+    "open_pays": "48.647 HIVE"
+  },
+  {
+    "current_pays": "72.100 HBD",
+    "date": "2016-08-12T04:39:54",
+    "open_pays": "46.516 HIVE"
+  },
+  {
+    "current_pays": "22.026 HBD",
+    "date": "2016-08-12T04:40:51",
+    "open_pays": "14.210 HIVE"
+  },
+  {
+    "current_pays": "11.188 HBD",
+    "date": "2016-08-12T04:41:24",
+    "open_pays": "7.218 HIVE"
+  },
+  {
+    "current_pays": "19.911 HBD",
+    "date": "2016-08-12T04:42:15",
+    "open_pays": "12.845 HIVE"
+  },
+  {
+    "current_pays": "75.461 HBD",
+    "date": "2016-08-12T04:42:48",
+    "open_pays": "48.684 HIVE"
+  },
+  {
+    "current_pays": "73.212 HBD",
+    "date": "2016-08-12T04:43:27",
+    "open_pays": "47.233 HIVE"
+  },
+  {
+    "current_pays": "116.000 HBD",
+    "date": "2016-08-12T04:43:48",
+    "open_pays": "74.838 HIVE"
+  },
+  {
+    "current_pays": "251.986 HBD",
+    "date": "2016-08-12T04:44:24",
+    "open_pays": "162.571 HIVE"
+  },
+  {
+    "current_pays": "242.233 HBD",
+    "date": "2016-08-12T04:44:45",
+    "open_pays": "156.279 HIVE"
+  },
+  {
+    "current_pays": "50.930 HBD",
+    "date": "2016-08-12T04:51:57",
+    "open_pays": "32.858 HIVE"
+  },
+  {
+    "current_pays": "206.576 HBD",
+    "date": "2016-08-12T04:55:12",
+    "open_pays": "133.274 HIVE"
+  },
+  {
+    "current_pays": "51.810 HBD",
+    "date": "2016-08-12T04:59:09",
+    "open_pays": "33.425 HIVE"
+  },
+  {
+    "current_pays": "167.170 HBD",
+    "date": "2016-08-12T05:04:27",
+    "open_pays": "107.851 HIVE"
+  },
+  {
+    "current_pays": "218.515 HBD",
+    "date": "2016-08-12T05:13:15",
+    "open_pays": "140.977 HIVE"
+  },
+  {
+    "current_pays": "217.458 HBD",
+    "date": "2016-08-12T05:39:06",
+    "open_pays": "140.295 HIVE"
+  },
+  {
+    "current_pays": "142.411 HBD",
+    "date": "2016-08-12T05:52:45",
+    "open_pays": "91.878 HIVE"
+  },
+  {
+    "current_pays": "1631.820 HBD",
+    "date": "2016-08-12T05:54:36",
+    "open_pays": "1052.787 HIVE"
+  },
+  {
+    "current_pays": "52.700 HBD",
+    "date": "2016-08-12T05:57:15",
+    "open_pays": "34.000 HIVE"
+  },
+  {
+    "current_pays": "223.488 HBD",
+    "date": "2016-08-12T05:57:51",
+    "open_pays": "144.185 HIVE"
+  },
+  {
+    "current_pays": "1550.000 HBD",
+    "date": "2016-08-12T05:57:51",
+    "open_pays": "1000.000 HIVE"
+  },
+  {
+    "current_pays": "33.000 HBD",
+    "date": "2016-08-12T05:58:54",
+    "open_pays": "21.290 HIVE"
+  },
+  {
+    "current_pays": "53.830 HBD",
+    "date": "2016-08-12T06:04:18",
+    "open_pays": "34.729 HIVE"
+  },
+  {
+    "current_pays": "50.090 HBD",
+    "date": "2016-08-12T06:14:27",
+    "open_pays": "32.316 HIVE"
+  },
+  {
+    "current_pays": "222.718 HBD",
+    "date": "2016-08-12T06:17:36",
+    "open_pays": "143.689 HIVE"
+  },
+  {
+    "current_pays": "313.608 HBD",
+    "date": "2016-08-12T06:29:30",
+    "open_pays": "202.327 HIVE"
+  },
+  {
+    "current_pays": "7.750 HBD",
+    "date": "2016-08-12T06:34:54",
+    "open_pays": "5.000 HIVE"
+  },
+  {
+    "current_pays": "6.149 HBD",
+    "date": "2016-08-12T06:35:09",
+    "open_pays": "3.967 HIVE"
+  },
+  {
+    "current_pays": "0.181 HBD",
+    "date": "2016-08-12T06:40:48",
+    "open_pays": "0.116 HIVE"
+  },
+  {
+    "current_pays": "15.500 HBD",
+    "date": "2016-08-12T06:42:06",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "15.500 HBD",
+    "date": "2016-08-12T06:43:51",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "15.500 HBD",
+    "date": "2016-08-12T06:44:21",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "0.078 HBD",
+    "date": "2016-08-12T06:49:12",
+    "open_pays": "0.050 HIVE"
+  },
+  {
+    "current_pays": "0.579 HIVE",
+    "date": "2016-08-12T06:50:42",
+    "open_pays": "0.897 HBD"
+  },
+  {
+    "current_pays": "91.055 HBD",
+    "date": "2016-08-12T06:56:39",
+    "open_pays": "58.745 HIVE"
+  },
+  {
+    "current_pays": "4.960 HBD",
+    "date": "2016-08-12T07:10:18",
+    "open_pays": "3.200 HIVE"
+  },
+  {
+    "current_pays": "0.024 HBD",
+    "date": "2016-08-12T07:37:33",
+    "open_pays": "0.015 HIVE"
+  },
+  {
+    "current_pays": "614.595 HBD",
+    "date": "2016-08-12T07:46:57",
+    "open_pays": "396.512 HIVE"
+  },
+  {
+    "current_pays": "171.404 HBD",
+    "date": "2016-08-12T08:12:57",
+    "open_pays": "110.583 HIVE"
+  },
+  {
+    "current_pays": "213.121 HBD",
+    "date": "2016-08-12T08:22:54",
+    "open_pays": "137.497 HIVE"
+  },
+  {
+    "current_pays": "578.470 HBD",
+    "date": "2016-08-12T08:26:45",
+    "open_pays": "373.206 HIVE"
+  },
+  {
+    "current_pays": "145.742 HBD",
+    "date": "2016-08-12T08:27:09",
+    "open_pays": "94.027 HIVE"
+  },
+  {
+    "current_pays": "177.246 HBD",
+    "date": "2016-08-12T08:28:15",
+    "open_pays": "114.352 HIVE"
+  },
+  {
+    "current_pays": "1622.160 HBD",
+    "date": "2016-08-12T08:31:00",
+    "open_pays": "1046.554 HIVE"
+  },
+  {
+    "current_pays": "449.500 HBD",
+    "date": "2016-08-12T08:33:48",
+    "open_pays": "290.000 HIVE"
+  },
+  {
+    "current_pays": "617.120 HBD",
+    "date": "2016-08-12T08:37:48",
+    "open_pays": "398.141 HIVE"
+  },
+  {
+    "current_pays": "185.587 HBD",
+    "date": "2016-08-12T08:41:30",
+    "open_pays": "119.733 HIVE"
+  },
+  {
+    "current_pays": "373.440 HBD",
+    "date": "2016-08-12T08:41:48",
+    "open_pays": "240.929 HIVE"
+  },
+  {
+    "current_pays": "222.235 HBD",
+    "date": "2016-08-12T08:42:00",
+    "open_pays": "143.377 HIVE"
+  },
+  {
+    "current_pays": "94.095 HBD",
+    "date": "2016-08-12T08:57:30",
+    "open_pays": "60.707 HIVE"
+  },
+  {
+    "current_pays": "140.944 HBD",
+    "date": "2016-08-12T08:57:30",
+    "open_pays": "88.090 HIVE"
+  },
+  {
+    "current_pays": "194.034 HBD",
+    "date": "2016-08-12T09:06:39",
+    "open_pays": "121.271 HIVE"
+  },
+  {
+    "current_pays": "15.500 HBD",
+    "date": "2016-08-12T09:11:48",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "1.000 HIVE",
+    "date": "2016-08-12T09:12:33",
+    "open_pays": "1.550 HBD"
+  },
+  {
+    "current_pays": "83.999 HBD",
+    "date": "2016-08-12T09:16:15",
+    "open_pays": "52.500 HIVE"
+  },
+  {
+    "current_pays": "32.200 HBD",
+    "date": "2016-08-12T09:16:36",
+    "open_pays": "20.000 HIVE"
+  },
+  {
+    "current_pays": "0.263 HBD",
+    "date": "2016-08-12T09:40:36",
+    "open_pays": "0.156 HIVE"
+  },
+  {
+    "current_pays": "13.953 HBD",
+    "date": "2016-08-12T10:33:51",
+    "open_pays": "8.307 HIVE"
+  },
+  {
+    "current_pays": "2.115 HBD",
+    "date": "2016-08-12T10:33:51",
+    "open_pays": "1.259 HIVE"
+  },
+  {
+    "current_pays": "14.683 HBD",
+    "date": "2016-08-12T10:57:15",
+    "open_pays": "8.741 HIVE"
+  },
+  {
+    "current_pays": "15.319 HBD",
+    "date": "2016-08-12T11:00:09",
+    "open_pays": "9.119 HIVE"
+  },
+  {
+    "current_pays": "22.215 HBD",
+    "date": "2016-08-12T11:00:24",
+    "open_pays": "13.067 HIVE"
+  },
+  {
+    "current_pays": "0.111 HBD",
+    "date": "2016-08-12T11:03:03",
+    "open_pays": "0.065 HIVE"
+  },
+  {
+    "current_pays": "11.675 HBD",
+    "date": "2016-08-12T11:05:09",
+    "open_pays": "6.868 HIVE"
+  },
+  {
+    "current_pays": "0.288 HBD",
+    "date": "2016-08-12T11:05:48",
+    "open_pays": "0.166 HIVE"
+  },
+  {
+    "current_pays": "103.757 HBD",
+    "date": "2016-08-12T11:06:06",
+    "open_pays": "59.975 HIVE"
+  },
+  {
+    "current_pays": "0.062 HBD",
+    "date": "2016-08-12T11:12:24",
+    "open_pays": "0.035 HIVE"
+  },
+  {
+    "current_pays": "0.094 HBD",
+    "date": "2016-08-12T11:15:00",
+    "open_pays": "0.054 HIVE"
+  },
+  {
+    "current_pays": "17.200 HBD",
+    "date": "2016-08-12T11:31:12",
+    "open_pays": "10.000 HIVE"
+  },
+  {
+    "current_pays": "32.791 HBD",
+    "date": "2016-08-12T11:36:30",
+    "open_pays": "18.954 HIVE"
+  },
+  {
+    "current_pays": "10.061 HBD",
+    "date": "2016-08-12T11:37:09",
+    "open_pays": "5.816 HIVE"
+  },
+  {
+    "current_pays": "1.367 HIVE",
+    "date": "2016-08-12T11:40:39",
+    "open_pays": "2.323 HBD"
+  },
+  {
+    "current_pays": "97.000 HBD",
+    "date": "2016-08-12T12:40:36",
+    "open_pays": "56.725 HIVE"
+  },
+  {
+    "current_pays": "4.607 HIVE",
+    "date": "2016-08-12T12:51:51",
+    "open_pays": "7.877 HBD"
+  },
+  {
+    "current_pays": "155.000 HBD",
+    "date": "2016-08-12T13:00:15",
+    "open_pays": "88.571 HIVE"
+  },
+  {
+    "current_pays": "2.556 HIVE",
+    "date": "2016-08-12T13:00:24",
+    "open_pays": "4.472 HBD"
+  },
+  {
+    "current_pays": "3.644 HIVE",
+    "date": "2016-08-12T13:01:21",
+    "open_pays": "6.376 HBD"
+  },
+  {
+    "current_pays": "11.485 HBD",
+    "date": "2016-08-12T13:01:51",
+    "open_pays": "6.562 HIVE"
+  },
+  {
+    "current_pays": "11.000 HIVE",
+    "date": "2016-08-12T13:07:36",
+    "open_pays": "19.249 HBD"
+  },
+  {
+    "current_pays": "100.572 HBD",
+    "date": "2016-08-12T13:07:36",
+    "open_pays": "57.469 HIVE"
+  },
+  {
+    "current_pays": "3.987 HIVE",
+    "date": "2016-08-12T13:10:30",
+    "open_pays": "6.977 HBD"
+  },
+  {
+    "current_pays": "3.104 HIVE",
+    "date": "2016-08-12T13:11:48",
+    "open_pays": "5.431 HBD"
+  },
+  {
+    "current_pays": "68.366 HIVE",
+    "date": "2016-08-12T13:13:00",
+    "open_pays": "119.640 HBD"
+  },
+  {
+    "current_pays": "54.300 HIVE",
+    "date": "2016-08-12T13:13:18",
+    "open_pays": "95.024 HBD"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-12T13:16:27",
+    "open_pays": "0.001 HBD"
+  },
+  {
+    "current_pays": "0.600 HIVE",
+    "date": "2016-08-12T13:46:21",
+    "open_pays": "1.036 HBD"
+  },
+  {
+    "current_pays": "440.000 HIVE",
+    "date": "2016-08-12T13:46:33",
+    "open_pays": "760.324 HBD"
+  },
+  {
+    "current_pays": "40.380 HIVE",
+    "date": "2016-08-12T13:46:36",
+    "open_pays": "69.777 HBD"
+  },
+  {
+    "current_pays": "67.165 HIVE",
+    "date": "2016-08-12T13:46:51",
+    "open_pays": "116.061 HBD"
+  },
+  {
+    "current_pays": "0.001 HIVE",
+    "date": "2016-08-12T13:48:03",
+    "open_pays": "0.002 HBD"
+  },
+  {
+    "current_pays": "1.806 HIVE",
+    "date": "2016-08-12T13:53:30",
+    "open_pays": "2.872 HBD"
+  },
+  {
+    "current_pays": "6.216 HBD",
+    "date": "2016-08-12T13:53:51",
+    "open_pays": "3.597 HIVE"
+  },
+  {
+    "current_pays": "0.417 HBD",
+    "date": "2016-08-12T14:28:51",
+    "open_pays": "0.241 HIVE"
+  },
+  {
+    "current_pays": "11.043 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "17.562 HBD"
+  },
+  {
+    "current_pays": "18.866 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "30.002 HBD"
+  },
+  {
+    "current_pays": "127.316 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "202.434 HBD"
+  },
+  {
+    "current_pays": "20.228 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "31.964 HBD"
+  },
+  {
+    "current_pays": "44.299 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "70.000 HBD"
+  },
+  {
+    "current_pays": "9.706 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "15.337 HBD"
+  },
+  {
+    "current_pays": "4.500 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "7.110 HBD"
+  },
+  {
+    "current_pays": "6.349 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "10.000 HBD"
+  },
+  {
+    "current_pays": "0.014 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "0.022 HBD"
+  },
+  {
+    "current_pays": "0.154 HIVE",
+    "date": "2016-08-12T14:53:39",
+    "open_pays": "0.239 HBD"
+  },
+  {
+    "current_pays": "66.826 HBD",
+    "date": "2016-08-12T14:54:03",
+    "open_pays": "43.113 HIVE"
+  },
+  {
+    "current_pays": "71.025 HBD",
+    "date": "2016-08-12T14:54:36",
+    "open_pays": "45.822 HIVE"
+  },
+  {
+    "current_pays": "188.423 HBD",
+    "date": "2016-08-12T14:54:54",
+    "open_pays": "121.563 HIVE"
+  },
+  {
+    "current_pays": "3.038 HBD",
+    "date": "2016-08-12T14:55:12",
+    "open_pays": "1.960 HIVE"
+  },
+  {
+    "current_pays": "191.900 HBD",
+    "date": "2016-08-12T14:55:42",
+    "open_pays": "123.806 HIVE"
+  },
+  {
+    "current_pays": "1798.125 HBD",
+    "date": "2016-08-12T14:55:48",
+    "open_pays": "1160.080 HIVE"
+  },
+  {
+    "current_pays": "4.922 HBD",
+    "date": "2016-08-12T14:56:27",
+    "open_pays": "3.175 HIVE"
+  },
+  {
+    "current_pays": "4.927 HBD",
+    "date": "2016-08-12T14:56:45",
+    "open_pays": "3.178 HIVE"
+  },
+  {
+    "current_pays": "44.676 HBD",
+    "date": "2016-08-12T14:57:00",
+    "open_pays": "28.823 HIVE"
+  },
+  {
+    "current_pays": "44.728 HBD",
+    "date": "2016-08-12T14:57:18",
+    "open_pays": "28.856 HIVE"
+  },
+  {
+    "current_pays": "29.285 HBD",
+    "date": "2016-08-12T14:57:30",
+    "open_pays": "18.893 HIVE"
+  },
+  {
+    "current_pays": "3.486 HBD",
+    "date": "2016-08-12T14:57:51",
+    "open_pays": "2.249 HIVE"
+  },
+  {
+    "current_pays": "4.922 HBD",
+    "date": "2016-08-12T14:59:51",
+    "open_pays": "3.175 HIVE"
+  },
+  {
+    "current_pays": "9.817 HBD",
+    "date": "2016-08-12T15:00:18",
+    "open_pays": "6.333 HIVE"
+  },
+  {
+    "current_pays": "1.989 HBD",
+    "date": "2016-08-12T15:01:24",
+    "open_pays": "1.283 HIVE"
+  },
+  {
+    "current_pays": "4.922 HBD",
+    "date": "2016-08-12T15:01:48",
+    "open_pays": "3.175 HIVE"
+  },
+  {
+    "current_pays": "6.692 HBD",
+    "date": "2016-08-12T15:02:39",
+    "open_pays": "4.317 HIVE"
+  },
+  {
+    "current_pays": "0.086 HBD",
+    "date": "2016-08-12T15:02:48",
+    "open_pays": "0.055 HIVE"
+  },
+  {
+    "current_pays": "45.513 HBD",
+    "date": "2016-08-12T15:03:09",
+    "open_pays": "29.363 HIVE"
+  },
+  {
+    "current_pays": "119.350 HBD",
+    "date": "2016-08-12T15:03:12",
+    "open_pays": "77.000 HIVE"
+  },
+  {
+    "current_pays": "3.675 HIVE",
+    "date": "2016-08-12T15:03:33",
+    "open_pays": "5.696 HBD"
+  },
+  {
+    "current_pays": "4.368 HIVE",
+    "date": "2016-08-12T15:03:33",
+    "open_pays": "6.769 HBD"
+  },
+  {
+    "current_pays": "173.910 HBD",
+    "date": "2016-08-12T15:03:39",
+    "open_pays": "112.200 HIVE"
+  },
+  {
+    "current_pays": "72.521 HBD",
+    "date": "2016-08-12T15:04:00",
+    "open_pays": "46.787 HIVE"
+  },
+  {
+    "current_pays": "70.864 HBD",
+    "date": "2016-08-12T15:04:21",
+    "open_pays": "45.718 HIVE"
+  },
+  {
+    "current_pays": "4.928 HBD",
+    "date": "2016-08-12T15:04:36",
+    "open_pays": "3.179 HIVE"
+  },
+  {
+    "current_pays": "83.206 HBD",
+    "date": "2016-08-12T15:05:06",
+    "open_pays": "53.681 HIVE"
+  },
+  {
+    "current_pays": "3.463 HBD",
+    "date": "2016-08-12T15:05:18",
+    "open_pays": "2.234 HIVE"
+  },
+  {
+    "current_pays": "83.153 HBD",
+    "date": "2016-08-12T15:05:39",
+    "open_pays": "53.647 HIVE"
+  },
+  {
+    "current_pays": "4.937 HBD",
+    "date": "2016-08-12T15:05:51",
+    "open_pays": "3.185 HIVE"
+  },
+  {
+    "current_pays": "13.083 HBD",
+    "date": "2016-08-12T15:06:09",
+    "open_pays": "8.440 HIVE"
+  },
+  {
+    "current_pays": "18.319 HBD",
+    "date": "2016-08-12T15:06:33",
+    "open_pays": "11.818 HIVE"
+  },
+  {
+    "current_pays": "15.503 HBD",
+    "date": "2016-08-12T15:06:54",
+    "open_pays": "10.001 HIVE"
+  },
+  {
+    "current_pays": "70.519 HBD",
+    "date": "2016-08-12T15:07:12",
+    "open_pays": "45.496 HIVE"
+  },
+  {
+    "current_pays": "16.649 HBD",
+    "date": "2016-08-12T15:08:18",
+    "open_pays": "10.741 HIVE"
+  },
+  {
+    "current_pays": "0.182 HBD",
+    "date": "2016-08-12T15:08:36",
+    "open_pays": "0.117 HIVE"
+  },
+  {
+    "current_pays": "4.684 HBD",
+    "date": "2016-08-12T15:08:48",
+    "open_pays": "3.021 HIVE"
+  },
+  {
+    "current_pays": "0.417 HBD",
+    "date": "2016-08-12T15:09:00",
+    "open_pays": "0.269 HIVE"
+  },
+  {
+    "current_pays": "9.275 HBD",
+    "date": "2016-08-12T15:09:36",
+    "open_pays": "5.983 HIVE"
+  },
+  {
+    "current_pays": "5.454 HBD",
+    "date": "2016-08-12T15:10:06",
+    "open_pays": "3.518 HIVE"
+  },
+  {
+    "current_pays": "2.365 HBD",
+    "date": "2016-08-12T15:10:24",
+    "open_pays": "1.525 HIVE"
+  },
+  {
+    "current_pays": "1.879 HBD",
+    "date": "2016-08-12T15:10:48",
+    "open_pays": "1.212 HIVE"
+  },
+  {
+    "current_pays": "19.218 HBD",
+    "date": "2016-08-12T15:11:06",
+    "open_pays": "12.398 HIVE"
+  },
+  {
+    "current_pays": "11.934 HBD",
+    "date": "2016-08-12T15:12:51",
+    "open_pays": "7.699 HIVE"
+  },
+  {
+    "current_pays": "4.924 HBD",
+    "date": "2016-08-12T15:13:12",
+    "open_pays": "3.176 HIVE"
+  },
+  {
+    "current_pays": "26.953 HBD",
+    "date": "2016-08-12T15:13:33",
+    "open_pays": "17.389 HIVE"
+  },
+  {
+    "current_pays": "73.810 HBD",
+    "date": "2016-08-12T15:13:48",
+    "open_pays": "47.619 HIVE"
+  },
+  {
+    "current_pays": "150.893 HBD",
+    "date": "2016-08-12T15:14:27",
+    "open_pays": "97.350 HIVE"
+  },
+  {
+    "current_pays": "26.700 HBD",
+    "date": "2016-08-12T15:15:36",
+    "open_pays": "17.225 HIVE"
+  },
+  {
+    "current_pays": "3100.000 HBD",
+    "date": "2016-08-12T15:18:27",
+    "open_pays": "2000.000 HIVE"
+  },
+  {
+    "current_pays": "15.152 HBD",
+    "date": "2016-08-12T15:18:39",
+    "open_pays": "9.775 HIVE"
+  },
+  {
+    "current_pays": "1162.500 HBD",
+    "date": "2016-08-12T15:18:54",
+    "open_pays": "750.000 HIVE"
+  },
+  {
+    "current_pays": "189.100 HBD",
+    "date": "2016-08-12T15:19:30",
+    "open_pays": "122.000 HIVE"
+  },
+  {
+    "current_pays": "119.350 HBD",
+    "date": "2016-08-12T15:19:42",
+    "open_pays": "77.000 HIVE"
+  },
+  {
+    "current_pays": "74.018 HBD",
+    "date": "2016-08-12T15:23:24",
+    "open_pays": "47.753 HIVE"
+  },
+  {
+    "current_pays": "28.641 HBD",
+    "date": "2016-08-12T15:23:42",
+    "open_pays": "18.478 HIVE"
+  },
+  {
+    "current_pays": "17.456 HBD",
+    "date": "2016-08-12T15:25:00",
+    "open_pays": "11.261 HIVE"
+  },
+  {
+    "current_pays": "4.074 HBD",
+    "date": "2016-08-12T15:25:15",
+    "open_pays": "2.628 HIVE"
+  },
+  {
+    "current_pays": "3.077 HBD",
+    "date": "2016-08-12T15:25:36",
+    "open_pays": "1.985 HIVE"
+  },
+  {
+    "current_pays": "3.998 HBD",
+    "date": "2016-08-12T15:25:51",
+    "open_pays": "2.579 HIVE"
+  },
+  {
+    "current_pays": "68.733 HBD",
+    "date": "2016-08-12T15:26:15",
+    "open_pays": "44.343 HIVE"
+  },
+  {
+    "current_pays": "3.077 HBD",
+    "date": "2016-08-12T15:26:42",
+    "open_pays": "1.985 HIVE"
+  },
+  {
+    "current_pays": "640.897 HBD",
+    "date": "2016-08-12T15:27:18",
+    "open_pays": "413.481 HIVE"
+  },
+  {
+    "current_pays": "121.814 HBD",
+    "date": "2016-08-12T15:28:36",
+    "open_pays": "78.589 HIVE"
+  },
+  {
+    "current_pays": "71.226 HBD",
+    "date": "2016-08-12T15:29:48",
+    "open_pays": "45.952 HIVE"
+  },
+  {
+    "current_pays": "119.350 HBD",
+    "date": "2016-08-12T15:30:57",
+    "open_pays": "77.000 HIVE"
+  },
+  {
+    "current_pays": "56.000 HBD",
+    "date": "2016-08-12T15:31:06",
+    "open_pays": "36.129 HIVE"
+  },
+  {
+    "current_pays": "82.302 HBD",
+    "date": "2016-08-12T15:31:24",
+    "open_pays": "53.098 HIVE"
+  },
+  {
+    "current_pays": "4.503 HBD",
+    "date": "2016-08-12T15:31:57",
+    "open_pays": "2.905 HIVE"
+  },
+  {
+    "current_pays": "18.754 HBD",
+    "date": "2016-08-12T15:32:27",
+    "open_pays": "12.099 HIVE"
+  },
+  {
+    "current_pays": "54.207 HBD",
+    "date": "2016-08-12T15:33:03",
+    "open_pays": "34.972 HIVE"
+  },
+  {
+    "current_pays": "34.900 HBD",
+    "date": "2016-08-12T15:33:03",
+    "open_pays": "22.516 HIVE"
+  },
+  {
+    "current_pays": "5.049 HBD",
+    "date": "2016-08-12T15:33:30",
+    "open_pays": "3.257 HIVE"
+  },
+  {
+    "current_pays": "17.458 HBD",
+    "date": "2016-08-12T15:34:03",
+    "open_pays": "11.263 HIVE"
+  },
+  {
+    "current_pays": "21.635 HBD",
+    "date": "2016-08-12T15:34:42",
+    "open_pays": "13.958 HIVE"
+  },
+  {
+    "current_pays": "26.750 HBD",
+    "date": "2016-08-12T15:42:33",
+    "open_pays": "17.258 HIVE"
+  },
+  {
+    "current_pays": "75.872 HBD",
+    "date": "2016-08-12T15:42:48",
+    "open_pays": "48.949 HIVE"
+  },
+  {
+    "current_pays": "24.632 HBD",
+    "date": "2016-08-12T15:43:03",
+    "open_pays": "15.891 HIVE"
+  },
+  {
+    "current_pays": "82.375 HBD",
+    "date": "2016-08-12T15:43:18",
+    "open_pays": "53.145 HIVE"
+  },
+  {
+    "current_pays": "5.062 HBD",
+    "date": "2016-08-12T15:43:39",
+    "open_pays": "3.265 HIVE"
+  },
+  {
+    "current_pays": "37.563 HBD",
+    "date": "2016-08-12T15:43:57",
+    "open_pays": "24.234 HIVE"
+  },
+  {
+    "current_pays": "0.098 HBD",
+    "date": "2016-08-12T15:45:09",
+    "open_pays": "0.063 HIVE"
+  },
+  {
+    "current_pays": "71.012 HBD",
+    "date": "2016-08-12T15:49:21",
+    "open_pays": "45.814 HIVE"
+  },
+  {
+    "current_pays": "776.600 HBD",
+    "date": "2016-08-12T15:50:06",
+    "open_pays": "501.032 HIVE"
+  },
+  {
+    "current_pays": "17.382 HBD",
+    "date": "2016-08-12T15:50:33",
+    "open_pays": "11.214 HIVE"
+  },
+  {
+    "current_pays": "6.423 HBD",
+    "date": "2016-08-12T15:50:51",
+    "open_pays": "4.143 HIVE"
+  },
+  {
+    "current_pays": "7.085 HBD",
+    "date": "2016-08-12T15:51:09",
+    "open_pays": "4.570 HIVE"
+  },
+  {
+    "current_pays": "21.730 HBD",
+    "date": "2016-08-12T15:51:42",
+    "open_pays": "14.019 HIVE"
+  },
+  {
+    "current_pays": "20.458 HBD",
+    "date": "2016-08-12T15:51:54",
+    "open_pays": "13.198 HIVE"
+  },
+  {
+    "current_pays": "22.510 HBD",
+    "date": "2016-08-12T15:52:06",
+    "open_pays": "14.522 HIVE"
+  },
+  {
+    "current_pays": "93.782 HBD",
+    "date": "2016-08-12T15:52:48",
+    "open_pays": "60.504 HIVE"
+  },
+  {
+    "current_pays": "78.797 HBD",
+    "date": "2016-08-12T15:53:36",
+    "open_pays": "50.836 HIVE"
+  },
+  {
+    "current_pays": "77.500 HBD",
+    "date": "2016-08-12T15:54:21",
+    "open_pays": "50.000 HIVE"
+  },
+  {
+    "current_pays": "79.451 HBD",
+    "date": "2016-08-12T15:54:33",
+    "open_pays": "51.258 HIVE"
+  },
+  {
+    "current_pays": "77.658 HBD",
+    "date": "2016-08-12T15:54:48",
+    "open_pays": "50.101 HIVE"
+  },
+  {
+    "current_pays": "50.906 HBD",
+    "date": "2016-08-12T15:55:06",
+    "open_pays": "32.842 HIVE"
+  },
+  {
+    "current_pays": "33.937 HBD",
+    "date": "2016-08-12T15:55:18",
+    "open_pays": "21.894 HIVE"
+  },
+  {
+    "current_pays": "38.987 HBD",
+    "date": "2016-08-12T15:55:33",
+    "open_pays": "25.152 HIVE"
+  },
+  {
+    "current_pays": "22.625 HBD",
+    "date": "2016-08-12T15:55:51",
+    "open_pays": "14.596 HIVE"
+  },
+  {
+    "current_pays": "15.083 HBD",
+    "date": "2016-08-12T15:56:09",
+    "open_pays": "9.730 HIVE"
+  },
+  {
+    "current_pays": "84.209 HBD",
+    "date": "2016-08-12T15:56:27",
+    "open_pays": "54.328 HIVE"
+  },
+  {
+    "current_pays": "82.337 HBD",
+    "date": "2016-08-12T15:57:15",
+    "open_pays": "53.120 HIVE"
+  },
+  {
+    "current_pays": "14.507 HBD",
+    "date": "2016-08-12T15:57:33",
+    "open_pays": "9.359 HIVE"
+  },
+  {
+    "current_pays": "19.664 HBD",
+    "date": "2016-08-12T15:57:54",
+    "open_pays": "12.686 HIVE"
+  },
+  {
+    "current_pays": "12.950 HBD",
+    "date": "2016-08-12T15:58:54",
+    "open_pays": "8.354 HIVE"
+  },
+  {
+    "current_pays": "13.298 HBD",
+    "date": "2016-08-12T15:59:45",
+    "open_pays": "8.579 HIVE"
+  },
+  {
+    "current_pays": "7.251 HBD",
+    "date": "2016-08-12T15:59:51",
+    "open_pays": "4.678 HIVE"
+  },
+  {
+    "current_pays": "2.159 HBD",
+    "date": "2016-08-12T16:07:15",
+    "open_pays": "1.392 HIVE"
+  },
+  {
+    "current_pays": "5.719 HBD",
+    "date": "2016-08-12T16:07:57",
+    "open_pays": "3.689 HIVE"
+  },
+  {
+    "current_pays": "7.625 HBD",
+    "date": "2016-08-12T16:08:27",
+    "open_pays": "4.919 HIVE"
+  }
+]
diff --git a/hived/tavern/condenser_api_patterns/get_trade_history/get.tavern.yaml b/hived/tavern/condenser_api_patterns/get_trade_history/get.tavern.yaml
new file mode 100644
index 00000000..8fb46046
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_trade_history/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived condenser_api.get_trade_history
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_trade_history
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_trade_history"
+          params: ["2016-08-11T00:00:00", "2017-01-11T00:00:00", 1000]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "condenser_api_patterns/get_trade_history"
+            ignore_tags: ['current_pays','date','open_pays']
diff --git a/hived/tavern/condenser_api_patterns/get_volume/get.pat.json b/hived/tavern/condenser_api_patterns/get_volume/get.pat.json
new file mode 100644
index 00000000..a9d0011e
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_volume/get.pat.json
@@ -0,0 +1,4 @@
+{
+  "hbd_volume": "3020.715 HBD",
+  "hive_volume": "26070.228 HIVE"
+}
diff --git a/hived/tavern/condenser_api_patterns/get_volume/get.tavern.yaml b/hived/tavern/condenser_api_patterns/get_volume/get.tavern.yaml
new file mode 100644
index 00000000..2bb3236c
--- /dev/null
+++ b/hived/tavern/condenser_api_patterns/get_volume/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hived condenser_api.get_volume
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: condenser_api.get_volume
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "condenser_api.get_volume"
+          params: []
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "condenser_api_patterns/get_volume"
+            ignore_tags: ['hbd_volume','hive_volume']
\ No newline at end of file
diff --git a/hived/tavern/database_api_patterns/verify_account_authority/get.pat.json b/hived/tavern/database_api_patterns/verify_account_authority/get.pat.json
new file mode 100644
index 00000000..39be4476
--- /dev/null
+++ b/hived/tavern/database_api_patterns/verify_account_authority/get.pat.json
@@ -0,0 +1,3 @@
+{
+  "valid": true
+}
diff --git a/hived/tavern/database_api_patterns/verify_account_authority/get.tavern.yaml b/hived/tavern/database_api_patterns/verify_account_authority/get.tavern.yaml
new file mode 100644
index 00000000..0a339f8a
--- /dev/null
+++ b/hived/tavern/database_api_patterns/verify_account_authority/get.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived database_api.verify_account_authority
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: database_api.verify_account_authority
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "database_api.verify_account_authority"
+          params: {"account": "temp", "signers": ["STM8GC13uCZbP44HzMLV6zPZGwVQ8Nt4Kji8PapsPiNq1BK153XTX"]}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "database_api_patterns/verify_account_authority"
\ No newline at end of file
diff --git a/hived/tavern/market_history_api_patterns/get_market_history/get.pat.json b/hived/tavern/market_history_api_patterns/get_market_history/get.pat.json
new file mode 100644
index 00000000..e0e4cccc
--- /dev/null
+++ b/hived/tavern/market_history_api_patterns/get_market_history/get.pat.json
@@ -0,0 +1,4583 @@
+{
+  "buckets": [
+    {
+      "hive": {
+        "close": 638967,
+        "high": 1,
+        "low": 751,
+        "open": 33000,
+        "volume": 633560581
+      },
+      "id": 4,
+      "non_hive": {
+        "close": 200000,
+        "high": 1,
+        "low": 99,
+        "open": 6105,
+        "volume": 190179911
+      },
+      "open": "2016-07-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000000,
+        "high": 6,
+        "low": 30957,
+        "open": 638967,
+        "volume": 472846288
+      },
+      "id": 2187,
+      "non_hive": {
+        "close": 296999,
+        "high": 2,
+        "low": 8513,
+        "open": 200000,
+        "volume": 139311448
+      },
+      "open": "2016-07-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1490,
+        "high": 3,
+        "low": 1489516,
+        "open": 10000,
+        "volume": 557689494
+      },
+      "id": 3232,
+      "non_hive": {
+        "close": 401,
+        "high": 1,
+        "low": 388764,
+        "open": 2970,
+        "volume": 152389270
+      },
+      "open": "2016-07-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1248498,
+        "high": 2,
+        "low": 4,
+        "open": 1271000,
+        "volume": 578758827
+      },
+      "id": 4120,
+      "non_hive": {
+        "close": 412003,
+        "high": 1,
+        "low": 1,
+        "open": 341898,
+        "volume": 175109781
+      },
+      "open": "2016-07-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2997,
+        "high": 2,
+        "low": 537068,
+        "open": 1000000,
+        "volume": 2251234264
+      },
+      "id": 4835,
+      "non_hive": {
+        "close": 1004,
+        "high": 1,
+        "low": 155749,
+        "open": 301000,
+        "volume": 718887099
+      },
+      "open": "2016-07-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 10000000,
+        "high": 13235,
+        "low": 1640149,
+        "open": 37794,
+        "volume": 2189640825
+      },
+      "id": 5883,
+      "non_hive": {
+        "close": 6108000,
+        "high": 9000,
+        "low": 543377,
+        "open": 12661,
+        "volume": 839764094
+      },
+      "open": "2016-07-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9681699,
+        "high": 1,
+        "low": 236504,
+        "open": 200000,
+        "volume": 1805284141
+      },
+      "id": 6878,
+      "non_hive": {
+        "close": 6766171,
+        "high": 1,
+        "low": 82776,
+        "open": 122180,
+        "volume": 1183573803
+      },
+      "open": "2016-07-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 26401,
+        "high": 1,
+        "low": 13333160,
+        "open": 100000,
+        "volume": 1325679741
+      },
+      "id": 7644,
+      "non_hive": {
+        "close": 25081,
+        "high": 1,
+        "low": 5999924,
+        "open": 56000,
+        "volume": 959491012
+      },
+      "open": "2016-07-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4970826,
+        "high": 4970826,
+        "low": 17997,
+        "open": 100000,
+        "volume": 1349632620
+      },
+      "id": 8370,
+      "non_hive": {
+        "close": 11830566,
+        "high": 11830566,
+        "low": 16557,
+        "open": 95500,
+        "volume": 1952715444
+      },
+      "open": "2016-07-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8924644,
+        "high": 3,
+        "low": 153145,
+        "open": 2119,
+        "volume": 2080098858
+      },
+      "id": 9321,
+      "non_hive": {
+        "close": 26327701,
+        "high": 11,
+        "low": 76572,
+        "open": 5000,
+        "volume": "5954589735"
+      },
+      "open": "2016-07-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 74981,
+        "high": 23,
+        "low": 1,
+        "open": 12015784,
+        "volume": "5373349596"
+      },
+      "id": 10917,
+      "non_hive": {
+        "close": 277056,
+        "high": 100,
+        "low": 1,
+        "open": 35446563,
+        "volume": "17121076896"
+      },
+      "open": "2016-07-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 500000,
+        "high": 2,
+        "low": 1,
+        "open": 184,
+        "volume": 500190948
+      },
+      "id": 13328,
+      "non_hive": {
+        "close": 1577500,
+        "high": 9,
+        "low": 2,
+        "open": 580,
+        "volume": 1728074095
+      },
+      "open": "2016-07-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000,
+        "high": 8,
+        "low": 251232,
+        "open": 10000,
+        "volume": 232810303
+      },
+      "id": 14214,
+      "non_hive": {
+        "close": 3008,
+        "high": 30,
+        "low": 678326,
+        "open": 32168,
+        "volume": 754555214
+      },
+      "open": "2016-07-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 224605,
+        "high": 2,
+        "low": 1,
+        "open": 10000,
+        "volume": 138790218
+      },
+      "id": 14673,
+      "non_hive": {
+        "close": 696275,
+        "high": 8,
+        "low": 2,
+        "open": 28600,
+        "volume": 404890309
+      },
+      "open": "2016-07-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 225395,
+        "high": 8,
+        "low": 1,
+        "open": 10000,
+        "volume": 257620866
+      },
+      "id": 15421,
+      "non_hive": {
+        "close": 635569,
+        "high": 29,
+        "low": 2,
+        "open": 32000,
+        "volume": 799340145
+      },
+      "open": "2016-07-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 250964,
+        "high": 21,
+        "low": 1,
+        "open": 3546,
+        "volume": 295678919
+      },
+      "id": 16722,
+      "non_hive": {
+        "close": 780500,
+        "high": 76,
+        "low": 2,
+        "open": 10000,
+        "volume": 913055011
+      },
+      "open": "2016-07-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 39624,
+        "high": 2,
+        "low": 1,
+        "open": 95109,
+        "volume": 319437282
+      },
+      "id": 18375,
+      "non_hive": {
+        "close": 113943,
+        "high": 8,
+        "low": 2,
+        "open": 283236,
+        "volume": 957290486
+      },
+      "open": "2016-07-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000,
+        "high": 3,
+        "low": 1,
+        "open": 9,
+        "volume": 675189108
+      },
+      "id": 20101,
+      "non_hive": {
+        "close": 2694,
+        "high": 10,
+        "low": 2,
+        "open": 28,
+        "volume": 1882621722
+      },
+      "open": "2016-07-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6970,
+        "high": 3,
+        "low": 1,
+        "open": 13641,
+        "volume": 739116548
+      },
+      "id": 21765,
+      "non_hive": {
+        "close": 19698,
+        "high": 11,
+        "low": 2,
+        "open": 36745,
+        "volume": 2075810928
+      },
+      "open": "2016-07-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 40520,
+        "high": 1,
+        "low": 1,
+        "open": 2834,
+        "volume": 936388404
+      },
+      "id": 23208,
+      "non_hive": {
+        "close": 137101,
+        "high": 4,
+        "low": 2,
+        "open": 8009,
+        "volume": 2839224482
+      },
+      "open": "2016-07-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2013,
+        "high": 2,
+        "low": 1,
+        "open": 2704,
+        "volume": 725390050
+      },
+      "id": 24639,
+      "non_hive": {
+        "close": 7313,
+        "high": 10,
+        "low": 3,
+        "open": 9150,
+        "volume": 2489143277
+      },
+      "open": "2016-07-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1512,
+        "high": 4,
+        "low": 1,
+        "open": 19058,
+        "volume": 1578916695
+      },
+      "id": 26075,
+      "non_hive": {
+        "close": 5244,
+        "high": 18,
+        "low": 3,
+        "open": 69100,
+        "volume": "5670629301"
+      },
+      "open": "2016-07-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 86,
+        "high": 2,
+        "low": 10000,
+        "open": 34910,
+        "volume": 639846146
+      },
+      "id": 27279,
+      "non_hive": {
+        "close": 281,
+        "high": 10,
+        "low": 30000,
+        "open": 121071,
+        "volume": 2215485605
+      },
+      "open": "2016-07-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 100,
+        "high": 1,
+        "low": 100000,
+        "open": 1827,
+        "volume": 25957986
+      },
+      "id": 28394,
+      "non_hive": {
+        "close": 326,
+        "high": 6,
+        "low": 250000,
+        "open": 5964,
+        "volume": 82360531
+      },
+      "open": "2016-07-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 555,
+        "high": 3,
+        "low": 1,
+        "open": 2103,
+        "volume": 16666443
+      },
+      "id": 29927,
+      "non_hive": {
+        "close": 1666,
+        "high": 12,
+        "low": 2,
+        "open": 6842,
+        "volume": 49433794
+      },
+      "open": "2016-07-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 57471,
+        "high": 2,
+        "low": 1,
+        "open": 39620,
+        "volume": 37595761
+      },
+      "id": 30822,
+      "non_hive": {
+        "close": 133332,
+        "high": 8,
+        "low": 2,
+        "open": 118861,
+        "volume": 90670715
+      },
+      "open": "2016-07-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 348,
+        "high": 5,
+        "low": 1,
+        "open": 10827,
+        "volume": 8442124
+      },
+      "id": 31908,
+      "non_hive": {
+        "close": 1013,
+        "high": 17,
+        "low": 2,
+        "open": 25120,
+        "volume": 21888811
+      },
+      "open": "2016-07-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 24642,
+        "high": 3,
+        "low": 1,
+        "open": 53,
+        "volume": 5647139
+      },
+      "id": 32598,
+      "non_hive": {
+        "close": 71675,
+        "high": 11,
+        "low": 2,
+        "open": 156,
+        "volume": 16617843
+      },
+      "open": "2016-07-31T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 56502,
+        "high": 3,
+        "low": 1,
+        "open": 46221,
+        "volume": 10291597
+      },
+      "id": 33214,
+      "non_hive": {
+        "close": 159788,
+        "high": 10,
+        "low": 2,
+        "open": 134481,
+        "volume": 29371173
+      },
+      "open": "2016-08-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4800,
+        "high": 6,
+        "low": 1,
+        "open": 83,
+        "volume": 24795240
+      },
+      "id": 33970,
+      "non_hive": {
+        "close": 11378,
+        "high": 19,
+        "low": 2,
+        "open": 235,
+        "volume": 65236050
+      },
+      "open": "2016-08-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1765,
+        "high": 1,
+        "low": 1,
+        "open": 149805,
+        "volume": 11732862
+      },
+      "id": 34845,
+      "non_hive": {
+        "close": 4414,
+        "high": 3,
+        "low": 2,
+        "open": 371516,
+        "volume": 28660731
+      },
+      "open": "2016-08-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 22045,
+        "high": 3,
+        "low": 1,
+        "open": 1631,
+        "volume": 23662783
+      },
+      "id": 35596,
+      "non_hive": {
+        "close": 49601,
+        "high": 9,
+        "low": 2,
+        "open": 3935,
+        "volume": 54783225
+      },
+      "open": "2016-08-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 81894,
+        "high": 4,
+        "low": 1,
+        "open": 46,
+        "volume": 8258457
+      },
+      "id": 36467,
+      "non_hive": {
+        "close": 187553,
+        "high": 11,
+        "low": 2,
+        "open": 103,
+        "volume": 19016076
+      },
+      "open": "2016-08-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 577,
+        "high": 1,
+        "low": 1,
+        "open": 2261,
+        "volume": 12488457
+      },
+      "id": 37101,
+      "non_hive": {
+        "close": 1320,
+        "high": 3,
+        "low": 2,
+        "open": 5200,
+        "volume": 28282259
+      },
+      "open": "2016-08-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 98,
+        "high": 1,
+        "low": 1,
+        "open": 2541,
+        "volume": 15585071
+      },
+      "id": 37666,
+      "non_hive": {
+        "close": 230,
+        "high": 3,
+        "low": 2,
+        "open": 5807,
+        "volume": 35505922
+      },
+      "open": "2016-08-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 45471,
+        "high": 1,
+        "low": 1,
+        "open": 1474,
+        "volume": 22428227
+      },
+      "id": 38251,
+      "non_hive": {
+        "close": 98674,
+        "high": 3,
+        "low": 2,
+        "open": 3597,
+        "volume": 49419291
+      },
+      "open": "2016-08-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 415,
+        "high": 1,
+        "low": 1,
+        "open": 467,
+        "volume": 13863754
+      },
+      "id": 39228,
+      "non_hive": {
+        "close": 792,
+        "high": 3,
+        "low": 1,
+        "open": 1008,
+        "volume": 28915901
+      },
+      "open": "2016-08-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 84496,
+        "high": 3,
+        "low": 2,
+        "open": 176,
+        "volume": 4875427
+      },
+      "id": 39909,
+      "non_hive": {
+        "close": 158008,
+        "high": 8,
+        "low": 3,
+        "open": 370,
+        "volume": 9609697
+      },
+      "open": "2016-08-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9838,
+        "high": 18,
+        "low": 1,
+        "open": 112,
+        "volume": 46934318
+      },
+      "id": 40280,
+      "non_hive": {
+        "close": 15250,
+        "high": 37,
+        "low": 1,
+        "open": 211,
+        "volume": 76602065
+      },
+      "open": "2016-08-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2287,
+        "high": 1,
+        "low": 1,
+        "open": 162091,
+        "volume": 26595888
+      },
+      "id": 41249,
+      "non_hive": {
+        "close": 3545,
+        "high": 2,
+        "low": 1,
+        "open": 251242,
+        "volume": 41356980
+      },
+      "open": "2016-08-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 55865,
+        "high": 1,
+        "low": 1,
+        "open": 56372,
+        "volume": 14835506
+      },
+      "id": 42062,
+      "non_hive": {
+        "close": 100000,
+        "high": 2,
+        "low": 1,
+        "open": 87376,
+        "volume": 23275275
+      },
+      "open": "2016-08-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6005,
+        "high": 5,
+        "low": 1,
+        "open": 15313,
+        "volume": 3012819
+      },
+      "id": 42653,
+      "non_hive": {
+        "close": 10080,
+        "high": 10,
+        "low": 1,
+        "open": 27412,
+        "volume": 5209523
+      },
+      "open": "2016-08-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6181,
+        "high": 1,
+        "low": 1,
+        "open": 43598,
+        "volume": 5739487
+      },
+      "id": 43263,
+      "non_hive": {
+        "close": 10193,
+        "high": 2,
+        "low": 1,
+        "open": 73000,
+        "volume": 9169057
+      },
+      "open": "2016-08-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 59656,
+        "high": 1,
+        "low": 1,
+        "open": 428,
+        "volume": 33004275
+      },
+      "id": 43746,
+      "non_hive": {
+        "close": 84712,
+        "high": 2,
+        "low": 1,
+        "open": 707,
+        "volume": 48400176
+      },
+      "open": "2016-08-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 58290,
+        "high": 1,
+        "low": 1,
+        "open": 585003,
+        "volume": 40646155
+      },
+      "id": 44479,
+      "non_hive": {
+        "close": 89768,
+        "high": 2,
+        "low": 1,
+        "open": 830704,
+        "volume": 61130769
+      },
+      "open": "2016-08-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 54587,
+        "high": 1,
+        "low": 1,
+        "open": 30000,
+        "volume": 13919200
+      },
+      "id": 45266,
+      "non_hive": {
+        "close": 80788,
+        "high": 3,
+        "low": 1,
+        "open": 46200,
+        "volume": 21329935
+      },
+      "open": "2016-08-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 37681,
+        "high": 1,
+        "low": 1,
+        "open": 1562,
+        "volume": 16709235
+      },
+      "id": 46145,
+      "non_hive": {
+        "close": 62062,
+        "high": 2,
+        "low": 1,
+        "open": 2312,
+        "volume": 25167234
+      },
+      "open": "2016-08-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2150,
+        "high": 1,
+        "low": 1,
+        "open": 10118,
+        "volume": 5183006
+      },
+      "id": 46971,
+      "non_hive": {
+        "close": 3440,
+        "high": 2,
+        "low": 1,
+        "open": 16213,
+        "volume": 8274299
+      },
+      "open": "2016-08-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 130,
+        "high": 2,
+        "low": 1,
+        "open": 1060,
+        "volume": 4537167
+      },
+      "id": 47573,
+      "non_hive": {
+        "close": 208,
+        "high": 4,
+        "low": 1,
+        "open": 1685,
+        "volume": 7351723
+      },
+      "open": "2016-08-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9872,
+        "high": 1,
+        "low": 1,
+        "open": 53,
+        "volume": 7289980
+      },
+      "id": 48073,
+      "non_hive": {
+        "close": 14813,
+        "high": 2,
+        "low": 1,
+        "open": 87,
+        "volume": 11275567
+      },
+      "open": "2016-08-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1542,
+        "high": 78,
+        "low": 1,
+        "open": 1,
+        "volume": 21112703
+      },
+      "id": 48774,
+      "non_hive": {
+        "close": 2100,
+        "high": 121,
+        "low": 1,
+        "open": 1,
+        "volume": 26904265
+      },
+      "open": "2016-08-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 10399,
+        "high": 1,
+        "low": 1,
+        "open": 1000,
+        "volume": 27724041
+      },
+      "id": 49439,
+      "non_hive": {
+        "close": 12998,
+        "high": 2,
+        "low": 1,
+        "open": 1288,
+        "volume": 32887083
+      },
+      "open": "2016-08-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 40636,
+        "high": 1,
+        "low": 2,
+        "open": 850,
+        "volume": 17063059
+      },
+      "id": 50451,
+      "non_hive": {
+        "close": 43074,
+        "high": 2,
+        "low": 2,
+        "open": 1071,
+        "volume": 18742667
+      },
+      "open": "2016-08-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 20000,
+        "high": 1,
+        "low": 10000,
+        "open": 7781,
+        "volume": 42645983
+      },
+      "id": 51094,
+      "non_hive": {
+        "close": 19100,
+        "high": 2,
+        "low": 8900,
+        "open": 8287,
+        "volume": 41181383
+      },
+      "open": "2016-08-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 190775,
+        "high": 1,
+        "low": 1572,
+        "open": 500052,
+        "volume": 51321832
+      },
+      "id": 51903,
+      "non_hive": {
+        "close": 182191,
+        "high": 1,
+        "low": 1400,
+        "open": 477550,
+        "volume": 47974216
+      },
+      "open": "2016-08-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2228,
+        "high": 1,
+        "low": 129527,
+        "open": 30000,
+        "volume": 4627575
+      },
+      "id": 52844,
+      "non_hive": {
+        "close": 2000,
+        "high": 1,
+        "low": 111522,
+        "open": 28650,
+        "volume": 4367963
+      },
+      "open": "2016-08-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 302,
+        "high": 1,
+        "low": 3,
+        "open": 5000,
+        "volume": 36005030
+      },
+      "id": 53210,
+      "non_hive": {
+        "close": 376,
+        "high": 2,
+        "low": 2,
+        "open": 4396,
+        "volume": 37546287
+      },
+      "open": "2016-08-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2241,
+        "high": 1,
+        "low": 3100,
+        "open": 4501,
+        "volume": 15321535
+      },
+      "id": 54171,
+      "non_hive": {
+        "close": 2677,
+        "high": 2,
+        "low": 2929,
+        "open": 5062,
+        "volume": 16179597
+      },
+      "open": "2016-08-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 37,
+        "high": 1,
+        "low": 10,
+        "open": 6232,
+        "volume": 3545447
+      },
+      "id": 54727,
+      "non_hive": {
+        "close": 41,
+        "high": 2,
+        "low": 10,
+        "open": 7230,
+        "volume": 3836196
+      },
+      "open": "2016-08-31T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1281,
+        "high": 1,
+        "low": 177,
+        "open": 8000,
+        "volume": 9363989
+      },
+      "id": 55288,
+      "non_hive": {
+        "close": 1184,
+        "high": 2,
+        "low": 141,
+        "open": 8639,
+        "volume": 8800923
+      },
+      "open": "2016-09-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4920,
+        "high": 149963,
+        "low": 1885,
+        "open": 11511,
+        "volume": 20105800
+      },
+      "id": 55833,
+      "non_hive": {
+        "close": 4832,
+        "high": 162409,
+        "low": 1696,
+        "open": 10814,
+        "volume": 19141955
+      },
+      "open": "2016-09-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 18405,
+        "high": 11,
+        "low": 11,
+        "open": 4637,
+        "volume": 3805695
+      },
+      "id": 56581,
+      "non_hive": {
+        "close": 17833,
+        "high": 12,
+        "low": 10,
+        "open": 4329,
+        "volume": 3711306
+      },
+      "open": "2016-09-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 329,
+        "high": 10,
+        "low": 6,
+        "open": 1300,
+        "volume": 2086876
+      },
+      "id": 56962,
+      "non_hive": {
+        "close": 328,
+        "high": 11,
+        "low": 5,
+        "open": 1299,
+        "volume": 2034882
+      },
+      "open": "2016-09-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 5009,
+        "high": 1,
+        "low": 446306,
+        "open": 7905,
+        "volume": 14358640
+      },
+      "id": 57384,
+      "non_hive": {
+        "close": 4734,
+        "high": 1,
+        "low": 397212,
+        "open": 7892,
+        "volume": 13730864
+      },
+      "open": "2016-09-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 19,
+        "high": 3451,
+        "low": 405,
+        "open": 10467,
+        "volume": 4815859
+      },
+      "id": 57958,
+      "non_hive": {
+        "close": 19,
+        "high": 3961,
+        "low": 372,
+        "open": 9839,
+        "volume": 4798741
+      },
+      "open": "2016-09-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000,
+        "high": 19,
+        "low": 1205,
+        "open": 3044,
+        "volume": 5022646
+      },
+      "id": 58369,
+      "non_hive": {
+        "close": 950,
+        "high": 19,
+        "low": 1073,
+        "open": 3001,
+        "volume": 4658058
+      },
+      "open": "2016-09-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3097,
+        "high": 1,
+        "low": 4000,
+        "open": 500,
+        "volume": 26835532
+      },
+      "id": 58807,
+      "non_hive": {
+        "close": 2508,
+        "high": 1,
+        "low": 2759,
+        "open": 475,
+        "volume": 22106387
+      },
+      "open": "2016-09-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 31647,
+        "high": 1,
+        "low": 15,
+        "open": 1358,
+        "volume": 8228907
+      },
+      "id": 59508,
+      "non_hive": {
+        "close": 25981,
+        "high": 1,
+        "low": 9,
+        "open": 1212,
+        "volume": 6085088
+      },
+      "open": "2016-09-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 7767,
+        "high": 1,
+        "low": 5320,
+        "open": 9459,
+        "volume": 3313138
+      },
+      "id": 60114,
+      "non_hive": {
+        "close": 6835,
+        "high": 1,
+        "low": 4315,
+        "open": 7842,
+        "volume": 2844868
+      },
+      "open": "2016-09-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 41,
+        "high": 1,
+        "low": 41,
+        "open": 1946,
+        "volume": 3099687
+      },
+      "id": 60681,
+      "non_hive": {
+        "close": 33,
+        "high": 1,
+        "low": 33,
+        "open": 1712,
+        "volume": 2734079
+      },
+      "open": "2016-09-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 56430,
+        "high": 1,
+        "low": 288645,
+        "open": 9808,
+        "volume": 36811007
+      },
+      "id": 61262,
+      "non_hive": {
+        "close": 42323,
+        "high": 1,
+        "low": 144322,
+        "open": 8016,
+        "volume": 25460353
+      },
+      "open": "2016-09-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 693,
+        "high": 1,
+        "low": 11912,
+        "open": 1400,
+        "volume": 34497248
+      },
+      "id": 62088,
+      "non_hive": {
+        "close": 451,
+        "high": 1,
+        "low": 7580,
+        "open": 1050,
+        "volume": 22969179
+      },
+      "open": "2016-09-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 7004,
+        "high": 1,
+        "low": 1962,
+        "open": 14895,
+        "volume": 22214479
+      },
+      "id": 62828,
+      "non_hive": {
+        "close": 4202,
+        "high": 1,
+        "low": 1177,
+        "open": 9681,
+        "volume": 14023235
+      },
+      "open": "2016-09-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1438,
+        "high": 1,
+        "low": 115104,
+        "open": 12649,
+        "volume": 10206322
+      },
+      "id": 63427,
+      "non_hive": {
+        "close": 877,
+        "high": 1,
+        "low": 58128,
+        "open": 8563,
+        "volume": 6391099
+      },
+      "open": "2016-09-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4123,
+        "high": 1,
+        "low": 17161,
+        "open": 1605,
+        "volume": 36534332
+      },
+      "id": 63909,
+      "non_hive": {
+        "close": 2268,
+        "high": 1,
+        "low": 9086,
+        "open": 979,
+        "volume": 19922927
+      },
+      "open": "2016-09-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 200,
+        "high": 1,
+        "low": 900,
+        "open": 238445,
+        "volume": 9250103
+      },
+      "id": 64639,
+      "non_hive": {
+        "close": 123,
+        "high": 1,
+        "low": 495,
+        "open": 131145,
+        "volume": 5654465
+      },
+      "open": "2016-09-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 28,
+        "high": 1,
+        "low": 9,
+        "open": 9972,
+        "volume": 1001614
+      },
+      "id": 64951,
+      "non_hive": {
+        "close": 18,
+        "high": 1,
+        "low": 5,
+        "open": 6132,
+        "volume": 628747
+      },
+      "open": "2016-09-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1600,
+        "high": 1,
+        "low": 1000000,
+        "open": 713,
+        "volume": 69617010
+      },
+      "id": 65232,
+      "non_hive": {
+        "close": 848,
+        "high": 1,
+        "low": 50000,
+        "open": 429,
+        "volume": 28959058
+      },
+      "open": "2016-09-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 25754,
+        "high": 1,
+        "low": 1880,
+        "open": 1605,
+        "volume": 22020263
+      },
+      "id": 66132,
+      "non_hive": {
+        "close": 13391,
+        "high": 1,
+        "low": 754,
+        "open": 848,
+        "volume": 10985780
+      },
+      "open": "2016-09-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 11877,
+        "high": 1,
+        "low": 2425589,
+        "open": 1,
+        "volume": 10024742
+      },
+      "id": 66529,
+      "non_hive": {
+        "close": 5592,
+        "high": 1,
+        "low": 975072,
+        "open": 1,
+        "volume": 4351494
+      },
+      "open": "2016-09-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000,
+        "high": 1,
+        "low": 8,
+        "open": 12268,
+        "volume": 12440573
+      },
+      "id": 66977,
+      "non_hive": {
+        "close": 569,
+        "high": 1,
+        "low": 3,
+        "open": 5949,
+        "volume": 6498573
+      },
+      "open": "2016-09-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 69,
+        "high": 1,
+        "low": 9,
+        "open": 3584,
+        "volume": 4531366
+      },
+      "id": 67597,
+      "non_hive": {
+        "close": 36,
+        "high": 1,
+        "low": 4,
+        "open": 2036,
+        "volume": 2547129
+      },
+      "open": "2016-09-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4563,
+        "high": 1,
+        "low": 3312,
+        "open": 1019,
+        "volume": 7156660
+      },
+      "id": 68032,
+      "non_hive": {
+        "close": 2993,
+        "high": 1,
+        "low": 1656,
+        "open": 541,
+        "volume": 4757462
+      },
+      "open": "2016-09-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6480,
+        "high": 1,
+        "low": 11,
+        "open": 7802,
+        "volume": 7454992
+      },
+      "id": 68478,
+      "non_hive": {
+        "close": 4299,
+        "high": 1,
+        "low": 6,
+        "open": 5072,
+        "volume": 5021274
+      },
+      "open": "2016-09-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1,
+        "high": 1,
+        "low": 3,
+        "open": 1,
+        "volume": 10202732
+      },
+      "id": 68995,
+      "non_hive": {
+        "close": 1,
+        "high": 1,
+        "low": 1,
+        "open": 1,
+        "volume": 6062452
+      },
+      "open": "2016-09-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1001,
+        "high": 1,
+        "low": 26,
+        "open": 980,
+        "volume": 8387302
+      },
+      "id": 69434,
+      "non_hive": {
+        "close": 573,
+        "high": 1,
+        "low": 14,
+        "open": 566,
+        "volume": 5107646
+      },
+      "open": "2016-09-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8396,
+        "high": 1,
+        "low": 14,
+        "open": 40,
+        "volume": 9370437
+      },
+      "id": 69776,
+      "non_hive": {
+        "close": 4315,
+        "high": 1,
+        "low": 7,
+        "open": 23,
+        "volume": 5281452
+      },
+      "open": "2016-09-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3770,
+        "high": 1,
+        "low": 23,
+        "open": 11600,
+        "volume": 11100192
+      },
+      "id": 70059,
+      "non_hive": {
+        "close": 2141,
+        "high": 1,
+        "low": 11,
+        "open": 6564,
+        "volume": 6150931
+      },
+      "open": "2016-09-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 57,
+        "high": 1,
+        "low": 5,
+        "open": 605,
+        "volume": 924659
+      },
+      "id": 70525,
+      "non_hive": {
+        "close": 32,
+        "high": 1,
+        "low": 2,
+        "open": 344,
+        "volume": 504117
+      },
+      "open": "2016-09-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 25181,
+        "high": 1,
+        "low": 7,
+        "open": 850935,
+        "volume": 12429747
+      },
+      "id": 70763,
+      "non_hive": {
+        "close": 12087,
+        "high": 1,
+        "low": 3,
+        "open": 468014,
+        "volume": 6588852
+      },
+      "open": "2016-10-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 28161,
+        "high": 1,
+        "low": 5,
+        "open": 2249,
+        "volume": 7289464
+      },
+      "id": 71170,
+      "non_hive": {
+        "close": 13236,
+        "high": 1,
+        "low": 2,
+        "open": 1149,
+        "volume": 3635854
+      },
+      "open": "2016-10-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 14854,
+        "high": 1,
+        "low": 3,
+        "open": 9371,
+        "volume": 7986237
+      },
+      "id": 71609,
+      "non_hive": {
+        "close": 7011,
+        "high": 1,
+        "low": 1,
+        "open": 4520,
+        "volume": 3929587
+      },
+      "open": "2016-10-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9798,
+        "high": 2,
+        "low": 833,
+        "open": 50,
+        "volume": 13181214
+      },
+      "id": 71994,
+      "non_hive": {
+        "close": 4497,
+        "high": 1,
+        "low": 346,
+        "open": 23,
+        "volume": 5983409
+      },
+      "open": "2016-10-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 17081,
+        "high": 2,
+        "low": 3,
+        "open": 199,
+        "volume": 5030060
+      },
+      "id": 72411,
+      "non_hive": {
+        "close": 7583,
+        "high": 1,
+        "low": 1,
+        "open": 93,
+        "volume": 2201222
+      },
+      "open": "2016-10-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4762,
+        "high": 2,
+        "low": 37,
+        "open": 1628,
+        "volume": 15238834
+      },
+      "id": 72762,
+      "non_hive": {
+        "close": 2044,
+        "high": 1,
+        "low": 15,
+        "open": 722,
+        "volume": 6574708
+      },
+      "open": "2016-10-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 16361,
+        "high": 2,
+        "low": 12,
+        "open": 9617,
+        "volume": 32343344
+      },
+      "id": 73137,
+      "non_hive": {
+        "close": 6293,
+        "high": 1,
+        "low": 4,
+        "open": 4129,
+        "volume": 12695981
+      },
+      "open": "2016-10-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 631,
+        "high": 2,
+        "low": 23,
+        "open": 429,
+        "volume": 4694111
+      },
+      "id": 73651,
+      "non_hive": {
+        "close": 278,
+        "high": 1,
+        "low": 8,
+        "open": 163,
+        "volume": 1913852
+      },
+      "open": "2016-10-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1000,
+        "high": 2,
+        "low": 12,
+        "open": 25411,
+        "volume": 2824933
+      },
+      "id": 74055,
+      "non_hive": {
+        "close": 361,
+        "high": 1,
+        "low": 4,
+        "open": 11154,
+        "volume": 1071573
+      },
+      "open": "2016-10-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9872,
+        "high": 2,
+        "low": 11,
+        "open": 1000,
+        "volume": 22875756
+      },
+      "id": 74499,
+      "non_hive": {
+        "close": 3164,
+        "high": 1,
+        "low": 3,
+        "open": 361,
+        "volume": 7756609
+      },
+      "open": "2016-10-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6227,
+        "high": 2,
+        "low": 10,
+        "open": 208,
+        "volume": 10467702
+      },
+      "id": 75382,
+      "non_hive": {
+        "close": 1725,
+        "high": 1,
+        "low": 2,
+        "open": 70,
+        "volume": 3027029
+      },
+      "open": "2016-10-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 15509,
+        "high": 10003,
+        "low": 14,
+        "open": 21708,
+        "volume": 5426490
+      },
+      "id": 75909,
+      "non_hive": {
+        "close": 4615,
+        "high": 3341,
+        "low": 3,
+        "open": 6078,
+        "volume": 1629470
+      },
+      "open": "2016-10-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3800,
+        "high": 2,
+        "low": 17,
+        "open": 9568,
+        "volume": 9830018
+      },
+      "id": 76351,
+      "non_hive": {
+        "close": 1141,
+        "high": 1,
+        "low": 4,
+        "open": 2847,
+        "volume": 2986293
+      },
+      "open": "2016-10-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3,
+        "high": 2,
+        "low": 6649,
+        "open": 253,
+        "volume": 3659049
+      },
+      "id": 76891,
+      "non_hive": {
+        "close": 1,
+        "high": 1,
+        "low": 1805,
+        "open": 76,
+        "volume": 1090730
+      },
+      "open": "2016-10-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 265,
+        "high": 3,
+        "low": 11,
+        "open": 664,
+        "volume": 2517708
+      },
+      "id": 77272,
+      "non_hive": {
+        "close": 73,
+        "high": 1,
+        "low": 2,
+        "open": 186,
+        "volume": 695103
+      },
+      "open": "2016-10-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 34,
+        "high": 2,
+        "low": 27,
+        "open": 280,
+        "volume": 10080631
+      },
+      "id": 77702,
+      "non_hive": {
+        "close": 8,
+        "high": 1,
+        "low": 6,
+        "open": 73,
+        "volume": 2866020
+      },
+      "open": "2016-10-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3606,
+        "high": 3,
+        "low": 10,
+        "open": 1800,
+        "volume": 9720445
+      },
+      "id": 78198,
+      "non_hive": {
+        "close": 976,
+        "high": 1,
+        "low": 2,
+        "open": 477,
+        "volume": 2638303
+      },
+      "open": "2016-10-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 97777,
+        "high": 3,
+        "low": 47,
+        "open": 3,
+        "volume": 22777810
+      },
+      "id": 79045,
+      "non_hive": {
+        "close": 24756,
+        "high": 1,
+        "low": 11,
+        "open": 1,
+        "volume": 5823062
+      },
+      "open": "2016-10-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 858105,
+        "high": 3,
+        "low": 5589,
+        "open": 3199,
+        "volume": 22154153
+      },
+      "id": 80028,
+      "non_hive": {
+        "close": 211522,
+        "high": 1,
+        "low": 1176,
+        "open": 813,
+        "volume": 5547112
+      },
+      "open": "2016-10-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 11079,
+        "high": 3,
+        "low": 10,
+        "open": 4,
+        "volume": 13520644
+      },
+      "id": 80788,
+      "non_hive": {
+        "close": 2836,
+        "high": 1,
+        "low": 2,
+        "open": 1,
+        "volume": 3329695
+      },
+      "open": "2016-10-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1703,
+        "high": 3,
+        "low": 20,
+        "open": 11783,
+        "volume": 7135933
+      },
+      "id": 81516,
+      "non_hive": {
+        "close": 433,
+        "high": 1,
+        "low": 4,
+        "open": 3000,
+        "volume": 1777295
+      },
+      "open": "2016-10-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4302,
+        "high": 3,
+        "low": 10,
+        "open": 1901,
+        "volume": 7476400
+      },
+      "id": 82301,
+      "non_hive": {
+        "close": 1014,
+        "high": 1,
+        "low": 2,
+        "open": 480,
+        "volume": 1811624
+      },
+      "open": "2016-10-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 84339,
+        "high": 4,
+        "low": 7,
+        "open": 2000,
+        "volume": 17422444
+      },
+      "id": 83598,
+      "non_hive": {
+        "close": 17887,
+        "high": 1,
+        "low": 1,
+        "open": 471,
+        "volume": 3843881
+      },
+      "open": "2016-10-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 5000,
+        "high": 4,
+        "low": 19,
+        "open": 9530,
+        "volume": 10996057
+      },
+      "id": 85042,
+      "non_hive": {
+        "close": 1017,
+        "high": 1,
+        "low": 3,
+        "open": 2018,
+        "volume": 2334979
+      },
+      "open": "2016-10-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 45000,
+        "high": 4,
+        "low": 7726,
+        "open": 17567,
+        "volume": 14122447
+      },
+      "id": 86226,
+      "non_hive": {
+        "close": 8136,
+        "high": 1,
+        "low": 1313,
+        "open": 3571,
+        "volume": 2733418
+      },
+      "open": "2016-10-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 15660,
+        "high": 1629,
+        "low": 8691,
+        "open": 9779,
+        "volume": 29105453
+      },
+      "id": 87112,
+      "non_hive": {
+        "close": 2293,
+        "high": 328,
+        "low": 956,
+        "open": 1770,
+        "volume": 4710557
+      },
+      "open": "2016-10-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 104,
+        "high": 5,
+        "low": 10,
+        "open": 77846,
+        "volume": 8049942
+      },
+      "id": 88324,
+      "non_hive": {
+        "close": 15,
+        "high": 1,
+        "low": 1,
+        "open": 11886,
+        "volume": 1224195
+      },
+      "open": "2016-10-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2000,
+        "high": 5,
+        "low": 17031,
+        "open": 33099,
+        "volume": 13322845
+      },
+      "id": 88975,
+      "non_hive": {
+        "close": 357,
+        "high": 1,
+        "low": 2299,
+        "open": 4985,
+        "volume": 2051773
+      },
+      "open": "2016-10-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 133355,
+        "high": 2292,
+        "low": 21,
+        "open": 2962,
+        "volume": 10224009
+      },
+      "id": 90080,
+      "non_hive": {
+        "close": 20000,
+        "high": 481,
+        "low": 3,
+        "open": 529,
+        "volume": 1693680
+      },
+      "open": "2016-10-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 47053,
+        "high": 392318,
+        "low": 63,
+        "open": 26679,
+        "volume": 10964053
+      },
+      "id": 91589,
+      "non_hive": {
+        "close": 7740,
+        "high": 70617,
+        "low": 9,
+        "open": 4020,
+        "volume": 1754817
+      },
+      "open": "2016-10-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4965,
+        "high": 6,
+        "low": 63847,
+        "open": 122128,
+        "volume": 10273980
+      },
+      "id": 92478,
+      "non_hive": {
+        "close": 810,
+        "high": 1,
+        "low": 9767,
+        "open": 20000,
+        "volume": 1683802
+      },
+      "open": "2016-10-31T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 132506,
+        "high": 6,
+        "low": 36,
+        "open": 2482,
+        "volume": 17078153
+      },
+      "id": 93614,
+      "non_hive": {
+        "close": 20000,
+        "high": 1,
+        "low": 5,
+        "open": 404,
+        "volume": 2599313
+      },
+      "open": "2016-11-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9823,
+        "high": 6,
+        "low": 15990,
+        "open": 6625,
+        "volume": 29227900
+      },
+      "id": 94550,
+      "non_hive": {
+        "close": 1313,
+        "high": 1,
+        "low": 2023,
+        "open": 1000,
+        "volume": 4039474
+      },
+      "open": "2016-11-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 46005,
+        "high": 7,
+        "low": 28,
+        "open": 4915,
+        "volume": 36154644
+      },
+      "id": 95174,
+      "non_hive": {
+        "close": 5469,
+        "high": 1,
+        "low": 3,
+        "open": 657,
+        "volume": 4461963
+      },
+      "open": "2016-11-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 82968,
+        "high": 5,
+        "low": 34,
+        "open": 40083,
+        "volume": 40631413
+      },
+      "id": 95854,
+      "non_hive": {
+        "close": 12132,
+        "high": 1,
+        "low": 4,
+        "open": 4765,
+        "volume": 5931508
+      },
+      "open": "2016-11-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4830,
+        "high": 3,
+        "low": 64639,
+        "open": 6,
+        "volume": 69419514
+      },
+      "id": 97385,
+      "non_hive": {
+        "close": 1101,
+        "high": 1,
+        "low": 9049,
+        "open": 1,
+        "volume": 15581178
+      },
+      "open": "2016-11-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1437,
+        "high": 4,
+        "low": 7,
+        "open": 59760,
+        "volume": 24389191
+      },
+      "id": 100450,
+      "non_hive": {
+        "close": 309,
+        "high": 1,
+        "low": 1,
+        "open": 13705,
+        "volume": 5356563
+      },
+      "open": "2016-11-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4521,
+        "high": 4,
+        "low": 68414,
+        "open": 61825,
+        "volume": 17426017
+      },
+      "id": 101673,
+      "non_hive": {
+        "close": 734,
+        "high": 1,
+        "low": 10839,
+        "open": 13355,
+        "volume": 3254281
+      },
+      "open": "2016-11-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 638,
+        "high": 5,
+        "low": 109,
+        "open": 82605,
+        "volume": 7561692
+      },
+      "id": 102256,
+      "non_hive": {
+        "close": 86,
+        "high": 1,
+        "low": 14,
+        "open": 14445,
+        "volume": 1160730
+      },
+      "open": "2016-11-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 50000,
+        "high": 135,
+        "low": 538,
+        "open": 79520,
+        "volume": 9944187
+      },
+      "id": 102555,
+      "non_hive": {
+        "close": 7550,
+        "high": 23,
+        "low": 64,
+        "open": 10732,
+        "volume": 1449799
+      },
+      "open": "2016-11-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 100000,
+        "high": 11,
+        "low": 37,
+        "open": 6488,
+        "volume": 14513110
+      },
+      "id": 102908,
+      "non_hive": {
+        "close": 15000,
+        "high": 2,
+        "low": 5,
+        "open": 969,
+        "volume": 2188707
+      },
+      "open": "2016-11-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 13915,
+        "high": 6,
+        "low": 66586,
+        "open": 46576,
+        "volume": 15934690
+      },
+      "id": 103282,
+      "non_hive": {
+        "close": 1809,
+        "high": 1,
+        "low": 6991,
+        "open": 6986,
+        "volume": 2295799
+      },
+      "open": "2016-11-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 678,
+        "high": 7,
+        "low": 35552,
+        "open": 1000,
+        "volume": 4830221
+      },
+      "id": 103737,
+      "non_hive": {
+        "close": 84,
+        "high": 1,
+        "low": 3910,
+        "open": 124,
+        "volume": 627235
+      },
+      "open": "2016-11-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 977,
+        "high": 7,
+        "low": 2356,
+        "open": 540,
+        "volume": 4656303
+      },
+      "id": 104155,
+      "non_hive": {
+        "close": 117,
+        "high": 1,
+        "low": 282,
+        "open": 69,
+        "volume": 588968
+      },
+      "open": "2016-11-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 45323,
+        "high": 3044,
+        "low": 1390,
+        "open": 993,
+        "volume": 5153362
+      },
+      "id": 104451,
+      "non_hive": {
+        "close": 5219,
+        "high": 392,
+        "low": 153,
+        "open": 123,
+        "volume": 616057
+      },
+      "open": "2016-11-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 12142,
+        "high": 8,
+        "low": 14,
+        "open": 1000,
+        "volume": 9206309
+      },
+      "id": 104826,
+      "non_hive": {
+        "close": 1367,
+        "high": 1,
+        "low": 1,
+        "open": 120,
+        "volume": 1073118
+      },
+      "open": "2016-11-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 47147,
+        "high": 85713,
+        "low": 83,
+        "open": 88374,
+        "volume": 31682387
+      },
+      "id": 105203,
+      "non_hive": {
+        "close": 5006,
+        "high": 9956,
+        "low": 8,
+        "open": 10000,
+        "volume": 3446908
+      },
+      "open": "2016-11-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 24972,
+        "high": 9,
+        "low": 332,
+        "open": 7550,
+        "volume": 15067947
+      },
+      "id": 105854,
+      "non_hive": {
+        "close": 2608,
+        "high": 1,
+        "low": 34,
+        "open": 800,
+        "volume": 1582322
+      },
+      "open": "2016-11-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 209446,
+        "high": 8,
+        "low": 1108969,
+        "open": 200000,
+        "volume": 70063237
+      },
+      "id": 106281,
+      "non_hive": {
+        "close": 24322,
+        "high": 1,
+        "low": 111007,
+        "open": 20889,
+        "volume": 7628044
+      },
+      "open": "2016-11-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 27033,
+        "high": 1003,
+        "low": 39441,
+        "open": 10678,
+        "volume": 26968535
+      },
+      "id": 107259,
+      "non_hive": {
+        "close": 3394,
+        "high": 127,
+        "low": 4420,
+        "open": 1236,
+        "volume": 3189137
+      },
+      "open": "2016-11-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 46855,
+        "high": 7,
+        "low": 13,
+        "open": 277,
+        "volume": 76652422
+      },
+      "id": 107866,
+      "non_hive": {
+        "close": 5359,
+        "high": 1,
+        "low": 1,
+        "open": 35,
+        "volume": 9473140
+      },
+      "open": "2016-11-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9187,
+        "high": 8,
+        "low": 48,
+        "open": 345788,
+        "volume": 31925134
+      },
+      "id": 109109,
+      "non_hive": {
+        "close": 1050,
+        "high": 1,
+        "low": 5,
+        "open": 39765,
+        "volume": 3649891
+      },
+      "open": "2016-11-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 69149,
+        "high": 8,
+        "low": 55,
+        "open": 401,
+        "volume": 14043341
+      },
+      "id": 109704,
+      "non_hive": {
+        "close": 7789,
+        "high": 1,
+        "low": 6,
+        "open": 45,
+        "volume": 1595631
+      },
+      "open": "2016-11-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 218,
+        "high": 8,
+        "low": 164,
+        "open": 322652,
+        "volume": 26908852
+      },
+      "id": 110207,
+      "non_hive": {
+        "close": 24,
+        "high": 1,
+        "low": 18,
+        "open": 36545,
+        "volume": 3022806
+      },
+      "open": "2016-11-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8000,
+        "high": 8,
+        "low": 141,
+        "open": 18198,
+        "volume": 43567271
+      },
+      "id": 110816,
+      "non_hive": {
+        "close": 978,
+        "high": 1,
+        "low": 15,
+        "open": 2043,
+        "volume": 5151556
+      },
+      "open": "2016-11-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 79690,
+        "high": 6,
+        "low": 9,
+        "open": 50494,
+        "volume": 83935642
+      },
+      "id": 111609,
+      "non_hive": {
+        "close": 11028,
+        "high": 1,
+        "low": 1,
+        "open": 6175,
+        "volume": 11828448
+      },
+      "open": "2016-11-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 15630,
+        "high": 15095,
+        "low": 1000,
+        "open": 39313,
+        "volume": 27209772
+      },
+      "id": 112966,
+      "non_hive": {
+        "close": 2280,
+        "high": 2253,
+        "low": 136,
+        "open": 5450,
+        "volume": 3804888
+      },
+      "open": "2016-11-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4576,
+        "high": 5,
+        "low": 10,
+        "open": 213401,
+        "volume": 64111667
+      },
+      "id": 113483,
+      "non_hive": {
+        "close": 815,
+        "high": 1,
+        "low": 1,
+        "open": 31279,
+        "volume": 11062442
+      },
+      "open": "2016-11-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 155165,
+        "high": 5,
+        "low": 180,
+        "open": 60000,
+        "volume": 56954996
+      },
+      "id": 114600,
+      "non_hive": {
+        "close": 25855,
+        "high": 1,
+        "low": 29,
+        "open": 10650,
+        "volume": 10004104
+      },
+      "open": "2016-11-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 18700,
+        "high": 5,
+        "low": 800,
+        "open": 900,
+        "volume": 55828680
+      },
+      "id": 115745,
+      "non_hive": {
+        "close": 3037,
+        "high": 1,
+        "low": 119,
+        "open": 150,
+        "volume": 8843283
+      },
+      "open": "2016-11-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 16658,
+        "high": 2032,
+        "low": 16658,
+        "open": 73903,
+        "volume": 42889199
+      },
+      "id": 116733,
+      "non_hive": {
+        "close": 2571,
+        "high": 346,
+        "low": 2571,
+        "open": 12002,
+        "volume": 7016841
+      },
+      "open": "2016-11-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 35000,
+        "high": 6,
+        "low": 15,
+        "open": 28900,
+        "volume": 47148239
+      },
+      "id": 117613,
+      "non_hive": {
+        "close": 5338,
+        "high": 1,
+        "low": 2,
+        "open": 4461,
+        "volume": 7175471
+      },
+      "open": "2016-12-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 237639,
+        "high": 5,
+        "low": 74,
+        "open": 9000,
+        "volume": 43827835
+      },
+      "id": 118520,
+      "non_hive": {
+        "close": 40000,
+        "high": 1,
+        "low": 11,
+        "open": 1366,
+        "volume": 6955661
+      },
+      "open": "2016-12-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 10277,
+        "high": 5,
+        "low": 13,
+        "open": 13811,
+        "volume": 63495362
+      },
+      "id": 119407,
+      "non_hive": {
+        "close": 2024,
+        "high": 1,
+        "low": 2,
+        "open": 2319,
+        "volume": 11681313
+      },
+      "open": "2016-12-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8200,
+        "high": 5328,
+        "low": 44792,
+        "open": 172212,
+        "volume": 28076459
+      },
+      "id": 120567,
+      "non_hive": {
+        "close": 1685,
+        "high": 1108,
+        "low": 8062,
+        "open": 33926,
+        "volume": 5484944
+      },
+      "open": "2016-12-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 126268,
+        "high": 10781,
+        "low": 32,
+        "open": 7722,
+        "volume": 76676817
+      },
+      "id": 121460,
+      "non_hive": {
+        "close": 30465,
+        "high": 2899,
+        "low": 6,
+        "open": 1594,
+        "volume": 16952688
+      },
+      "open": "2016-12-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9500,
+        "high": 3,
+        "low": 11,
+        "open": 140001,
+        "volume": 102442363
+      },
+      "id": 123013,
+      "non_hive": {
+        "close": 2327,
+        "high": 1,
+        "low": 2,
+        "open": 33454,
+        "volume": 28110329
+      },
+      "open": "2016-12-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3360,
+        "high": 4,
+        "low": 29,
+        "open": 30938,
+        "volume": 25169978
+      },
+      "id": 125160,
+      "non_hive": {
+        "close": 733,
+        "high": 1,
+        "low": 5,
+        "open": 7580,
+        "volume": 5745507
+      },
+      "open": "2016-12-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 206073,
+        "high": 159,
+        "low": 203,
+        "open": 208314,
+        "volume": 51566035
+      },
+      "id": 125957,
+      "non_hive": {
+        "close": 50000,
+        "high": 40,
+        "low": 42,
+        "open": 45682,
+        "volume": 11847765
+      },
+      "open": "2016-12-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 200001,
+        "high": 38966,
+        "low": 10,
+        "open": 206547,
+        "volume": 48900021
+      },
+      "id": 126809,
+      "non_hive": {
+        "close": 47259,
+        "high": 9974,
+        "low": 2,
+        "open": 50000,
+        "volume": 12024787
+      },
+      "open": "2016-12-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 70877,
+        "high": 4,
+        "low": 70877,
+        "open": 100000,
+        "volume": 71734833
+      },
+      "id": 127700,
+      "non_hive": {
+        "close": 15305,
+        "high": 1,
+        "low": 15305,
+        "open": 23561,
+        "volume": 16538106
+      },
+      "open": "2016-12-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 13061,
+        "high": 4,
+        "low": 17,
+        "open": 206604,
+        "volume": 39761019
+      },
+      "id": 128741,
+      "non_hive": {
+        "close": 2424,
+        "high": 1,
+        "low": 3,
+        "open": 44695,
+        "volume": 8009827
+      },
+      "open": "2016-12-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 349000,
+        "high": 5,
+        "low": 10,
+        "open": 321736,
+        "volume": 30596032
+      },
+      "id": 129459,
+      "non_hive": {
+        "close": 67416,
+        "high": 1,
+        "low": 1,
+        "open": 60000,
+        "volume": 5846823
+      },
+      "open": "2016-12-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 12365,
+        "high": 9753558,
+        "low": 27,
+        "open": 200,
+        "volume": 70372343
+      },
+      "id": 130057,
+      "non_hive": {
+        "close": 1956,
+        "high": 1939000,
+        "low": 4,
+        "open": 38,
+        "volume": 12367829
+      },
+      "open": "2016-12-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 289487,
+        "high": 5,
+        "low": 49,
+        "open": 68574,
+        "volume": 96292114
+      },
+      "id": 130957,
+      "non_hive": {
+        "close": 49321,
+        "high": 1,
+        "low": 7,
+        "open": 10852,
+        "volume": 15935047
+      },
+      "open": "2016-12-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 333574,
+        "high": 5,
+        "low": 13749,
+        "open": 353150,
+        "volume": 82395962
+      },
+      "id": 131953,
+      "non_hive": {
+        "close": 60000,
+        "high": 1,
+        "low": 2245,
+        "open": 60000,
+        "volume": 14605040
+      },
+      "open": "2016-12-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 283160,
+        "high": 5,
+        "low": 78,
+        "open": 334478,
+        "volume": 38384712
+      },
+      "id": 132883,
+      "non_hive": {
+        "close": 47724,
+        "high": 1,
+        "low": 13,
+        "open": 60000,
+        "volume": 6732192
+      },
+      "open": "2016-12-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 106273,
+        "high": 108,
+        "low": 395668,
+        "open": 295940,
+        "volume": 34750779
+      },
+      "id": 133569,
+      "non_hive": {
+        "close": 17105,
+        "high": 19,
+        "low": 59468,
+        "open": 50000,
+        "volume": 5718374
+      },
+      "open": "2016-12-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2037,
+        "high": 5,
+        "low": 9726,
+        "open": 28544,
+        "volume": 23022307
+      },
+      "id": 134206,
+      "non_hive": {
+        "close": 339,
+        "high": 1,
+        "low": 1461,
+        "open": 4572,
+        "volume": 3818682
+      },
+      "open": "2016-12-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3531,
+        "high": 201163,
+        "low": 335578,
+        "open": 5813,
+        "volume": 56229347
+      },
+      "id": 134829,
+      "non_hive": {
+        "close": 530,
+        "high": 33657,
+        "low": 50000,
+        "open": 968,
+        "volume": 8678131
+      },
+      "open": "2016-12-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 839595,
+        "high": 6,
+        "low": 97,
+        "open": 32826,
+        "volume": 57169421
+      },
+      "id": 135418,
+      "non_hive": {
+        "close": 114397,
+        "high": 1,
+        "low": 13,
+        "open": 4926,
+        "volume": 8373996
+      },
+      "open": "2016-12-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 342101,
+        "high": 2402,
+        "low": 33,
+        "open": 30910,
+        "volume": 97486574
+      },
+      "id": 136342,
+      "non_hive": {
+        "close": 45770,
+        "high": 338,
+        "low": 4,
+        "open": 4275,
+        "volume": 13107200
+      },
+      "open": "2016-12-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 61528,
+        "high": 7,
+        "low": 41,
+        "open": 340614,
+        "volume": 36710221
+      },
+      "id": 137249,
+      "non_hive": {
+        "close": 8194,
+        "high": 1,
+        "low": 5,
+        "open": 45682,
+        "volume": 4773989
+      },
+      "open": "2016-12-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3536,
+        "high": 6,
+        "low": 108,
+        "open": 16184,
+        "volume": 56273399
+      },
+      "id": 137853,
+      "non_hive": {
+        "close": 498,
+        "high": 1,
+        "low": 14,
+        "open": 2145,
+        "volume": 7770888
+      },
+      "open": "2016-12-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 102,
+        "high": 7,
+        "low": 50,
+        "open": 9200,
+        "volume": 55177229
+      },
+      "id": 138786,
+      "non_hive": {
+        "close": 14,
+        "high": 1,
+        "low": 6,
+        "open": 1289,
+        "volume": 7627132
+      },
+      "open": "2016-12-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 23448,
+        "high": 7,
+        "low": 18,
+        "open": 368001,
+        "volume": 33375874
+      },
+      "id": 139374,
+      "non_hive": {
+        "close": 3152,
+        "high": 1,
+        "low": 2,
+        "open": 50000,
+        "volume": 4418888
+      },
+      "open": "2016-12-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 67000,
+        "high": 6,
+        "low": 10,
+        "open": 3544,
+        "volume": 44270637
+      },
+      "id": 139832,
+      "non_hive": {
+        "close": 10144,
+        "high": 1,
+        "low": 1,
+        "open": 474,
+        "volume": 6469868
+      },
+      "open": "2016-12-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 47005,
+        "high": 12,
+        "low": 14611,
+        "open": 244672,
+        "volume": 30997979
+      },
+      "id": 140727,
+      "non_hive": {
+        "close": 7051,
+        "high": 2,
+        "low": 2157,
+        "open": 37046,
+        "volume": 4676232
+      },
+      "open": "2016-12-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 329203,
+        "high": 6,
+        "low": 37,
+        "open": 242,
+        "volume": 35253142
+      },
+      "id": 141354,
+      "non_hive": {
+        "close": 50000,
+        "high": 1,
+        "low": 5,
+        "open": 36,
+        "volume": 5335742
+      },
+      "open": "2016-12-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 32293,
+        "high": 3175,
+        "low": 2414,
+        "open": 1379,
+        "volume": 41351177
+      },
+      "id": 141933,
+      "non_hive": {
+        "close": 5218,
+        "high": 516,
+        "low": 367,
+        "open": 210,
+        "volume": 6509830
+      },
+      "open": "2016-12-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 293359,
+        "high": 70708,
+        "low": 39,
+        "open": 24721,
+        "volume": 37581279
+      },
+      "id": 142612,
+      "non_hive": {
+        "close": 47436,
+        "high": 12360,
+        "low": 6,
+        "open": 4014,
+        "volume": 6288376
+      },
+      "open": "2016-12-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4529,
+        "high": 5,
+        "low": 28,
+        "open": 97044,
+        "volume": 40272547
+      },
+      "id": 143300,
+      "non_hive": {
+        "close": 768,
+        "high": 1,
+        "low": 4,
+        "open": 15705,
+        "volume": 6629957
+      },
+      "open": "2016-12-31T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 39163,
+        "high": 5,
+        "low": 21,
+        "open": 7073,
+        "volume": 47719107
+      },
+      "id": 143910,
+      "non_hive": {
+        "close": 6307,
+        "high": 1,
+        "low": 3,
+        "open": 1206,
+        "volume": 7931540
+      },
+      "open": "2017-01-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 849,
+        "high": 45280,
+        "low": 100,
+        "open": 7848,
+        "volume": 33978197
+      },
+      "id": 144633,
+      "non_hive": {
+        "close": 131,
+        "high": 7590,
+        "low": 15,
+        "open": 1264,
+        "volume": 5508307
+      },
+      "open": "2017-01-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 22821,
+        "high": 1003,
+        "low": 7,
+        "open": 100,
+        "volume": 24135173
+      },
+      "id": 145336,
+      "non_hive": {
+        "close": 3611,
+        "high": 160,
+        "low": 1,
+        "open": 15,
+        "volume": 3800790
+      },
+      "open": "2017-01-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 254768,
+        "high": 5,
+        "low": 27,
+        "open": 314416,
+        "volume": 62264766
+      },
+      "id": 145965,
+      "non_hive": {
+        "close": 44209,
+        "high": 1,
+        "low": 4,
+        "open": 49512,
+        "volume": 10421483
+      },
+      "open": "2017-01-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 30472,
+        "high": 33,
+        "low": 25,
+        "open": 49669,
+        "volume": 62067339
+      },
+      "id": 146790,
+      "non_hive": {
+        "close": 4705,
+        "high": 6,
+        "low": 3,
+        "open": 8599,
+        "volume": 10288134
+      },
+      "open": "2017-01-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2338,
+        "high": 6,
+        "low": 26,
+        "open": 8201,
+        "volume": 48502350
+      },
+      "id": 147525,
+      "non_hive": {
+        "close": 362,
+        "high": 1,
+        "low": 3,
+        "open": 1267,
+        "volume": 7472059
+      },
+      "open": "2017-01-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 5216,
+        "high": 6,
+        "low": 46,
+        "open": 9320,
+        "volume": 56794933
+      },
+      "id": 148223,
+      "non_hive": {
+        "close": 781,
+        "high": 1,
+        "low": 6,
+        "open": 1449,
+        "volume": 8489574
+      },
+      "open": "2017-01-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 41082,
+        "high": 6,
+        "low": 35,
+        "open": 396457,
+        "volume": 28713456
+      },
+      "id": 149145,
+      "non_hive": {
+        "close": 6243,
+        "high": 1,
+        "low": 5,
+        "open": 59059,
+        "volume": 4332560
+      },
+      "open": "2017-01-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 11287,
+        "high": 6,
+        "low": 40,
+        "open": 50000,
+        "volume": 31090591
+      },
+      "id": 149754,
+      "non_hive": {
+        "close": 1677,
+        "high": 1,
+        "low": 5,
+        "open": 7617,
+        "volume": 4724000
+      },
+      "open": "2017-01-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8544,
+        "high": 6,
+        "low": 13,
+        "open": 13,
+        "volume": 31787185
+      },
+      "id": 150267,
+      "non_hive": {
+        "close": 1290,
+        "high": 1,
+        "low": 1,
+        "open": 2,
+        "volume": 4798179
+      },
+      "open": "2017-01-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4246,
+        "high": 6,
+        "low": 13,
+        "open": 58581,
+        "volume": 80251490
+      },
+      "id": 150906,
+      "non_hive": {
+        "close": 562,
+        "high": 1,
+        "low": 1,
+        "open": 8890,
+        "volume": 11162694
+      },
+      "open": "2017-01-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3040,
+        "high": 6,
+        "low": 9219,
+        "open": 410341,
+        "volume": 32629477
+      },
+      "id": 151743,
+      "non_hive": {
+        "close": 424,
+        "high": 1,
+        "low": 1198,
+        "open": 54305,
+        "volume": 4406572
+      },
+      "open": "2017-01-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1440,
+        "high": 7,
+        "low": 176825,
+        "open": 360265,
+        "volume": 51404788
+      },
+      "id": 152289,
+      "non_hive": {
+        "close": 195,
+        "high": 1,
+        "low": 22686,
+        "open": 50000,
+        "volume": 6824356
+      },
+      "open": "2017-01-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 14926,
+        "high": 7,
+        "low": 63,
+        "open": 14283,
+        "volume": 43130680
+      },
+      "id": 152949,
+      "non_hive": {
+        "close": 2031,
+        "high": 1,
+        "low": 8,
+        "open": 1928,
+        "volume": 5920056
+      },
+      "open": "2017-01-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1603,
+        "high": 7,
+        "low": 49,
+        "open": 7312,
+        "volume": 41975741
+      },
+      "id": 153592,
+      "non_hive": {
+        "close": 220,
+        "high": 1,
+        "low": 6,
+        "open": 1000,
+        "volume": 5762629
+      },
+      "open": "2017-01-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3704,
+        "high": 5,
+        "low": 31,
+        "open": 50000,
+        "volume": 131498136
+      },
+      "id": 154116,
+      "non_hive": {
+        "close": 668,
+        "high": 1,
+        "low": 4,
+        "open": 6828,
+        "volume": 21450429
+      },
+      "open": "2017-01-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3660,
+        "high": 5,
+        "low": 10,
+        "open": 4020,
+        "volume": 98586515
+      },
+      "id": 155544,
+      "non_hive": {
+        "close": 605,
+        "high": 1,
+        "low": 1,
+        "open": 725,
+        "volume": 16814608
+      },
+      "open": "2017-01-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 214865,
+        "high": 6,
+        "low": 10,
+        "open": 11605,
+        "volume": 68509366
+      },
+      "id": 156882,
+      "non_hive": {
+        "close": 34933,
+        "high": 1,
+        "low": 1,
+        "open": 1918,
+        "volume": 10779932
+      },
+      "open": "2017-01-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 51729,
+        "high": 301327,
+        "low": 90,
+        "open": 30000,
+        "volume": 37188264
+      },
+      "id": 157861,
+      "non_hive": {
+        "close": 8305,
+        "high": 51527,
+        "low": 14,
+        "open": 4885,
+        "volume": 6141693
+      },
+      "open": "2017-01-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1049,
+        "high": 6883,
+        "low": 72,
+        "open": 200002,
+        "volume": 52547802
+      },
+      "id": 158376,
+      "non_hive": {
+        "close": 169,
+        "high": 1150,
+        "low": 11,
+        "open": 32316,
+        "volume": 8649068
+      },
+      "open": "2017-01-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 4425,
+        "high": 71,
+        "low": 142352,
+        "open": 50381,
+        "volume": 38700544
+      },
+      "id": 159051,
+      "non_hive": {
+        "close": 738,
+        "high": 12,
+        "low": 21781,
+        "open": 8115,
+        "volume": 6168841
+      },
+      "open": "2017-01-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 18267,
+        "high": 5,
+        "low": 128,
+        "open": 1061,
+        "volume": 48588993
+      },
+      "id": 159731,
+      "non_hive": {
+        "close": 2929,
+        "high": 1,
+        "low": 20,
+        "open": 178,
+        "volume": 7946515
+      },
+      "open": "2017-01-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 711,
+        "high": 6,
+        "low": 24,
+        "open": 9922,
+        "volume": 31430822
+      },
+      "id": 160380,
+      "non_hive": {
+        "close": 112,
+        "high": 1,
+        "low": 3,
+        "open": 1591,
+        "volume": 4964642
+      },
+      "open": "2017-01-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 344758,
+        "high": 6,
+        "low": 344758,
+        "open": 1639,
+        "volume": 76247491
+      },
+      "id": 160976,
+      "non_hive": {
+        "close": 50000,
+        "high": 1,
+        "low": 50000,
+        "open": 258,
+        "volume": 11773005
+      },
+      "open": "2017-01-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 301575,
+        "high": 5619,
+        "low": 439,
+        "open": 51609,
+        "volume": 56171805
+      },
+      "id": 161726,
+      "non_hive": {
+        "close": 43571,
+        "high": 839,
+        "low": 63,
+        "open": 7503,
+        "volume": 8222768
+      },
+      "open": "2017-01-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 23666,
+        "high": 6,
+        "low": 43,
+        "open": 27415,
+        "volume": 28478686
+      },
+      "id": 162563,
+      "non_hive": {
+        "close": 3459,
+        "high": 1,
+        "low": 6,
+        "open": 3952,
+        "volume": 4147316
+      },
+      "open": "2017-01-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 9072,
+        "high": 6,
+        "low": 38,
+        "open": 254488,
+        "volume": 62263546
+      },
+      "id": 163136,
+      "non_hive": {
+        "close": 1353,
+        "high": 1,
+        "low": 5,
+        "open": 37196,
+        "volume": 9133191
+      },
+      "open": "2017-01-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 39425,
+        "high": 6,
+        "low": 69,
+        "open": 108600,
+        "volume": 21190875
+      },
+      "id": 163823,
+      "non_hive": {
+        "close": 6387,
+        "high": 1,
+        "low": 10,
+        "open": 16283,
+        "volume": 3284967
+      },
+      "open": "2017-01-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 167865,
+        "high": 3756,
+        "low": 43,
+        "open": 7524,
+        "volume": 21182033
+      },
+      "id": 164442,
+      "non_hive": {
+        "close": 27188,
+        "high": 631,
+        "low": 6,
+        "open": 1219,
+        "volume": 3436434
+      },
+      "open": "2017-01-29T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 19466,
+        "high": 215005,
+        "low": 8,
+        "open": 125674,
+        "volume": 13706157
+      },
+      "id": 165078,
+      "non_hive": {
+        "close": 3134,
+        "high": 35074,
+        "low": 1,
+        "open": 20325,
+        "volume": 2210340
+      },
+      "open": "2017-01-30T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 12913,
+        "high": 6,
+        "low": 100,
+        "open": 259685,
+        "volume": 38021871
+      },
+      "id": 165553,
+      "non_hive": {
+        "close": 2040,
+        "high": 1,
+        "low": 15,
+        "open": 41758,
+        "volume": 6018084
+      },
+      "open": "2017-01-31T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 110563,
+        "high": 16695,
+        "low": 73,
+        "open": 5532,
+        "volume": 23012452
+      },
+      "id": 166277,
+      "non_hive": {
+        "close": 17782,
+        "high": 2705,
+        "low": 11,
+        "open": 875,
+        "volume": 3672299
+      },
+      "open": "2017-02-01T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3690,
+        "high": 476207,
+        "low": 28,
+        "open": 9550,
+        "volume": 33626293
+      },
+      "id": 166852,
+      "non_hive": {
+        "close": 606,
+        "high": 80955,
+        "low": 4,
+        "open": 1536,
+        "volume": 5419970
+      },
+      "open": "2017-02-02T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 304915,
+        "high": 29045,
+        "low": 25,
+        "open": 727,
+        "volume": 24273065
+      },
+      "id": 167513,
+      "non_hive": {
+        "close": 48402,
+        "high": 4769,
+        "low": 3,
+        "open": 118,
+        "volume": 3886815
+      },
+      "open": "2017-02-03T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 3303,
+        "high": 54,
+        "low": 15,
+        "open": 143028,
+        "volume": 37162567
+      },
+      "id": 168100,
+      "non_hive": {
+        "close": 541,
+        "high": 9,
+        "low": 2,
+        "open": 22755,
+        "volume": 6060623
+      },
+      "open": "2017-02-04T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 2000,
+        "high": 6,
+        "low": 18,
+        "open": 157,
+        "volume": 15762496
+      },
+      "id": 168788,
+      "non_hive": {
+        "close": 315,
+        "high": 1,
+        "low": 2,
+        "open": 25,
+        "volume": 2525016
+      },
+      "open": "2017-02-05T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 1974,
+        "high": 62,
+        "low": 321706,
+        "open": 118725,
+        "volume": 13105072
+      },
+      "id": 169218,
+      "non_hive": {
+        "close": 313,
+        "high": 10,
+        "low": 50000,
+        "open": 18727,
+        "volume": 2056874
+      },
+      "open": "2017-02-06T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 271215,
+        "high": 6,
+        "low": 9463,
+        "open": 4323,
+        "volume": 51085045
+      },
+      "id": 169707,
+      "non_hive": {
+        "close": 41687,
+        "high": 1,
+        "low": 1423,
+        "open": 687,
+        "volume": 8072209
+      },
+      "open": "2017-02-07T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 131649,
+        "high": 6,
+        "low": 50,
+        "open": 296474,
+        "volume": 37283381
+      },
+      "id": 170553,
+      "non_hive": {
+        "close": 19846,
+        "high": 1,
+        "low": 7,
+        "open": 45682,
+        "volume": 5685240
+      },
+      "open": "2017-02-08T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 11656,
+        "high": 6,
+        "low": 50,
+        "open": 5321,
+        "volume": 44080348
+      },
+      "id": 171212,
+      "non_hive": {
+        "close": 1661,
+        "high": 1,
+        "low": 7,
+        "open": 798,
+        "volume": 6566800
+      },
+      "open": "2017-02-09T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 8817,
+        "high": 8817,
+        "low": 20,
+        "open": 8887,
+        "volume": 65493730
+      },
+      "id": 171830,
+      "non_hive": {
+        "close": 1279,
+        "high": 1279,
+        "low": 2,
+        "open": 1273,
+        "volume": 9197166
+      },
+      "open": "2017-02-10T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6830,
+        "high": 249,
+        "low": 59,
+        "open": 75331,
+        "volume": 29520927
+      },
+      "id": 172468,
+      "non_hive": {
+        "close": 1000,
+        "high": 37,
+        "low": 8,
+        "open": 10927,
+        "volume": 4312957
+      },
+      "open": "2017-02-11T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 11649,
+        "high": 6,
+        "low": 86,
+        "open": 7000000,
+        "volume": 23107705
+      },
+      "id": 173007,
+      "non_hive": {
+        "close": 1648,
+        "high": 1,
+        "low": 12,
+        "open": 1022000,
+        "volume": 3346964
+      },
+      "open": "2017-02-12T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 364968,
+        "high": 21523,
+        "low": 94,
+        "open": 209050,
+        "volume": 41111747
+      },
+      "id": 173399,
+      "non_hive": {
+        "close": 50000,
+        "high": 3074,
+        "low": 12,
+        "open": 29715,
+        "volume": 5654087
+      },
+      "open": "2017-02-13T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 337499,
+        "high": 7,
+        "low": 15,
+        "open": 13000,
+        "volume": 42344041
+      },
+      "id": 173994,
+      "non_hive": {
+        "close": 45454,
+        "high": 1,
+        "low": 1,
+        "open": 1776,
+        "volume": 5675774
+      },
+      "open": "2017-02-14T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 89891,
+        "high": 7,
+        "low": 58,
+        "open": 15003,
+        "volume": 37555256
+      },
+      "id": 174746,
+      "non_hive": {
+        "close": 12000,
+        "high": 1,
+        "low": 7,
+        "open": 2026,
+        "volume": 5013483
+      },
+      "open": "2017-02-15T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 10167,
+        "high": 233956,
+        "low": 20,
+        "open": 74422,
+        "volume": 30416160
+      },
+      "id": 175379,
+      "non_hive": {
+        "close": 1412,
+        "high": 32861,
+        "low": 2,
+        "open": 9935,
+        "volume": 4090440
+      },
+      "open": "2017-02-16T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 134153,
+        "high": 305025,
+        "low": 33,
+        "open": 56381,
+        "volume": 58876105
+      },
+      "id": 175952,
+      "non_hive": {
+        "close": 18000,
+        "high": 44281,
+        "low": 4,
+        "open": 7830,
+        "volume": 8228802
+      },
+      "open": "2017-02-17T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 27914,
+        "high": 7,
+        "low": 120,
+        "open": 336338,
+        "volume": 72070545
+      },
+      "id": 176576,
+      "non_hive": {
+        "close": 3379,
+        "high": 1,
+        "low": 14,
+        "open": 45348,
+        "volume": 8935664
+      },
+      "open": "2017-02-18T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 32500,
+        "high": 7,
+        "low": 31,
+        "open": 336714,
+        "volume": 58294059
+      },
+      "id": 177460,
+      "non_hive": {
+        "close": 3901,
+        "high": 1,
+        "low": 3,
+        "open": 40972,
+        "volume": 7150676
+      },
+      "open": "2017-02-19T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 278846,
+        "high": 8,
+        "low": 47,
+        "open": 341533,
+        "volume": 47897437
+      },
+      "id": 178142,
+      "non_hive": {
+        "close": 32740,
+        "high": 1,
+        "low": 5,
+        "open": 40996,
+        "volume": 5632768
+      },
+      "open": "2017-02-20T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 489823,
+        "high": 332384,
+        "low": 36085,
+        "open": 34582,
+        "volume": 137289589
+      },
+      "id": 178635,
+      "non_hive": {
+        "close": 50000,
+        "high": 38925,
+        "low": 3654,
+        "open": 4049,
+        "volume": 14867149
+      },
+      "open": "2017-02-21T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 381954,
+        "high": 8,
+        "low": 64,
+        "open": 491145,
+        "volume": 151995667
+      },
+      "id": 179757,
+      "non_hive": {
+        "close": 43003,
+        "high": 1,
+        "low": 6,
+        "open": 50000,
+        "volume": 16044078
+      },
+      "open": "2017-02-22T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 6787,
+        "high": 7,
+        "low": 1991,
+        "open": 6682,
+        "volume": 143333781
+      },
+      "id": 180959,
+      "non_hive": {
+        "close": 793,
+        "high": 1,
+        "low": 217,
+        "open": 751,
+        "volume": 16780727
+      },
+      "open": "2017-02-23T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 390005,
+        "high": 8,
+        "low": 2236,
+        "open": 76,
+        "volume": 70236542
+      },
+      "id": 182160,
+      "non_hive": {
+        "close": 42701,
+        "high": 1,
+        "low": 241,
+        "open": 9,
+        "volume": 7934878
+      },
+      "open": "2017-02-24T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 427361,
+        "high": 8,
+        "low": 443634,
+        "open": 145690,
+        "volume": 66100626
+      },
+      "id": 182944,
+      "non_hive": {
+        "close": 50000,
+        "high": 1,
+        "low": 48395,
+        "open": 15979,
+        "volume": 7797410
+      },
+      "open": "2017-02-25T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 143636,
+        "high": 2088,
+        "low": 56,
+        "open": 115242,
+        "volume": 34958810
+      },
+      "id": 183657,
+      "non_hive": {
+        "close": 15983,
+        "high": 247,
+        "low": 6,
+        "open": 13518,
+        "volume": 4004270
+      },
+      "open": "2017-02-26T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 273375,
+        "high": 35,
+        "low": 23,
+        "open": 3960,
+        "volume": 70549139
+      },
+      "id": 184354,
+      "non_hive": {
+        "close": 31056,
+        "high": 4,
+        "low": 2,
+        "open": 439,
+        "volume": 7805362
+      },
+      "open": "2017-02-27T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 450171,
+        "high": 8,
+        "low": 107,
+        "open": 441296,
+        "volume": 75304460
+      },
+      "id": 184937,
+      "non_hive": {
+        "close": 48758,
+        "high": 1,
+        "low": 11,
+        "open": 50000,
+        "volume": 8407048
+      },
+      "open": "2017-02-28T00:00:00",
+      "seconds": 86400
+    },
+    {
+      "hive": {
+        "close": 464490,
+        "high": 9,
+        "low": 464490,
+        "open": 462878,
+        "volume": 74803622
+      },
+      "id": 185709,
+      "non_hive": {
+        "close": 46310,
+        "high": 1,
+        "low": 46310,
+        "open": 50000,
+        "volume": 7833519
+      },
+      "open": "2017-03-01T00:00:00",
+      "seconds": 86400
+    }
+  ]
+}
diff --git a/hived/tavern/market_history_api_patterns/get_market_history/get.tavern.yaml b/hived/tavern/market_history_api_patterns/get_market_history/get.tavern.yaml
new file mode 100644
index 00000000..fb09e9f3
--- /dev/null
+++ b/hived/tavern/market_history_api_patterns/get_market_history/get.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived get_market_history
+
+  marks:
+    - patterntest # lower bucket_seconds can be tested for full sync nodes, starting from 2020-03-03T15:00:00
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_market_history
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "market_history_api.get_market_history"
+          params: {"bucket_seconds": 86400, "start": "2016-03-01T00:00:00", "end": "2017-03-02T00:00:00"}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "market_history_api_patterns/get_market_history"
\ No newline at end of file
diff --git a/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.pat.json b/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.pat.json
new file mode 100644
index 00000000..89e951aa
--- /dev/null
+++ b/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "bucket_sizes": [
+    15,
+    60,
+    300,
+    3600,
+    86400
+  ]
+}
diff --git a/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.tavern.yaml b/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.tavern.yaml
new file mode 100644
index 00000000..7c2a84c8
--- /dev/null
+++ b/hived/tavern/market_history_api_patterns/get_market_history_buckets/get.tavern.yaml
@@ -0,0 +1,28 @@
+---
+  test_name: Hived get_market_history_buckets
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_market_history_buckets
+      request:
+        url: "{service.url:s}"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "market_history_api.get_market_history_buckets"
+          params: {}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "market_history_api_patterns/get_market_history_buckets"
\ No newline at end of file
diff --git a/hived/tavern/market_history_api_patterns/get_trade_history/get.pat.json b/hived/tavern/market_history_api_patterns/get_trade_history/get.pat.json
new file mode 100644
index 00000000..120be15e
--- /dev/null
+++ b/hived/tavern/market_history_api_patterns/get_trade_history/get.pat.json
@@ -0,0 +1,13004 @@
+{
+  "trades": [
+    {
+      "current_pays": {
+        "amount": "211",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T00:08:27",
+      "open_pays": {
+        "amount": "112",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "126763",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T00:19:33",
+      "open_pays": {
+        "amount": "67787",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "87695",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T00:19:45",
+      "open_pays": {
+        "amount": "46895",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "47918",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T00:20:00",
+      "open_pays": {
+        "amount": "25625",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:08:00",
+      "open_pays": {
+        "amount": "8",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "327",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:13:36",
+      "open_pays": {
+        "amount": "171",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20010",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:16:06",
+      "open_pays": {
+        "amount": "10481",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "101362",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:25:36",
+      "open_pays": {
+        "amount": "53097",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4272",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:30:18",
+      "open_pays": {
+        "amount": "2237",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:47:00",
+      "open_pays": {
+        "amount": "5762",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "35330",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T01:47:57",
+      "open_pays": {
+        "amount": "18507",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9263",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:07:06",
+      "open_pays": {
+        "amount": "4852",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "24",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:16:54",
+      "open_pays": {
+        "amount": "45",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "120000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:16:54",
+      "open_pays": {
+        "amount": "223800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "170",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:16:54",
+      "open_pays": {
+        "amount": "317",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1996",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:16:54",
+      "open_pays": {
+        "amount": "3634",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "35536",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:18:09",
+      "open_pays": {
+        "amount": "64004",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20001",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T02:24:51",
+      "open_pays": {
+        "amount": "10477",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "33535",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:33:15",
+      "open_pays": {
+        "amount": "17650",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "23465",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:33:45",
+      "open_pays": {
+        "amount": "12350",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1992",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:34:15",
+      "open_pays": {
+        "amount": "1043",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17172",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:34:48",
+      "open_pays": {
+        "amount": "9000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3210",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:35:06",
+      "open_pays": {
+        "amount": "1682",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:51:42",
+      "open_pays": {
+        "amount": "3800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "53000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T03:54:09",
+      "open_pays": {
+        "amount": "100700",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T04:13:36",
+      "open_pays": {
+        "amount": "9",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4535",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T04:26:00",
+      "open_pays": {
+        "amount": "2268",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T04:31:12",
+      "open_pays": {
+        "amount": "5",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T04:32:54",
+      "open_pays": {
+        "amount": "10010",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:10:06",
+      "open_pays": {
+        "amount": "9750",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9549",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:10:36",
+      "open_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19970",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:29:27",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "25569",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:29:42",
+      "open_pays": {
+        "amount": "51062",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5977",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:46:06",
+      "open_pays": {
+        "amount": "11936",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T05:55:21",
+      "open_pays": {
+        "amount": "9600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6376",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:08:39",
+      "open_pays": {
+        "amount": "3191",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1930",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:21:18",
+      "open_pays": {
+        "amount": "3856",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1543",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:25:18",
+      "open_pays": {
+        "amount": "2962",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "190",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:28:15",
+      "open_pays": {
+        "amount": "95",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1505",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:39:03",
+      "open_pays": {
+        "amount": "2889",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T06:56:27",
+      "open_pays": {
+        "amount": "18",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2735",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:02:06",
+      "open_pays": {
+        "amount": "5253",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2255",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:02:06",
+      "open_pays": {
+        "amount": "4329",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4325",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:31:54",
+      "open_pays": {
+        "amount": "2165",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "183206",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:35:09",
+      "open_pays": {
+        "amount": "91649",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "877",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:51:39",
+      "open_pays": {
+        "amount": "438",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10001",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:55:06",
+      "open_pays": {
+        "amount": "5003",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1255",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:59:18",
+      "open_pays": {
+        "amount": "628",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T07:59:18",
+      "open_pays": {
+        "amount": "4377",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "36",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:07:15",
+      "open_pays": {
+        "amount": "70",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:07:15",
+      "open_pays": {
+        "amount": "193",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2204",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:07:15",
+      "open_pays": {
+        "amount": "4252",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2080",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:07:15",
+      "open_pays": {
+        "amount": "3995",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9258",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:07:15",
+      "open_pays": {
+        "amount": "17775",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5189",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T08:55:57",
+      "open_pays": {
+        "amount": "9963",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2500",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:10:09",
+      "open_pays": {
+        "amount": "4800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1200",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:18:42",
+      "open_pays": {
+        "amount": "2304",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18160",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:19:21",
+      "open_pays": {
+        "amount": "34867",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "28",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:35:51",
+      "open_pays": {
+        "amount": "14",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "52",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:55:27",
+      "open_pays": {
+        "amount": "101",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9276",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:55:27",
+      "open_pays": {
+        "amount": "17810",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:56:54",
+      "open_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "41251",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:56:54",
+      "open_pays": {
+        "amount": "79202",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17124",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:58:24",
+      "open_pays": {
+        "amount": "32878",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "415",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:59:21",
+      "open_pays": {
+        "amount": "798",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4301",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:59:21",
+      "open_pays": {
+        "amount": "8257",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15452",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T09:59:42",
+      "open_pays": {
+        "amount": "29667",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:00:03",
+      "open_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8388",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:00:03",
+      "open_pays": {
+        "amount": "16105",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "178360",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:09:21",
+      "open_pays": {
+        "amount": "339090",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "185",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:12:12",
+      "open_pays": {
+        "amount": "93",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2174",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:34:36",
+      "open_pays": {
+        "amount": "4304",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "97",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:36:30",
+      "open_pays": {
+        "amount": "185",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "71640",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:36:30",
+      "open_pays": {
+        "amount": "136199",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "128263",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:36:30",
+      "open_pays": {
+        "amount": "243699",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "49940",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:37:30",
+      "open_pays": {
+        "amount": "94886",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9547",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:42:21",
+      "open_pays": {
+        "amount": "18139",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14673",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:42:48",
+      "open_pays": {
+        "amount": "27878",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8076",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:43:30",
+      "open_pays": {
+        "amount": "15344",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4124",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:44:03",
+      "open_pays": {
+        "amount": "7835",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6808",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:45:30",
+      "open_pays": {
+        "amount": "12935",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "87747",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:46:09",
+      "open_pays": {
+        "amount": "166719",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1215",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:46:39",
+      "open_pays": {
+        "amount": "2308",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "36732",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T10:50:03",
+      "open_pays": {
+        "amount": "69790",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1970",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:16:00",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:16:42",
+      "open_pays": {
+        "amount": "181",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "400",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:16:42",
+      "open_pays": {
+        "amount": "724",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1088",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:26:00",
+      "open_pays": {
+        "amount": "1970",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4883",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:26:09",
+      "open_pays": {
+        "amount": "2696",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17302",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:26:30",
+      "open_pays": {
+        "amount": "9556",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2454",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:28:57",
+      "open_pays": {
+        "amount": "1246",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11336",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:28:57",
+      "open_pays": {
+        "amount": "5754",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:29:45",
+      "open_pays": {
+        "amount": "12670",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14274",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:32:00",
+      "open_pays": {
+        "amount": "7246",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "24921",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:32:09",
+      "open_pays": {
+        "amount": "49094",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "35903",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:32:39",
+      "open_pays": {
+        "amount": "18261",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10272",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:34:30",
+      "open_pays": {
+        "amount": "20133",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:34:48",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "194",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:36:18",
+      "open_pays": {
+        "amount": "99",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3843",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:36:30",
+      "open_pays": {
+        "amount": "7532",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6828",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:36:57",
+      "open_pays": {
+        "amount": "13383",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9498",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:56:24",
+      "open_pays": {
+        "amount": "5079",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "92000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:56:57",
+      "open_pays": {
+        "amount": "50000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "41",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:59:15",
+      "open_pays": {
+        "amount": "21",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4675",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T11:59:48",
+      "open_pays": {
+        "amount": "2500",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1088",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:03:33",
+      "open_pays": {
+        "amount": "2034",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "47246",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:04:03",
+      "open_pays": {
+        "amount": "88349",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "147234",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:06:15",
+      "open_pays": {
+        "amount": "275329",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "126476",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:07:15",
+      "open_pays": {
+        "amount": "67634",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "121231",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:13:57",
+      "open_pays": {
+        "amount": "64829",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2479",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:14:06",
+      "open_pays": {
+        "amount": "4488",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2763",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:14:21",
+      "open_pays": {
+        "amount": "1526",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "115194",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:14:42",
+      "open_pays": {
+        "amount": "63628",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:15:00",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37966",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:15:00",
+      "open_pays": {
+        "amount": "20303",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9558",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:15:24",
+      "open_pays": {
+        "amount": "5111",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "69730",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:18:57",
+      "open_pays": {
+        "amount": "37289",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "260705",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:18:57",
+      "open_pays": {
+        "amount": "137939",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8673",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:36:27",
+      "open_pays": {
+        "amount": "4637",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1622",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:43:45",
+      "open_pays": {
+        "amount": "3000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8333",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:46:33",
+      "open_pays": {
+        "amount": "4531",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19594",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:47:00",
+      "open_pays": {
+        "amount": "10654",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64028",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:47:30",
+      "open_pays": {
+        "amount": "34814",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "27845",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:50:42",
+      "open_pays": {
+        "amount": "15143",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "182072",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:51:15",
+      "open_pays": {
+        "amount": "99016",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "157844",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:52:00",
+      "open_pays": {
+        "amount": "85840",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:56:45",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:56:45",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "52473",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:56:45",
+      "open_pays": {
+        "amount": "28378",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:56:45",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "36997",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T12:57:03",
+      "open_pays": {
+        "amount": "19998",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2355",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:04:39",
+      "open_pays": {
+        "amount": "1279",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2826",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:05:00",
+      "open_pays": {
+        "amount": "1535",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2826",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:05:21",
+      "open_pays": {
+        "amount": "1535",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1736",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:06:27",
+      "open_pays": {
+        "amount": "944",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17403",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:06:27",
+      "open_pays": {
+        "amount": "9458",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2826",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:06:48",
+      "open_pays": {
+        "amount": "1535",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11394",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:08:21",
+      "open_pays": {
+        "amount": "6193",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "40329",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:14:06",
+      "open_pays": {
+        "amount": "21918",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:14:33",
+      "open_pays": {
+        "amount": "8081",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "67",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:15:00",
+      "open_pays": {
+        "amount": "122",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:18:45",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:18:45",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26121",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:18:45",
+      "open_pays": {
+        "amount": "14043",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8716",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:20:27",
+      "open_pays": {
+        "amount": "4686",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11114",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:20:45",
+      "open_pays": {
+        "amount": "5975",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2438",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "4440",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1730",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "3150",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "200",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "362",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "676",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "1220",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "90200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4857",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "8762",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "292874",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "25000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "45075",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "27030",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:33",
+      "open_pays": {
+        "amount": "292711",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12493",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:22:42",
+      "open_pays": {
+        "amount": "6932",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14170",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:23:12",
+      "open_pays": {
+        "amount": "7863",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8231",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:23:39",
+      "open_pays": {
+        "amount": "14825",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8477",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:23:51",
+      "open_pays": {
+        "amount": "4707",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "91526",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:23:51",
+      "open_pays": {
+        "amount": "50791",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1252",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:25:27",
+      "open_pays": {
+        "amount": "2259",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18079",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:25:27",
+      "open_pays": {
+        "amount": "32560",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7703",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:28:36",
+      "open_pays": {
+        "amount": "4141",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "39347",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:09",
+      "open_pays": {
+        "amount": "21155",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "92921",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "167352",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17101",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "30799",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "292549",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "292387",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "98704",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "177668",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "18000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "7200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "27778",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "50000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "30070",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "53600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "289300",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "162437",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "288488",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "133000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "236075",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17700",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "200000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "350002",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "175000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "3500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "8750",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17400",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "289",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17300",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "170000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "17000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "120",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "204",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "16800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "16600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "907169",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "1496893",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "304000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "501603",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "212121",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "350000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "165000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "16400",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "576961",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:42",
+      "open_pays": {
+        "amount": "940446",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12763",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:29:45",
+      "open_pays": {
+        "amount": "6825",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "358103",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:30:06",
+      "open_pays": {
+        "amount": "583709",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2138",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:30:12",
+      "open_pays": {
+        "amount": "1311",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "25621",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:30:27",
+      "open_pays": {
+        "amount": "15718",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16300",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:30:39",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22365",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:31:12",
+      "open_pays": {
+        "amount": "13720",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "28687",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:31:33",
+      "open_pays": {
+        "amount": "17599",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "57284",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:32:00",
+      "open_pays": {
+        "amount": "35143",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22401",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:32:18",
+      "open_pays": {
+        "amount": "13742",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5158",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:32:39",
+      "open_pays": {
+        "amount": "3164",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22237",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:32:57",
+      "open_pays": {
+        "amount": "13642",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "60270",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:33:18",
+      "open_pays": {
+        "amount": "36975",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15534",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:33:45",
+      "open_pays": {
+        "amount": "9530",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10033",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:34:36",
+      "open_pays": {
+        "amount": "6155",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4998000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:34:51",
+      "open_pays": {
+        "amount": "3066258",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "45507",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:35:39",
+      "open_pays": {
+        "amount": "27918",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "81701",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:36:21",
+      "open_pays": {
+        "amount": "50123",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3066",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:36:48",
+      "open_pays": {
+        "amount": "1881",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2806",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:37:15",
+      "open_pays": {
+        "amount": "1500",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1387",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:39:00",
+      "open_pays": {
+        "amount": "749",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32352",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:39:27",
+      "open_pays": {
+        "amount": "17487",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "87518",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:39:48",
+      "open_pays": {
+        "amount": "47307",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1322",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:40:27",
+      "open_pays": {
+        "amount": "715",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "372",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:42:51",
+      "open_pays": {
+        "amount": "200",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1027",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:42:51",
+      "open_pays": {
+        "amount": "549",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1910",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:43:09",
+      "open_pays": {
+        "amount": "1021",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "196",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:43:27",
+      "open_pays": {
+        "amount": "105",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2602",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:43:27",
+      "open_pays": {
+        "amount": "1391",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "92599",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:43:48",
+      "open_pays": {
+        "amount": "49519",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "117048",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:44:06",
+      "open_pays": {
+        "amount": "62592",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5511",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T13:44:33",
+      "open_pays": {
+        "amount": "2947",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2309",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:00:54",
+      "open_pays": {
+        "amount": "1234",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7986",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:28:24",
+      "open_pays": {
+        "amount": "4271",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "80",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:29:15",
+      "open_pays": {
+        "amount": "42",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1150",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:30:39",
+      "open_pays": {
+        "amount": "614",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:44:27",
+      "open_pays": {
+        "amount": "10",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:44:42",
+      "open_pays": {
+        "amount": "10",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:44:48",
+      "open_pays": {
+        "amount": "10",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:46:42",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "838",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:47:39",
+      "open_pays": {
+        "amount": "448",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:48:00",
+      "open_pays": {
+        "amount": "3496",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18700",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:53:18",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:55:03",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:55:48",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:56:36",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:57:27",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3459",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:57:30",
+      "open_pays": {
+        "amount": "1849",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1870",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:57:42",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20272",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:57:48",
+      "open_pays": {
+        "amount": "10841",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:57:57",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "54044",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:58:09",
+      "open_pays": {
+        "amount": "28777",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:58:18",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:58:39",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:59:00",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:59:12",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T14:59:51",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:00:09",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:00:30",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:00:42",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:01:15",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "811",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:02:54",
+      "open_pays": {
+        "amount": "1518",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5348",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:02:54",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:04:39",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1878",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:06:21",
+      "open_pays": {
+        "amount": "3324",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:07:12",
+      "open_pays": {
+        "amount": "532",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5325",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:07:54",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22383",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:08:09",
+      "open_pays": {
+        "amount": "11919",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1610",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:08:18",
+      "open_pays": {
+        "amount": "3023",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12524",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:08:33",
+      "open_pays": {
+        "amount": "23520",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "27195",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:08:45",
+      "open_pays": {
+        "amount": "51074",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "23519",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:10:30",
+      "open_pays": {
+        "amount": "12524",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "107",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:10:57",
+      "open_pays": {
+        "amount": "57",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3818",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:11:15",
+      "open_pays": {
+        "amount": "7216",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "76599",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:12:15",
+      "open_pays": {
+        "amount": "144771",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "448627",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "847906",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19575",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "36803",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5816",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "10295",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "58312",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "99740",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "374569",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "640515",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "860000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "1470600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "434457",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "703821",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:00",
+      "open_pays": {
+        "amount": "16200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "165299",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:15",
+      "open_pays": {
+        "amount": "102036",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4869",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:42",
+      "open_pays": {
+        "amount": "3005",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "504569",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:17:57",
+      "open_pays": {
+        "amount": "311462",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5286",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:18:03",
+      "open_pays": {
+        "amount": "3262",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4828",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:18:27",
+      "open_pays": {
+        "amount": "2982",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "317363",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:18:45",
+      "open_pays": {
+        "amount": "196023",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:19:03",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "558590",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:19:03",
+      "open_pays": {
+        "amount": "344808",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4454",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:19:45",
+      "open_pays": {
+        "amount": "2749",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5115",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:20:00",
+      "open_pays": {
+        "amount": "3157",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "152185",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:20:18",
+      "open_pays": {
+        "amount": "93941",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6281",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:20:39",
+      "open_pays": {
+        "amount": "3877",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1465",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:20:57",
+      "open_pays": {
+        "amount": "904",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2673020",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:21:09",
+      "open_pays": {
+        "amount": "1650012",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "152185",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:21:18",
+      "open_pays": {
+        "amount": "93941",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "55107",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:21:42",
+      "open_pays": {
+        "amount": "34016",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4824",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:22:00",
+      "open_pays": {
+        "amount": "2977",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "36588",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:22:18",
+      "open_pays": {
+        "amount": "22585",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2846026",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:22:45",
+      "open_pays": {
+        "amount": "1756806",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "57712",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:23:06",
+      "open_pays": {
+        "amount": "35624",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "89798",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:23:42",
+      "open_pays": {
+        "amount": "55430",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "57012",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:24:42",
+      "open_pays": {
+        "amount": "35192",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11989",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:25:09",
+      "open_pays": {
+        "amount": "7401",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "52305",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:25:09",
+      "open_pays": {
+        "amount": "32287",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "93085",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:25:24",
+      "open_pays": {
+        "amount": "57459",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6304",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:25:39",
+      "open_pays": {
+        "amount": "3891",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64294",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:26:06",
+      "open_pays": {
+        "amount": "39687",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "54289",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:26:51",
+      "open_pays": {
+        "amount": "33511",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "31223",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:27:09",
+      "open_pays": {
+        "amount": "19273",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1204",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:27:42",
+      "open_pays": {
+        "amount": "743",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15636",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:28:15",
+      "open_pays": {
+        "amount": "9651",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64800",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:28:42",
+      "open_pays": {
+        "amount": "40000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64852",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:28:51",
+      "open_pays": {
+        "amount": "40032",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9161",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:29:51",
+      "open_pays": {
+        "amount": "5654",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "648000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:30:27",
+      "open_pays": {
+        "amount": "400000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13793",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:30:30",
+      "open_pays": {
+        "amount": "8514",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7637",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:31:06",
+      "open_pays": {
+        "amount": "4714",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3111",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:32:06",
+      "open_pays": {
+        "amount": "1920",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3584",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:32:48",
+      "open_pays": {
+        "amount": "2212",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1323339",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:33:12",
+      "open_pays": {
+        "amount": "816875",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3215",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:33:30",
+      "open_pays": {
+        "amount": "1984",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "594660",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:33:33",
+      "open_pays": {
+        "amount": "367074",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1071",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:34:12",
+      "open_pays": {
+        "amount": "661",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1074",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:34:45",
+      "open_pays": {
+        "amount": "662",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7818",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:35:36",
+      "open_pays": {
+        "amount": "4825",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7464",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:35:54",
+      "open_pays": {
+        "amount": "4607",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2459",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:36:09",
+      "open_pays": {
+        "amount": "1517",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16587",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:36:27",
+      "open_pays": {
+        "amount": "10238",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:36:30",
+      "open_pays": {
+        "amount": "160000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:36:30",
+      "open_pays": {
+        "amount": "16000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12608",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:36:48",
+      "open_pays": {
+        "amount": "7880",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12991",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:37:06",
+      "open_pays": {
+        "amount": "8119",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12608",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:37:24",
+      "open_pays": {
+        "amount": "7880",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "89000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:37:42",
+      "open_pays": {
+        "amount": "55625",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3383",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:37:45",
+      "open_pays": {
+        "amount": "2114",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3239",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:38:06",
+      "open_pays": {
+        "amount": "2024",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12877",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:38:51",
+      "open_pays": {
+        "amount": "8048",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "33314",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:39:27",
+      "open_pays": {
+        "amount": "20821",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3246",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:40:06",
+      "open_pays": {
+        "amount": "2028",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3246",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:40:42",
+      "open_pays": {
+        "amount": "2028",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19507",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:41:06",
+      "open_pays": {
+        "amount": "12192",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9680",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:41:21",
+      "open_pays": {
+        "amount": "5975",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:41:30",
+      "open_pays": {
+        "amount": "9",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100563",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:41:39",
+      "open_pays": {
+        "amount": "62075",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "163904",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:41:57",
+      "open_pays": {
+        "amount": "101175",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "401210",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:42:03",
+      "open_pays": {
+        "amount": "247660",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3291",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:42:12",
+      "open_pays": {
+        "amount": "2031",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "44202",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:42:30",
+      "open_pays": {
+        "amount": "27285",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "225441",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:42:51",
+      "open_pays": {
+        "amount": "139161",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "280959",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:43:18",
+      "open_pays": {
+        "amount": "173431",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32480",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:43:33",
+      "open_pays": {
+        "amount": "20049",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3304",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:43:51",
+      "open_pays": {
+        "amount": "2039",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5400",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:44:33",
+      "open_pays": {
+        "amount": "3333",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "34207",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:44:36",
+      "open_pays": {
+        "amount": "21115",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "23618",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:44:57",
+      "open_pays": {
+        "amount": "14579",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11809",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:45:21",
+      "open_pays": {
+        "amount": "7289",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2952",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:46:15",
+      "open_pays": {
+        "amount": "1822",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "94000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:46:33",
+      "open_pays": {
+        "amount": "58024",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1476",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:46:39",
+      "open_pays": {
+        "amount": "911",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1473",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:46:57",
+      "open_pays": {
+        "amount": "909",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14417",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:47:39",
+      "open_pays": {
+        "amount": "8899",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26300",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:48:00",
+      "open_pays": {
+        "amount": "16234",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "518464",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:48:12",
+      "open_pays": {
+        "amount": "320039",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "61918",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:48:30",
+      "open_pays": {
+        "amount": "38220",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3436731",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:48:39",
+      "open_pays": {
+        "amount": "2121438",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10249",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:48:45",
+      "open_pays": {
+        "amount": "6326",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15996",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:49:06",
+      "open_pays": {
+        "amount": "9874",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15996",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:49:21",
+      "open_pays": {
+        "amount": "9874",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6098",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:49:42",
+      "open_pays": {
+        "amount": "3764",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6446",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:50:36",
+      "open_pays": {
+        "amount": "3979",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:50:48",
+      "open_pays": {
+        "amount": "61728",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2383",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:50:51",
+      "open_pays": {
+        "amount": "1470",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64800",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:52:00",
+      "open_pays": {
+        "amount": "40000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "49790",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:54:36",
+      "open_pays": {
+        "amount": "30734",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2579",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:55:30",
+      "open_pays": {
+        "amount": "1591",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3044",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:55:42",
+      "open_pays": {
+        "amount": "1879",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2171",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T15:56:00",
+      "open_pays": {
+        "amount": "1340",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7552",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:00:39",
+      "open_pays": {
+        "amount": "4661",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4919",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:00:57",
+      "open_pays": {
+        "amount": "3036",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3872",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:01:15",
+      "open_pays": {
+        "amount": "2390",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12333",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:01:30",
+      "open_pays": {
+        "amount": "7612",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2259",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:01:51",
+      "open_pays": {
+        "amount": "1394",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "51935",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:02:09",
+      "open_pays": {
+        "amount": "32058",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "598490",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:04:24",
+      "open_pays": {
+        "amount": "369438",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "86490",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:06:39",
+      "open_pays": {
+        "amount": "53388",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6900",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:10:33",
+      "open_pays": {
+        "amount": "4259",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1006474",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:11:48",
+      "open_pays": {
+        "amount": "621280",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12831",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:12:18",
+      "open_pays": {
+        "amount": "7920",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37174",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:12:51",
+      "open_pays": {
+        "amount": "22946",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "23490",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:13:18",
+      "open_pays": {
+        "amount": "14500",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32186",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:13:39",
+      "open_pays": {
+        "amount": "19867",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19844",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:14:42",
+      "open_pays": {
+        "amount": "12249",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6505",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:15:33",
+      "open_pays": {
+        "amount": "4015",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:18:39",
+      "open_pays": {
+        "amount": "61728",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1070030",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:19:06",
+      "open_pays": {
+        "amount": "660512",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "124680",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:19:36",
+      "open_pays": {
+        "amount": "76962",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1230",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:21:42",
+      "open_pays": {
+        "amount": "759",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "47719",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:22:12",
+      "open_pays": {
+        "amount": "29456",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "81000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:22:12",
+      "open_pays": {
+        "amount": "50000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16410",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:22:39",
+      "open_pays": {
+        "amount": "10129",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "101088",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:22:54",
+      "open_pays": {
+        "amount": "62400",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19906",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:23:12",
+      "open_pays": {
+        "amount": "12287",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "61131",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:23:27",
+      "open_pays": {
+        "amount": "37735",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5438",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:23:45",
+      "open_pays": {
+        "amount": "3356",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "48600",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:24:03",
+      "open_pays": {
+        "amount": "30000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20088",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:24:21",
+      "open_pays": {
+        "amount": "12400",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "124740",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:24:48",
+      "open_pays": {
+        "amount": "77000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9047",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:24:54",
+      "open_pays": {
+        "amount": "5584",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "21797",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:25:27",
+      "open_pays": {
+        "amount": "13454",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "59627",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:26:39",
+      "open_pays": {
+        "amount": "36806",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9543",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:27:42",
+      "open_pays": {
+        "amount": "5890",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10270",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:28:00",
+      "open_pays": {
+        "amount": "6339",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "55981",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:28:15",
+      "open_pays": {
+        "amount": "34556",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "99000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:28:33",
+      "open_pays": {
+        "amount": "61111",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "86644",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:28:39",
+      "open_pays": {
+        "amount": "53483",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "98148",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:28:54",
+      "open_pays": {
+        "amount": "60585",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "108161",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:29:09",
+      "open_pays": {
+        "amount": "66766",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15158",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:29:21",
+      "open_pays": {
+        "amount": "9356",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3886",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:29:36",
+      "open_pays": {
+        "amount": "2398",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37607",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:29:48",
+      "open_pays": {
+        "amount": "23214",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "98820",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:29:51",
+      "open_pays": {
+        "amount": "61000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4196",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:30:03",
+      "open_pays": {
+        "amount": "2590",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15158",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:30:21",
+      "open_pays": {
+        "amount": "9356",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "416",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:34:03",
+      "open_pays": {
+        "amount": "256",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "205",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:36:54",
+      "open_pays": {
+        "amount": "127",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "25",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:42:27",
+      "open_pays": {
+        "amount": "13",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "673",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:43:27",
+      "open_pays": {
+        "amount": "356",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2282",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T16:44:33",
+      "open_pays": {
+        "amount": "4116",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10001",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T17:32:57",
+      "open_pays": {
+        "amount": "5406",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "60037",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T17:45:36",
+      "open_pays": {
+        "amount": "32473",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6020",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:03:15",
+      "open_pays": {
+        "amount": "3269",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5747",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:07:51",
+      "open_pays": {
+        "amount": "10001",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:09:45",
+      "open_pays": {
+        "amount": "14",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2384",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:13:18",
+      "open_pays": {
+        "amount": "1369",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4994",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:24:12",
+      "open_pays": {
+        "amount": "2870",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:25:00",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "45584",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:25:09",
+      "open_pays": {
+        "amount": "79771",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:30:27",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "38531",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:34:18",
+      "open_pays": {
+        "amount": "67429",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "27317",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:35:12",
+      "open_pays": {
+        "amount": "47806",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "30154",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:35:12",
+      "open_pays": {
+        "amount": "52468",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "49",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:56:12",
+      "open_pays": {
+        "amount": "28",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5475",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:57:03",
+      "open_pays": {
+        "amount": "3129",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8920",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:57:03",
+      "open_pays": {
+        "amount": "5097",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T18:58:57",
+      "open_pays": {
+        "amount": "6",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "43838",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:15:21",
+      "open_pays": {
+        "amount": "25051",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "568662",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:15:21",
+      "open_pays": {
+        "amount": "324949",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "463",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:21:06",
+      "open_pays": {
+        "amount": "787",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "284",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:36:27",
+      "open_pays": {
+        "amount": "484",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3249",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:36:27",
+      "open_pays": {
+        "amount": "5524",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5837",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:36:33",
+      "open_pays": {
+        "amount": "3433",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "73157",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:37:51",
+      "open_pays": {
+        "amount": "43034",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19295",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:45:42",
+      "open_pays": {
+        "amount": "11089",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4067",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:46:18",
+      "open_pays": {
+        "amount": "6915",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8376",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:59:45",
+      "open_pays": {
+        "amount": "14239",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1250000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T19:59:45",
+      "open_pays": {
+        "amount": "2112500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:01:24",
+      "open_pays": {
+        "amount": "7",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1574",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:06",
+      "open_pays": {
+        "amount": "926",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5653",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:06",
+      "open_pays": {
+        "amount": "3249",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:06",
+      "open_pays": {
+        "amount": "21",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22496",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:24",
+      "open_pays": {
+        "amount": "12928",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "69958",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:36",
+      "open_pays": {
+        "amount": "40205",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14997",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:05:54",
+      "open_pays": {
+        "amount": "8618",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "87812",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:06:06",
+      "open_pays": {
+        "amount": "50466",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3722",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:06:21",
+      "open_pays": {
+        "amount": "2139",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "90606",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:06:36",
+      "open_pays": {
+        "amount": "52072",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "39835",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:06:48",
+      "open_pays": {
+        "amount": "22893",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "43770",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:07:03",
+      "open_pays": {
+        "amount": "25155",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3722",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:07:15",
+      "open_pays": {
+        "amount": "2139",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8762",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:07:33",
+      "open_pays": {
+        "amount": "5035",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "82258",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:07:45",
+      "open_pays": {
+        "amount": "47274",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "95489",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:08:00",
+      "open_pays": {
+        "amount": "54878",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "43846",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:08:12",
+      "open_pays": {
+        "amount": "25198",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:12:42",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1887",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:15:21",
+      "open_pays": {
+        "amount": "1078",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "225000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:15:36",
+      "open_pays": {
+        "amount": "128571",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "53954",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:16:57",
+      "open_pays": {
+        "amount": "30830",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7673",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:17:30",
+      "open_pays": {
+        "amount": "4384",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "166188",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:19:51",
+      "open_pays": {
+        "amount": "94964",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "200000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:20:45",
+      "open_pays": {
+        "amount": "114285",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "535375",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:22:39",
+      "open_pays": {
+        "amount": "305928",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "54749",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:23:15",
+      "open_pays": {
+        "amount": "31285",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "45010",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:27:15",
+      "open_pays": {
+        "amount": "25720",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:30:15",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "94571",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:03",
+      "open_pays": {
+        "amount": "54040",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "149927",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:36",
+      "open_pays": {
+        "amount": "85672",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3463",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "5653",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "87",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "142",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "38",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "61",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4050",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "6493",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "16000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9999",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15899",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "51",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "81",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "61962",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "98210",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7587",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "11989",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "275",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "433",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15700",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1088",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "1690",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "60000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "93180",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "129380",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "200541",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "200000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "310002",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "15500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "155000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1300000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:34:48",
+      "open_pays": {
+        "amount": "2015000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "64995",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:35:12",
+      "open_pays": {
+        "amount": "41932",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "138466",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:35:30",
+      "open_pays": {
+        "amount": "89332",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "79303",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:35:42",
+      "open_pays": {
+        "amount": "51163",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12059",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:35:57",
+      "open_pays": {
+        "amount": "7780",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10470",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:36:27",
+      "open_pays": {
+        "amount": "6754",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19395",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:36:48",
+      "open_pays": {
+        "amount": "12512",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2992",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:37:03",
+      "open_pays": {
+        "amount": "1930",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "41186",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:37:18",
+      "open_pays": {
+        "amount": "26571",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "305164",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:38:00",
+      "open_pays": {
+        "amount": "196880",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "29418",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:38:09",
+      "open_pays": {
+        "amount": "18979",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "47556",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:38:27",
+      "open_pays": {
+        "amount": "30681",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19612",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:38:39",
+      "open_pays": {
+        "amount": "12652",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "170996",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:39:00",
+      "open_pays": {
+        "amount": "110320",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13075",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:39:12",
+      "open_pays": {
+        "amount": "8435",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "354000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:45:18",
+      "open_pays": {
+        "amount": "228387",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "62201",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:50:30",
+      "open_pays": {
+        "amount": "40156",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "315799",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:50:30",
+      "open_pays": {
+        "amount": "203741",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "61959",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:57:06",
+      "open_pays": {
+        "amount": "40000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "336041",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:57:06",
+      "open_pays": {
+        "amount": "216800",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1996400",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T20:57:45",
+      "open_pays": {
+        "amount": "1288000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11859",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:00:15",
+      "open_pays": {
+        "amount": "7650",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1864",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:00:33",
+      "open_pays": {
+        "amount": "1202",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1999",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:00:48",
+      "open_pays": {
+        "amount": "1289",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "278892",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:00:57",
+      "open_pays": {
+        "amount": "179930",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "81806",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:01:09",
+      "open_pays": {
+        "amount": "52778",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18656",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:01:12",
+      "open_pays": {
+        "amount": "12036",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "68492",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:01:33",
+      "open_pays": {
+        "amount": "44188",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "66871",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:01:48",
+      "open_pays": {
+        "amount": "43142",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "66871",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:02:21",
+      "open_pays": {
+        "amount": "43142",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8423",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:02:33",
+      "open_pays": {
+        "amount": "5434",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10295",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:02:48",
+      "open_pays": {
+        "amount": "6641",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "430000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:03:06",
+      "open_pays": {
+        "amount": "277419",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15260",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:03:27",
+      "open_pays": {
+        "amount": "9845",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "157042",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:04:27",
+      "open_pays": {
+        "amount": "101317",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4948",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:04:39",
+      "open_pays": {
+        "amount": "3192",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4957",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:04:54",
+      "open_pays": {
+        "amount": "3198",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4944",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:05:09",
+      "open_pays": {
+        "amount": "3189",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "31000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:05:12",
+      "open_pays": {
+        "amount": "20000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2488",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:05:21",
+      "open_pays": {
+        "amount": "1605",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2508",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:05:36",
+      "open_pays": {
+        "amount": "1618",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2488",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:05:48",
+      "open_pays": {
+        "amount": "1605",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4972",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:06:48",
+      "open_pays": {
+        "amount": "3207",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9846",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:07:27",
+      "open_pays": {
+        "amount": "6352",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14219",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:07:57",
+      "open_pays": {
+        "amount": "9173",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5854",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:08:09",
+      "open_pays": {
+        "amount": "3776",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1256",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:08:21",
+      "open_pays": {
+        "amount": "810",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "99200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:08:48",
+      "open_pays": {
+        "amount": "64000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3555",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:08:48",
+      "open_pays": {
+        "amount": "2293",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "183358",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:08:51",
+      "open_pays": {
+        "amount": "118295",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1777",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:00",
+      "open_pays": {
+        "amount": "1146",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "939306",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:06",
+      "open_pays": {
+        "amount": "606003",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "66895",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:15",
+      "open_pays": {
+        "amount": "43158",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "207931",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:27",
+      "open_pays": {
+        "amount": "134149",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "45",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:45",
+      "open_pays": {
+        "amount": "29",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6534",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:45",
+      "open_pays": {
+        "amount": "4215",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10702",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:09:57",
+      "open_pays": {
+        "amount": "6904",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1212",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:10:12",
+      "open_pays": {
+        "amount": "781",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3312",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:10:24",
+      "open_pays": {
+        "amount": "2136",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7055",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:10:36",
+      "open_pays": {
+        "amount": "4551",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "557050",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:10:51",
+      "open_pays": {
+        "amount": "359387",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3497",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:10:54",
+      "open_pays": {
+        "amount": "2256",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "444000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:11:03",
+      "open_pays": {
+        "amount": "286451",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "197914",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:11:12",
+      "open_pays": {
+        "amount": "127686",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6568",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:11:24",
+      "open_pays": {
+        "amount": "4237",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4860",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:11:36",
+      "open_pays": {
+        "amount": "3135",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13254",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:11:48",
+      "open_pays": {
+        "amount": "8550",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:14:57",
+      "open_pays": {
+        "amount": "64516",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "101298",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:16:18",
+      "open_pays": {
+        "amount": "65353",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5331",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:20:30",
+      "open_pays": {
+        "amount": "3439",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "78481",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:20:45",
+      "open_pays": {
+        "amount": "50634",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2166",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:20:57",
+      "open_pays": {
+        "amount": "1397",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1236",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:21:12",
+      "open_pays": {
+        "amount": "797",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7946",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:21:27",
+      "open_pays": {
+        "amount": "5126",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "82429",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:21:39",
+      "open_pays": {
+        "amount": "53181",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "176088",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:21:54",
+      "open_pays": {
+        "amount": "113608",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "69849",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:22:12",
+      "open_pays": {
+        "amount": "45065",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "81539",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:22:30",
+      "open_pays": {
+        "amount": "52607",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "63971",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:23:00",
+      "open_pays": {
+        "amount": "41272",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16730",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:23:12",
+      "open_pays": {
+        "amount": "10793",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "21033",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:23:30",
+      "open_pays": {
+        "amount": "13570",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "460000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:24:18",
+      "open_pays": {
+        "amount": "296783",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "649",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:24:27",
+      "open_pays": {
+        "amount": "1000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2083",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:06",
+      "open_pays": {
+        "amount": "1351",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:21",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9771",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:21",
+      "open_pays": {
+        "amount": "6304",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "550500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:24",
+      "open_pays": {
+        "amount": "355172",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "189811",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:27",
+      "open_pays": {
+        "amount": "122462",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "29902",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:25:42",
+      "open_pays": {
+        "amount": "19292",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14747",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:26:15",
+      "open_pays": {
+        "amount": "9514",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4369",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:27:57",
+      "open_pays": {
+        "amount": "2818",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "57766",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:28:24",
+      "open_pays": {
+        "amount": "37269",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "39322",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:29:36",
+      "open_pays": {
+        "amount": "25369",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32680",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:29:48",
+      "open_pays": {
+        "amount": "21084",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13818",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:30:06",
+      "open_pays": {
+        "amount": "8915",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15499",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:30:27",
+      "open_pays": {
+        "amount": "9999",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50211",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:30:45",
+      "open_pays": {
+        "amount": "32395",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22780",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:30:57",
+      "open_pays": {
+        "amount": "14697",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2152950",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:32:33",
+      "open_pays": {
+        "amount": "1389044",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "105119",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:33:33",
+      "open_pays": {
+        "amount": "67820",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6630",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:34:45",
+      "open_pays": {
+        "amount": "4277",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8219",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:35:21",
+      "open_pays": {
+        "amount": "5302",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "194414",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:39:39",
+      "open_pays": {
+        "amount": "125432",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "99200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:41:18",
+      "open_pays": {
+        "amount": "64002",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10290",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:41:27",
+      "open_pays": {
+        "amount": "6638",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "223690",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:41:54",
+      "open_pays": {
+        "amount": "144320",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "225297",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:43:48",
+      "open_pays": {
+        "amount": "145357",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "76338",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:46:09",
+      "open_pays": {
+        "amount": "49251",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9055",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:46:24",
+      "open_pays": {
+        "amount": "5842",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "136396",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:47:12",
+      "open_pays": {
+        "amount": "88000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5188",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:51:36",
+      "open_pays": {
+        "amount": "3347",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "199127",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:54:12",
+      "open_pays": {
+        "amount": "128473",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "419000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:54:12",
+      "open_pays": {
+        "amount": "270331",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "107771",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:54:51",
+      "open_pays": {
+        "amount": "69531",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "30998",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:59:18",
+      "open_pays": {
+        "amount": "20000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1544062",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T21:59:18",
+      "open_pays": {
+        "amount": "996201",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "104726",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:03:12",
+      "open_pays": {
+        "amount": "67567",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "208802",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:10:09",
+      "open_pays": {
+        "amount": "134715",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:12:33",
+      "open_pays": {
+        "amount": "32259",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "149971",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:16:39",
+      "open_pays": {
+        "amount": "96758",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "112197",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:19:12",
+      "open_pays": {
+        "amount": "72387",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "216103",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:27:15",
+      "open_pays": {
+        "amount": "139425",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9775",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:29:36",
+      "open_pays": {
+        "amount": "6306",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "60000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:33:54",
+      "open_pays": {
+        "amount": "38710",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "223679",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:39:39",
+      "open_pays": {
+        "amount": "144313",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "116741",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:39:54",
+      "open_pays": {
+        "amount": "75319",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "110754",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:50:51",
+      "open_pays": {
+        "amount": "71456",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "227666",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:55:48",
+      "open_pays": {
+        "amount": "146886",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "206145",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T22:58:51",
+      "open_pays": {
+        "amount": "133001",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2274072",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:00:06",
+      "open_pays": {
+        "amount": "1467190",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "375396",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:03:27",
+      "open_pays": {
+        "amount": "242198",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2425750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:04:54",
+      "open_pays": {
+        "amount": "1565050",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "120906",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:10:30",
+      "open_pays": {
+        "amount": "78006",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "55420",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:11:30",
+      "open_pays": {
+        "amount": "35755",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "233755",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:11:51",
+      "open_pays": {
+        "amount": "150814",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "240983",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:26:00",
+      "open_pays": {
+        "amount": "155477",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "125325",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:34:06",
+      "open_pays": {
+        "amount": "80857",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "157609",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:34:09",
+      "open_pays": {
+        "amount": "101686",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "73056",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:40:27",
+      "open_pays": {
+        "amount": "47135",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "172863",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:40:27",
+      "open_pays": {
+        "amount": "111524",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4484",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:44:12",
+      "open_pays": {
+        "amount": "2892",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15250",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-11T23:48:33",
+      "open_pays": {
+        "amount": "9838",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "251242",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:00:48",
+      "open_pays": {
+        "amount": "162091",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "99200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:05:18",
+      "open_pays": {
+        "amount": "64000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "133630",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:19:36",
+      "open_pays": {
+        "amount": "86212",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "775",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:20:18",
+      "open_pays": {
+        "amount": "500",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "254662",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:27:48",
+      "open_pays": {
+        "amount": "164298",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "137073",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:41:33",
+      "open_pays": {
+        "amount": "88434",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "257663",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:50:09",
+      "open_pays": {
+        "amount": "166234",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "114908",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:54:18",
+      "open_pays": {
+        "amount": "74134",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "274160",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:57:33",
+      "open_pays": {
+        "amount": "176877",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T00:59:54",
+      "open_pays": {
+        "amount": "14",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8646",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:00:39",
+      "open_pays": {
+        "amount": "13387",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "143056",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:05:51",
+      "open_pays": {
+        "amount": "92294",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "99200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:12:12",
+      "open_pays": {
+        "amount": "64000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3720",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:15:45",
+      "open_pays": {
+        "amount": "2400",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12706",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:20:21",
+      "open_pays": {
+        "amount": "8197",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1354",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:35:36",
+      "open_pays": {
+        "amount": "2096",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:35:57",
+      "open_pays": {
+        "amount": "15484",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "31",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:37:33",
+      "open_pays": {
+        "amount": "48",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:37:33",
+      "open_pays": {
+        "amount": "15400",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:37:51",
+      "open_pays": {
+        "amount": "15400",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "445920",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:39:54",
+      "open_pays": {
+        "amount": "287690",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "145060",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:45:27",
+      "open_pays": {
+        "amount": "93587",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "436271",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:45:45",
+      "open_pays": {
+        "amount": "281465",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "119781",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:51:42",
+      "open_pays": {
+        "amount": "77278",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:58:03",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T01:58:18",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2731",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:02:03",
+      "open_pays": {
+        "amount": "1774",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "500001",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:04:33",
+      "open_pays": {
+        "amount": "322581",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "25739",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:07:27",
+      "open_pays": {
+        "amount": "16605",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "414000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:09:18",
+      "open_pays": {
+        "amount": "267096",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "48428",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:14:12",
+      "open_pays": {
+        "amount": "31243",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "12360",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1774",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "2732",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9998",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "15298",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "72000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "109800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4276",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "6500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "71386",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:22:54",
+      "open_pays": {
+        "amount": "108507",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "15200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "15200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "15100",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "77491",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "116237",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "15000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "15000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "150000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "6000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:23:54",
+      "open_pays": {
+        "amount": "6",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14900",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14800",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14700",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14600",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "14500",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "89093",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:24:24",
+      "open_pays": {
+        "amount": "129184",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:32:30",
+      "open_pays": {
+        "amount": "1520",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:35:21",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:35:42",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "66503",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:36:03",
+      "open_pays": {
+        "amount": "43751",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "74042",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:36:24",
+      "open_pays": {
+        "amount": "48711",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "178191",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:36:42",
+      "open_pays": {
+        "amount": "117230",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "76049",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:36:48",
+      "open_pays": {
+        "amount": "50032",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14571",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:37:09",
+      "open_pays": {
+        "amount": "9586",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14728",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:37:33",
+      "open_pays": {
+        "amount": "9690",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "112392",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:38:06",
+      "open_pays": {
+        "amount": "72510",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "101711",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:38:42",
+      "open_pays": {
+        "amount": "65620",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4057",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:39:00",
+      "open_pays": {
+        "amount": "2617",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "21199",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:39:24",
+      "open_pays": {
+        "amount": "13676",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "83313",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:39:57",
+      "open_pays": {
+        "amount": "53750",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "48890",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:40:27",
+      "open_pays": {
+        "amount": "31541",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "70986",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:40:48",
+      "open_pays": {
+        "amount": "45797",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "55228",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:41:15",
+      "open_pays": {
+        "amount": "35630",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "73632",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:41:51",
+      "open_pays": {
+        "amount": "47504",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "98168",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:42:21",
+      "open_pays": {
+        "amount": "63334",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "62453",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:42:42",
+      "open_pays": {
+        "amount": "40292",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8980",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:43:12",
+      "open_pays": {
+        "amount": "5793",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "62446",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:43:45",
+      "open_pays": {
+        "amount": "40287",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17924",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:44:09",
+      "open_pays": {
+        "amount": "11563",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2381",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:44:30",
+      "open_pays": {
+        "amount": "1536",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "81640",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:44:51",
+      "open_pays": {
+        "amount": "52670",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "72124",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:45:27",
+      "open_pays": {
+        "amount": "46531",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "30202",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:46:09",
+      "open_pays": {
+        "amount": "19485",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "120000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:46:12",
+      "open_pays": {
+        "amount": "77419",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13993",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:46:48",
+      "open_pays": {
+        "amount": "9027",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:47:51",
+      "open_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "80243",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:48:33",
+      "open_pays": {
+        "amount": "51769",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14889",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:49:24",
+      "open_pays": {
+        "amount": "9605",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17800",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:50:00",
+      "open_pays": {
+        "amount": "11483",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4048",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:50:36",
+      "open_pays": {
+        "amount": "2611",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "192405",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:51:06",
+      "open_pays": {
+        "amount": "124132",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15477",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:51:09",
+      "open_pays": {
+        "amount": "9985",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "46431",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:51:33",
+      "open_pays": {
+        "amount": "29955",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18992",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:52:00",
+      "open_pays": {
+        "amount": "12252",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "38526",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:52:24",
+      "open_pays": {
+        "amount": "24855",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37016",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:52:45",
+      "open_pays": {
+        "amount": "23881",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "28980",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:53:18",
+      "open_pays": {
+        "amount": "18696",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "80978",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:53:51",
+      "open_pays": {
+        "amount": "52243",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15279",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:54:15",
+      "open_pays": {
+        "amount": "9857",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15682",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:54:36",
+      "open_pays": {
+        "amount": "10117",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "65139",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:54:57",
+      "open_pays": {
+        "amount": "42025",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11761",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:55:15",
+      "open_pays": {
+        "amount": "7587",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "8821",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:55:48",
+      "open_pays": {
+        "amount": "5690",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6616",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:56:12",
+      "open_pays": {
+        "amount": "4268",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6316",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:56:33",
+      "open_pays": {
+        "amount": "4074",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5965",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:56:45",
+      "open_pays": {
+        "amount": "3848",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "121491",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:57:24",
+      "open_pays": {
+        "amount": "78381",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16426",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:57:33",
+      "open_pays": {
+        "amount": "10597",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "44313",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:58:33",
+      "open_pays": {
+        "amount": "28589",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "152929",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:59:15",
+      "open_pays": {
+        "amount": "98663",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4961",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:59:27",
+      "open_pays": {
+        "amount": "3200",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4961",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T02:59:48",
+      "open_pays": {
+        "amount": "3200",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "76239",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:00:12",
+      "open_pays": {
+        "amount": "49186",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "34334",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:00:42",
+      "open_pays": {
+        "amount": "22150",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "199911",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:14:27",
+      "open_pays": {
+        "amount": "128974",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "155000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:18:51",
+      "open_pays": {
+        "amount": "100000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "158165",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:29:51",
+      "open_pays": {
+        "amount": "102041",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "46490",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:34:33",
+      "open_pays": {
+        "amount": "29993",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12090",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:42:24",
+      "open_pays": {
+        "amount": "7800",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "30800",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:44:36",
+      "open_pays": {
+        "amount": "20000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "68400",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:44:36",
+      "open_pays": {
+        "amount": "44129",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "201059",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:48:45",
+      "open_pays": {
+        "amount": "129715",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12577",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:49:27",
+      "open_pays": {
+        "amount": "8114",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:50:27",
+      "open_pays": {
+        "amount": "30200",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19990",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:51:21",
+      "open_pays": {
+        "amount": "13238",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "149495",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T03:59:48",
+      "open_pays": {
+        "amount": "99004",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12417",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:00:51",
+      "open_pays": {
+        "amount": "8010",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "48030",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:07:15",
+      "open_pays": {
+        "amount": "30987",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "123",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:09:27",
+      "open_pays": {
+        "amount": "79",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "204376",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:12:54",
+      "open_pays": {
+        "amount": "131855",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "48500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:13:48",
+      "open_pays": {
+        "amount": "31290",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "49010",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:20:45",
+      "open_pays": {
+        "amount": "31619",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6702",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:22:33",
+      "open_pays": {
+        "amount": "4323",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "49550",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:26:57",
+      "open_pays": {
+        "amount": "31967",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50480",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:35:48",
+      "open_pays": {
+        "amount": "32567",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "75375",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:37:12",
+      "open_pays": {
+        "amount": "48629",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "84372",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:37:45",
+      "open_pays": {
+        "amount": "54433",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "80723",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:38:21",
+      "open_pays": {
+        "amount": "52079",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "75403",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:39:24",
+      "open_pays": {
+        "amount": "48647",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "72100",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:39:54",
+      "open_pays": {
+        "amount": "46516",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22026",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:40:51",
+      "open_pays": {
+        "amount": "14210",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11188",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:41:24",
+      "open_pays": {
+        "amount": "7218",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19911",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:42:15",
+      "open_pays": {
+        "amount": "12845",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "75461",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:42:48",
+      "open_pays": {
+        "amount": "48684",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "73212",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:43:27",
+      "open_pays": {
+        "amount": "47233",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "116000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:43:48",
+      "open_pays": {
+        "amount": "74838",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "251986",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:44:24",
+      "open_pays": {
+        "amount": "162571",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "242233",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:44:45",
+      "open_pays": {
+        "amount": "156279",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50930",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:51:57",
+      "open_pays": {
+        "amount": "32858",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "206576",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:55:12",
+      "open_pays": {
+        "amount": "133274",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "51810",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T04:59:09",
+      "open_pays": {
+        "amount": "33425",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "167170",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:04:27",
+      "open_pays": {
+        "amount": "107851",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "218515",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:13:15",
+      "open_pays": {
+        "amount": "140977",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "217458",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:39:06",
+      "open_pays": {
+        "amount": "140295",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "142411",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:52:45",
+      "open_pays": {
+        "amount": "91878",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1631820",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:54:36",
+      "open_pays": {
+        "amount": "1052787",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "52700",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:57:15",
+      "open_pays": {
+        "amount": "34000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "223488",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:57:51",
+      "open_pays": {
+        "amount": "144185",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1550000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:57:51",
+      "open_pays": {
+        "amount": "1000000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "33000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T05:58:54",
+      "open_pays": {
+        "amount": "21290",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "53830",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:04:18",
+      "open_pays": {
+        "amount": "34729",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50090",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:14:27",
+      "open_pays": {
+        "amount": "32316",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "222718",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:17:36",
+      "open_pays": {
+        "amount": "143689",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "313608",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:29:30",
+      "open_pays": {
+        "amount": "202327",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:34:54",
+      "open_pays": {
+        "amount": "5000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6149",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:35:09",
+      "open_pays": {
+        "amount": "3967",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "181",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:40:48",
+      "open_pays": {
+        "amount": "116",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:42:06",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:43:51",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:44:21",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "78",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:49:12",
+      "open_pays": {
+        "amount": "50",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "579",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:50:42",
+      "open_pays": {
+        "amount": "897",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "91055",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T06:56:39",
+      "open_pays": {
+        "amount": "58745",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4960",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T07:10:18",
+      "open_pays": {
+        "amount": "3200",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "24",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T07:37:33",
+      "open_pays": {
+        "amount": "15",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "614595",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T07:46:57",
+      "open_pays": {
+        "amount": "396512",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "171404",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:12:57",
+      "open_pays": {
+        "amount": "110583",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "213121",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:22:54",
+      "open_pays": {
+        "amount": "137497",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "578470",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:26:45",
+      "open_pays": {
+        "amount": "373206",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "145742",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:27:09",
+      "open_pays": {
+        "amount": "94027",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "177246",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:28:15",
+      "open_pays": {
+        "amount": "114352",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1622160",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:31:00",
+      "open_pays": {
+        "amount": "1046554",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "449500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:33:48",
+      "open_pays": {
+        "amount": "290000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "617120",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:37:48",
+      "open_pays": {
+        "amount": "398141",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "185587",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:41:30",
+      "open_pays": {
+        "amount": "119733",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "373440",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:41:48",
+      "open_pays": {
+        "amount": "240929",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "222235",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:42:00",
+      "open_pays": {
+        "amount": "143377",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "94095",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:57:30",
+      "open_pays": {
+        "amount": "60707",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "140944",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T08:57:30",
+      "open_pays": {
+        "amount": "88090",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "194034",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:06:39",
+      "open_pays": {
+        "amount": "121271",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:11:48",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:12:33",
+      "open_pays": {
+        "amount": "1550",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "83999",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:16:15",
+      "open_pays": {
+        "amount": "52500",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:16:36",
+      "open_pays": {
+        "amount": "20000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "263",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T09:40:36",
+      "open_pays": {
+        "amount": "156",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13953",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T10:33:51",
+      "open_pays": {
+        "amount": "8307",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2115",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T10:33:51",
+      "open_pays": {
+        "amount": "1259",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14683",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T10:57:15",
+      "open_pays": {
+        "amount": "8741",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15319",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:00:09",
+      "open_pays": {
+        "amount": "9119",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22215",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:00:24",
+      "open_pays": {
+        "amount": "13067",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "111",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:03:03",
+      "open_pays": {
+        "amount": "65",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11675",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:05:09",
+      "open_pays": {
+        "amount": "6868",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "288",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:05:48",
+      "open_pays": {
+        "amount": "166",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "103757",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:06:06",
+      "open_pays": {
+        "amount": "59975",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "62",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:12:24",
+      "open_pays": {
+        "amount": "35",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "94",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:15:00",
+      "open_pays": {
+        "amount": "54",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17200",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:31:12",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "32791",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:36:30",
+      "open_pays": {
+        "amount": "18954",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "10061",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:37:09",
+      "open_pays": {
+        "amount": "5816",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1367",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T11:40:39",
+      "open_pays": {
+        "amount": "2323",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "97000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T12:40:36",
+      "open_pays": {
+        "amount": "56725",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4607",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T12:51:51",
+      "open_pays": {
+        "amount": "7877",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "155000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:00:15",
+      "open_pays": {
+        "amount": "88571",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2556",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:00:24",
+      "open_pays": {
+        "amount": "4472",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3644",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:01:21",
+      "open_pays": {
+        "amount": "6376",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11485",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:01:51",
+      "open_pays": {
+        "amount": "6562",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:07:36",
+      "open_pays": {
+        "amount": "19249",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "100572",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:07:36",
+      "open_pays": {
+        "amount": "57469",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3987",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:10:30",
+      "open_pays": {
+        "amount": "6977",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3104",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:11:48",
+      "open_pays": {
+        "amount": "5431",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "68366",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:13:00",
+      "open_pays": {
+        "amount": "119640",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "54300",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:13:18",
+      "open_pays": {
+        "amount": "95024",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:16:27",
+      "open_pays": {
+        "amount": "1",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "600",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:46:21",
+      "open_pays": {
+        "amount": "1036",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "440000",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:46:33",
+      "open_pays": {
+        "amount": "760324",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "40380",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:46:36",
+      "open_pays": {
+        "amount": "69777",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "67165",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:46:51",
+      "open_pays": {
+        "amount": "116061",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:48:03",
+      "open_pays": {
+        "amount": "2",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1806",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:53:30",
+      "open_pays": {
+        "amount": "2872",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6216",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T13:53:51",
+      "open_pays": {
+        "amount": "3597",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "417",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:28:51",
+      "open_pays": {
+        "amount": "241",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11043",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "17562",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18866",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "30002",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "127316",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "202434",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20228",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "31964",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "44299",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "70000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9706",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "15337",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4500",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "7110",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6349",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "10000",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "22",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "154",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:53:39",
+      "open_pays": {
+        "amount": "239",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "66826",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:54:03",
+      "open_pays": {
+        "amount": "43113",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "71025",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:54:36",
+      "open_pays": {
+        "amount": "45822",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "188423",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:54:54",
+      "open_pays": {
+        "amount": "121563",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3038",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:55:12",
+      "open_pays": {
+        "amount": "1960",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "191900",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:55:42",
+      "open_pays": {
+        "amount": "123806",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1798125",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:55:48",
+      "open_pays": {
+        "amount": "1160080",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4922",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:56:27",
+      "open_pays": {
+        "amount": "3175",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4927",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:56:45",
+      "open_pays": {
+        "amount": "3178",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "44676",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:57:00",
+      "open_pays": {
+        "amount": "28823",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "44728",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:57:18",
+      "open_pays": {
+        "amount": "28856",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "29285",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:57:30",
+      "open_pays": {
+        "amount": "18893",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3486",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:57:51",
+      "open_pays": {
+        "amount": "2249",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4922",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T14:59:51",
+      "open_pays": {
+        "amount": "3175",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9817",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:00:18",
+      "open_pays": {
+        "amount": "6333",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1989",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:01:24",
+      "open_pays": {
+        "amount": "1283",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4922",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:01:48",
+      "open_pays": {
+        "amount": "3175",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6692",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:02:39",
+      "open_pays": {
+        "amount": "4317",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "86",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:02:48",
+      "open_pays": {
+        "amount": "55",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "45513",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:03:09",
+      "open_pays": {
+        "amount": "29363",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "119350",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:03:12",
+      "open_pays": {
+        "amount": "77000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3675",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:03:33",
+      "open_pays": {
+        "amount": "5696",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4368",
+        "nai": "@@000000021",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:03:33",
+      "open_pays": {
+        "amount": "6769",
+        "nai": "@@000000013",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "173910",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:03:39",
+      "open_pays": {
+        "amount": "112200",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "72521",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:04:00",
+      "open_pays": {
+        "amount": "46787",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "70864",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:04:21",
+      "open_pays": {
+        "amount": "45718",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4928",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:04:36",
+      "open_pays": {
+        "amount": "3179",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "83206",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:05:06",
+      "open_pays": {
+        "amount": "53681",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3463",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:05:18",
+      "open_pays": {
+        "amount": "2234",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "83153",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:05:39",
+      "open_pays": {
+        "amount": "53647",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4937",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:05:51",
+      "open_pays": {
+        "amount": "3185",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13083",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:06:09",
+      "open_pays": {
+        "amount": "8440",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18319",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:06:33",
+      "open_pays": {
+        "amount": "11818",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15503",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:06:54",
+      "open_pays": {
+        "amount": "10001",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "70519",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:07:12",
+      "open_pays": {
+        "amount": "45496",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "16649",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:08:18",
+      "open_pays": {
+        "amount": "10741",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "182",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:08:36",
+      "open_pays": {
+        "amount": "117",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4684",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:08:48",
+      "open_pays": {
+        "amount": "3021",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "417",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:09:00",
+      "open_pays": {
+        "amount": "269",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "9275",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:09:36",
+      "open_pays": {
+        "amount": "5983",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5454",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:10:06",
+      "open_pays": {
+        "amount": "3518",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2365",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:10:24",
+      "open_pays": {
+        "amount": "1525",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1879",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:10:48",
+      "open_pays": {
+        "amount": "1212",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19218",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:11:06",
+      "open_pays": {
+        "amount": "12398",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "11934",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:12:51",
+      "open_pays": {
+        "amount": "7699",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4924",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:13:12",
+      "open_pays": {
+        "amount": "3176",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26953",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:13:33",
+      "open_pays": {
+        "amount": "17389",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "73810",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:13:48",
+      "open_pays": {
+        "amount": "47619",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "150893",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:14:27",
+      "open_pays": {
+        "amount": "97350",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26700",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:15:36",
+      "open_pays": {
+        "amount": "17225",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3100000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:18:27",
+      "open_pays": {
+        "amount": "2000000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15152",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:18:39",
+      "open_pays": {
+        "amount": "9775",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "1162500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:18:54",
+      "open_pays": {
+        "amount": "750000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "189100",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:19:30",
+      "open_pays": {
+        "amount": "122000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "119350",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:19:42",
+      "open_pays": {
+        "amount": "77000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "74018",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:23:24",
+      "open_pays": {
+        "amount": "47753",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "28641",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:23:42",
+      "open_pays": {
+        "amount": "18478",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17456",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:25:00",
+      "open_pays": {
+        "amount": "11261",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4074",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:25:15",
+      "open_pays": {
+        "amount": "2628",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3077",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:25:36",
+      "open_pays": {
+        "amount": "1985",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3998",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:25:51",
+      "open_pays": {
+        "amount": "2579",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "68733",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:26:15",
+      "open_pays": {
+        "amount": "44343",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "3077",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:26:42",
+      "open_pays": {
+        "amount": "1985",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "640897",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:27:18",
+      "open_pays": {
+        "amount": "413481",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "121814",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:28:36",
+      "open_pays": {
+        "amount": "78589",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "71226",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:29:48",
+      "open_pays": {
+        "amount": "45952",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "119350",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:30:57",
+      "open_pays": {
+        "amount": "77000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "56000",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:31:06",
+      "open_pays": {
+        "amount": "36129",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "82302",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:31:24",
+      "open_pays": {
+        "amount": "53098",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "4503",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:31:57",
+      "open_pays": {
+        "amount": "2905",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "18754",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:32:27",
+      "open_pays": {
+        "amount": "12099",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "54207",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:33:03",
+      "open_pays": {
+        "amount": "34972",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "34900",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:33:03",
+      "open_pays": {
+        "amount": "22516",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5049",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:33:30",
+      "open_pays": {
+        "amount": "3257",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17458",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:34:03",
+      "open_pays": {
+        "amount": "11263",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "21635",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:34:42",
+      "open_pays": {
+        "amount": "13958",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "26750",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:42:33",
+      "open_pays": {
+        "amount": "17258",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "75872",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:42:48",
+      "open_pays": {
+        "amount": "48949",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "24632",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:43:03",
+      "open_pays": {
+        "amount": "15891",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "82375",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:43:18",
+      "open_pays": {
+        "amount": "53145",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5062",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:43:39",
+      "open_pays": {
+        "amount": "3265",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "37563",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:43:57",
+      "open_pays": {
+        "amount": "24234",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "98",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:45:09",
+      "open_pays": {
+        "amount": "63",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "71012",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:49:21",
+      "open_pays": {
+        "amount": "45814",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "776600",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:50:06",
+      "open_pays": {
+        "amount": "501032",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "17382",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:50:33",
+      "open_pays": {
+        "amount": "11214",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "6423",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:50:51",
+      "open_pays": {
+        "amount": "4143",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7085",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:51:09",
+      "open_pays": {
+        "amount": "4570",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "21730",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:51:42",
+      "open_pays": {
+        "amount": "14019",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "20458",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:51:54",
+      "open_pays": {
+        "amount": "13198",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22510",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:52:06",
+      "open_pays": {
+        "amount": "14522",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "93782",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:52:48",
+      "open_pays": {
+        "amount": "60504",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "78797",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:53:36",
+      "open_pays": {
+        "amount": "50836",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "77500",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:54:21",
+      "open_pays": {
+        "amount": "50000",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "79451",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:54:33",
+      "open_pays": {
+        "amount": "51258",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "77658",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:54:48",
+      "open_pays": {
+        "amount": "50101",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "50906",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:55:06",
+      "open_pays": {
+        "amount": "32842",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "33937",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:55:18",
+      "open_pays": {
+        "amount": "21894",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "38987",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:55:33",
+      "open_pays": {
+        "amount": "25152",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "22625",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:55:51",
+      "open_pays": {
+        "amount": "14596",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "15083",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:56:09",
+      "open_pays": {
+        "amount": "9730",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "84209",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:56:27",
+      "open_pays": {
+        "amount": "54328",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "82337",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:57:15",
+      "open_pays": {
+        "amount": "53120",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "14507",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:57:33",
+      "open_pays": {
+        "amount": "9359",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "19664",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:57:54",
+      "open_pays": {
+        "amount": "12686",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "12950",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:58:54",
+      "open_pays": {
+        "amount": "8354",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "13298",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:59:45",
+      "open_pays": {
+        "amount": "8579",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7251",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T15:59:51",
+      "open_pays": {
+        "amount": "4678",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "2159",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T16:07:15",
+      "open_pays": {
+        "amount": "1392",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "5719",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T16:07:57",
+      "open_pays": {
+        "amount": "3689",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    },
+    {
+      "current_pays": {
+        "amount": "7625",
+        "nai": "@@000000013",
+        "precision": 3
+      },
+      "date": "2016-08-12T16:08:27",
+      "open_pays": {
+        "amount": "4919",
+        "nai": "@@000000021",
+        "precision": 3
+      }
+    }
+  ]
+}
diff --git a/hived/tavern/market_history_api_patterns/get_trade_history/get.tavern.yaml b/hived/tavern/market_history_api_patterns/get_trade_history/get.tavern.yaml
index e8a40804..5833d577 100644
--- a/hived/tavern/market_history_api_patterns/get_trade_history/get.tavern.yaml
+++ b/hived/tavern/market_history_api_patterns/get_trade_history/get.tavern.yaml
@@ -26,7 +26,8 @@
       response:
         status_code: 200
         verify_response_with:
-          function: validate_response:has_valid_response
+          function: validate_response:compare_response_with_pattern
           extra_kwargs:
             method: "get"
             directory: "market_history_api_patterns/get_trade_history"
+            ignore_tags: ['current_pays','date','open_pays']
diff --git a/hived/tavern_run/version.py b/hived/tavern_run/version.py
index 75b33395..daf9c14a 100644
--- a/hived/tavern_run/version.py
+++ b/hived/tavern_run/version.py
@@ -1,4 +1,4 @@
 # generated by setup.py
 # contents will be overwritten
 VERSION = '0.0.1'
-GIT_REVISION = '52613f269'
\ No newline at end of file
+GIT_REVISION = 'a259fbc15'
\ No newline at end of file
-- 
GitLab