By Can Iderman on Wednesday, 24 April 2024
Posted in General
Replies 1
Likes 0
Views 167
Votes 0
Hi,
The GetPriceTicker can also return an array of JSON. How should I format the string so that this happens. For example how would BTCUSDT and ETHUSDT look like?
BinanceAPI.REST_API.GetPriceTicker('BTHUSDT%ETHUSDT'); perhaps?

Thanks
Can
Hello,

I've updated the latest beta to add a new method to request multiple price tickers using a single request, the method is GetPriceTickers. Example:


BinanceAPI.REST_API.GetPriceTickers('["BTCUSDT","BNBUSDT"]');


Kind Regards,
Sergio
·
3 weeks ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post