bitforexapi / API_Doc_en

BitForex API Document
12 stars 9 forks source link

Get ticker for all symbols - e.g. symbol=ALL #16

Open ketchmeup opened 3 years ago

ketchmeup commented 3 years ago

Hi, The documentation describes that the tickers for the respective symbols can be retrieved individually.

Current API solution: get symbol list (https://api.bitforex.com/api/v1/market/symbols) iterate through and call (https://api.bitforex.com/api/v1/market/ticker?symbol=coin-xxx-xxx) for each symbol.

Is there a possibility to get all coins with only one call?

e.g.: https://api.bitforex.com/api/v1/market/ticker?symbol=ALL

Thanks & greetings