Advertisement
LockdateforGHS

MoneyData.json

Apr 5th, 2023
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. {
  2.   "players": [
  3.     {
  4.       "player_id": 478921,
  5.       "username": "ScrapTest",
  6.       "currency": "USD",
  7.       "balance": 0.25,
  8.       "transactions": [
  9.         {
  10.           "transaction_id": 1,
  11.           "description": "Initial Deposit",
  12.           "amount": 0.25,
  13.           "timestamp": "2023-04-05T10:30:00Z"
  14.         }
  15.       ]
  16.     },
  17.     {
  18.       "player_id": 67890,
  19.       "username": "ScrapTest2",
  20.       "currency": "EUR",
  21.       "balance": 2.25,
  22.       "transactions": [
  23.         {
  24.           "transaction_id": 1,
  25.           "description": "Initial Deposit",
  26.           "amount": 2.25,
  27.           "timestamp": "2023-04-05T11:00:00Z"
  28.         }
  29.       ]
  30.     }
  31.   ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement