We Are Going To Discuss About How to use Binance API, simple GET price by ticker. So lets Start this Java Article.
How to use Binance API, simple GET price by ticker
- How to use Binance API, simple GET price by ticker
https://api.binance.com/api/v3/ticker/price/?symbol=btcusdt
You must use Query without/
and Binance's /api/v3/ticker/price endpoint need symbol query asUpper case
.
so you must request as belowhttps://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT
- Binance API, simple GET price by ticker
https://api.binance.com/api/v3/ticker/price/?symbol=btcusdt
You must use Query without/
and Binance's /api/v3/ticker/price endpoint need symbol query asUpper case
.
so you must request as belowhttps://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT
Solution 1
https://api.binance.com/api/v3/ticker/price/?symbol=btcusdt
You must use Query without /
and Binance’s /api/v3/ticker/price endpoint need symbol query as Upper case
.
so you must request as below
https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT
Original Author Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.