Advertisement
DanilMD

Untitled

Nov 10th, 2022
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.97 KB | None | 0 0
  1. {
  2.    "type":"GET_BANK_TRANSACTIONS",
  3.    "bank":{
  4.       "json_rewards":[
  5.          {
  6.             "Id":1,
  7.             "DateTime":"2022-10-18 18:53:16",
  8.             "Piastrs":1,
  9.             "Tax":10,
  10.             "DaysTax":0,
  11.             "IsClaimed":true
  12.          },
  13.          {
  14.             "Id":4,
  15.             "DateTime":"2022-10-19 13:29:09",
  16.             "Piastrs":99992.6,
  17.             "Tax":10,
  18.             "DaysTax":0,
  19.             "IsClaimed":false
  20.          },
  21.          {
  22.             "Id":5,
  23.             "DateTime":"2022-10-23 00:00:14",
  24.             "Piastrs":86400,
  25.             "Tax":10,
  26.             "DaysTax":0,
  27.             "IsClaimed":false
  28.          }
  29.       ],
  30.       "json_deposits":[
  31.          {
  32.             "id":4,
  33.             "user_id":64,
  34.             "date_created":"2022-11-10 16:27:57",
  35.             "type":"FAST",
  36.             "is_claimed":null,
  37.             "transactions":[
  38.                {
  39.                   "id":3,
  40.                   "datetime":"2022-10-18 19:16:27",
  41.                   "count":92184,
  42.                   "user_id":64,
  43.                   "is_claimed":null,
  44.                   "claimed_date":null,
  45.                   "start_tax":70,
  46.                   "end_tax":10,
  47.                   "nft_grade":0,
  48.                   "type":"daily_reward",
  49.                   "deposit_id":4
  50.                },
  51.                {
  52.                   "id":2,
  53.                   "datetime":"2022-10-18 19:03:31",
  54.                   "count":100000,
  55.                   "user_id":64,
  56.                   "is_claimed":null,
  57.                   "claimed_date":null,
  58.                   "start_tax":70,
  59.                   "end_tax":10,
  60.                   "nft_grade":0,
  61.                   "type":"daily_reward",
  62.                   "deposit_id":4
  63.                }
  64.             ],
  65.             "tax":10
  66.          }
  67.       ],
  68.       "nft_lvl":1,
  69.       "nft_img":"276.png",
  70.       "base_tax":50,
  71.       "min_tax_0":0,
  72.       "days_min_tax":10,
  73.       "claim_course":1.7
  74.    },
  75.    "msg":""
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement