How To Track Binance P2P Prices

Salamouna

Elite Member
Jr. VIP
Joined
Aug 28, 2014
Messages
11,837
Reaction score
8,675
Sometimes I want to cash out some money (I only cash out what I need) so I use binance p2p and want always to sell with a good price since the dollar vs the local curency is variable and also depend on the market demand
is there any tools that let you track the price
I thought about even a web page tracker that will check price once per hour and send an alert to my email
any one did that?
 
Sometimes I want to cash out some money (I only cash out what I need) so I use binance p2p and want always to sell with a good price since the dollar vs the local curency is variable and also depend on the market demand
is there any tools that let you track the price
I thought about even a web page tracker that will check price once per hour and send an alert to my email
any one did that?
their is p2p rate tracking on binance , it shows notification bro .
 
Easiest option: Use binance app’s push notifications.

Harder, but more flexible option: Binance has a fully featured api that you can use to code your own custom app.

edit: check the screenshot
IMG_5971.jpeg
click on that alert.
 
Easiest option: Use binance app’s push notifications.

Harder, but more flexible option: Binance has a fully featured api that you can use to code your own custom app.

edit: check the screenshot
View attachment 292191
click on that alert.
That has nothing to do with my question
I don't want to sell when a coin price go up
I want to sell when the rate of the dollar on my local currency go up or when you want to exchange from another bank and sell to usdt
it's related to the sellers on the p2p platform
 
That has nothing to do with my question
I don't want to sell when a coin price go up
I want to sell when the rate of the dollar on my local currency go up or when you want to exchange from another bank and sell to usdt
it's related to the sellers on the p2p platform
Hmmm then the API it is.

For example:
Code:
https://www.reddit.com/r/binance/comments/krclz7/comment/hn66zsk/?utm_source=reddit&utm_medium=web2x&context=3
You need to send something like:

Code:
{
"page": 1,
"rows": 1,
"asset": "USDT",
"tradeType": "BUY",
"fiat": "LKR",
"merchantCheck": false
}
Unfortunately, you will need some coding knowledge to get it working. One more reason to learn programming :D
 
Sometimes I want to cash out some money (I only cash out what I need) so I use binance p2p and want always to sell with a good price since the dollar vs the local curency is variable and also depend on the market demand
is there any tools that let you track the price
I thought about even a web page tracker that will check price once per hour and send an alert to my email
any one did that?
P2P always track rates
 
Sometimes I want to cash out some money (I only cash out what I need) so I use binance p2p and want always to sell with a good price since the dollar vs the local curency is variable and also depend on the market demand
is there any tools that let you track the price
I thought about even a web page tracker that will check price once per hour and send an alert to my email
any one did that?
There is no way to set alert with public tool. You can code one if you want.
 
There is no way to set alert with public tool. You can code one if you want.
Why there is no way?
that p2p page is public and don't even need login to see the prices
 
Yes, many use crypto tracking apps or custom scripts with Binance API to get alerts on price changes
 
Back
Top