BitShares Forum
Other => Graveyard => OpenLedger => Topic started by: speedy on November 12, 2015, 12:09:02 am
-
Is there a URL at bitshares.openledger.info that I can use to call APIs on Openledger's witness node?
Ive been looking at how the webwallet source does it, but I cant figure out how to extract a url. Does it require websockets first?
I specifically want to call the get_market_history api.
-
Hmm I figured it out - url is https://bitshares.openledger.info/ws/ and api params are in the POST.
-
I just get this:
11 eof_exception: End Of File
stringstream
{}
th_a sstream.cpp:109 peek
{"str":""}
th_a json.cpp:478 from_string
-
curl --data '{"jsonrpc":"2.0","method":"call", "params":[0, "get_global_properties", [""]],"id":0}' https://bitshares.openledger.info/ws
-
Great any documentation on the methods, can I get a trading pair, get last/bid/ask prices? or query the order book?
-
Great any documentation on the methods, can I get a trading pair, get last/bid/ask prices? or query the order book?
docs.bitshares.eu/api/
or via python-graphene:
http://python-graphenelib.readthedocs.io/en/develop/exchange.html