Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Blockfolio ~Bitcoin and Altcoin Portfolio App~ Android and iOS
by
KarlKarlsson_
on 17/07/2017, 14:21:06 UTC
Hey I talked to the Waves team and they gave me this
https://marketdata.wavesplatform.com/

they also asked me if there was a way to contact you directly. You can PM me if you like. I'd really like to see Waves on your awesome app!

Awesome thanks!  We'll be working on adding Waves Exchange in the coming weeks. The only thing that seems to be missing from their API is an endpoint for getting Orderbook data, if we could get that we will be able to start working on integrating them into the app.

We can be reached at support@blockfolio.com, or we will also gladly reach out to them as well if you happen to have their contact info available.
Great, I forwarded this message to them and hopefully they contact you.
I also got a contact for you to contact them if you could. karlkarlsson@gmx.ch
So both parties have each others info now and Waves has been informed that they need to supply you with an endpoint for getting Orderbook data!
Hopefully we can see Waves Dex soon on the awesome Blockfolio app!
Hey there!

You can pull the order books from the matcher's API. Currently, there is only one official matcher and you can pull any order book with the following API method:
https://nodes.wavesnodes.com/matcher/orderbook/{AMOUNT_ASSET_ID}/{PRICE_ASSET_ID}

Example:
https://nodes.wavesnodes.com/matcher/orderbook/WAVES/8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS

The matcher only accepts asset IDs, not ticker symbols. Please find the asset IDs through the market datafeed symbol method: https://marketdata.wavesplatform.com/api/symbols

Looking forward to seeing the Waves DEX in Blockfolio!