Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "players": [
- {
- "player_id": 478921,
- "username": "ScrapTest",
- "currency": "USD",
- "balance": 0.25,
- "transactions": [
- {
- "transaction_id": 1,
- "description": "Initial Deposit",
- "amount": 0.25,
- "timestamp": "2023-04-05T10:30:00Z"
- }
- ]
- },
- {
- "player_id": 67890,
- "username": "ScrapTest2",
- "currency": "EUR",
- "balance": 2.25,
- "transactions": [
- {
- "transaction_id": 1,
- "description": "Initial Deposit",
- "amount": 2.25,
- "timestamp": "2023-04-05T11:00:00Z"
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement