Post
Topic
Board Service Announcements (Altcoins)
Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 4.6 Special Offer -50% OFF 🌟
by
Sampey
on 06/02/2017, 09:41:57 UTC
Please explain how can I see market XRP-BTC on the bitstamp? It didn't download through - Get markets data

XRP-BTC market will be visible in 4.7
Problem with Bitstamp Api is that they create a Page for Every Coin :
https://www.bitstamp.net/api/

Example for ticker

GET   https://www.bitstamp.net/api/v2/ticker/btcusd/
GET   https://www.bitstamp.net/api/v2/ticker/btceur/
GET   https://www.bitstamp.net/api/v2/ticker/eurusd/
GET   https://www.bitstamp.net/api/v2/ticker/xrpusd/
GET   https://www.bitstamp.net/api/v2/ticker/xrpeur/

And there's no call to dynamically load market list (btcusd,btceur,eurusd etc....)
So everytime Bitstamp Add a market i need to manually add the new market id to CAT internal market list.

Usually there's an Api to get MarketList dynamically, but not on Bitstamp  Undecided