Advertisement
RemcoE33

UNMINEABLE - JSON response

Jul 11th, 2021
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. {
  2.     "coin": {
  3.         "symbol": "VET",
  4.         "network": "VET",
  5.         "name": "VeChain",
  6.         "mineable": 0,
  7.         "regex_memo": null,
  8.         "auto": 0,
  9.         "mining_fee": "1",
  10.         "payment_threshold": null,
  11.         "exchange": "binance",
  12.         "payment_info": {
  13.             "fee": 20,
  14.             "status": true,
  15.             "minimum": 50,
  16.             "minimum_exchange": 40,
  17.             "precision": 8
  18.         }
  19.     },
  20.     "reward": {
  21.         "ethash": {
  22.             "last_reward": 1626029251,
  23.             "avg_reward_time": 4
  24.         },
  25.         "etchash": {
  26.             "last_reward": 1626029666,
  27.             "avg_reward_time": 7
  28.         },
  29.         "x16rv2": {
  30.             "last_reward": 1626029706,
  31.             "avg_reward_time": 4
  32.         },
  33.         "randomx": {
  34.             "last_reward": 1626029062,
  35.             "avg_reward_time": 6
  36.         }
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement