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