Russian P2P

Until August 26, I received quotes from p2p binance com using this url.

POST https://p2p.binance.com/bapi/c2c/v2/friendly/c2c/adv/search

Body

{"fiat":"RUB","page":1,"rows":10,"transAmount":10000,"tradeType":"BUY","asset":"USDT","countries":[],"proMerchantAds":false,"shieldMerchantAds":false,"publisherType":null,"payTypes":["RaiffeisenBank"]}

After August 26, binance removed fiat RUB from public access. Fiat RUB can only be obtained with an authorized account on a Russian passport. How can I pass the auth token to this url?

Without authorized account i getting nothing

{
    "code": "000000",
    "message": null,
    "messageDetail": null,
    "data": [],
    "total": 0,
    "success": true
}

that url will be working ONLY with russian passport and authorized account
[image]

This API is not a public API, which is not recommended to use by clients.

Thanks