How can I get p2p offers from bingx to python
I’ve tried:
params = {
'type': '1',
'fiat': 'RUB',
'asset': 'USDT',
'amount': '',
'hidePaymentInfo': '',
'payMethodId': '',
}
response = requests.get('https://api-app.qq-os.com/api/c2c/v1/advert/list', params=params)
I got it:
Your request may be a threat, it has been blocked!
New contributor
CodeRed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.