Is there a way to get price alert via a webbook or GET/POST request?

I want to receive price alert for certain coin via a URL request as callback.

I also want to set both coin and price using API, For an example.

If avaxusdt price is higher or equals to 23.77 call url . https://somedomain.com/callback?coin=avax&pricealert=1
AVAX - $23.77 -

No, webhook is not supported. However it’s recommended to get notification from websocket.

Please check the details from the document. Binance API Documentation

1 Like