2019-10-25 22:52:59 +08:00
|
|
|
|
2019-07-24 03:32:03 +08:00
|
|
|
|
2024-04-27 16:15:41 +08:00
|
|
|
#import requests
|
2019-07-24 03:32:03 +08:00
|
|
|
|
2024-04-27 16:15:41 +08:00
|
|
|
#url = 'https://api.walletapp.com/transaction'
|
|
|
|
#data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2
|
|
|
|
# 'amount': '1000',
|
|
|
|
# 'receiver': 'hacked_account',
|
|
|
|
# 'description': 'Unauthorized Transaction'
|
|
|
|
#}
|
2019-08-13 22:53:03 +08:00
|
|
|
|
2024-04-27 16:15:41 +08:00
|
|
|
#headers = {
|
|
|
|
# 'Authorization': 'Bearer YOUR_ACCESS_TOKEN'
|
|
|
|
#}
|
2020-01-03 04:40:10 +08:00
|
|
|
|
2024-04-27 16:15:41 +08:00
|
|
|
#response = requests.post(url, json=data, headers=headers)
|
2019-07-24 03:32:03 +08:00
|
|
|
|
2024-04-27 16:15:41 +08:00
|
|
|
#print(response.json())⋛⋚
|