BitShares Forum

Main => Technical Support => Topic started by: warmach on August 02, 2016, 07:19:31 pm

Title: Bitshares API function list
Post by: warmach on August 02, 2016, 07:19:31 pm
Where can I find a function list for the Bitshares platform?  I am trying to use Xeroc's python library and that does a great job managing connection and RPC calls but it assumes you already know the function calls and their parameters.  Some of the examples I've found are outdated with functions that do not exist anymore.  Others have some functions, but with out a complete list of available function calls, I can't fully see how much I can do.

Thanks

Title: Re: Bitshares API function list
Post by: dannotestein on August 02, 2016, 07:34:31 pm
Where can I find a function list for the Bitshares platform?  I am trying to use Xeroc's python library and that does a great job managing connection and RPC calls but it assumes you already know the function calls and their parameters.  Some of the examples I've found are outdated with functions that do not exist anymore.  Others have some functions, but with out a complete list of available function calls, I can't fully see how much I can do.

Thanks
The only complete documentation for the API calls is the github code. To find them all, grep for FC_API in the code.
Repo is here: https://github.com/cryptonomex/graphene
Title: Re: Bitshares API function list
Post by: MarkoPaasila on August 03, 2016, 04:44:27 am
Can't you just use help on the cli?
Title: Re: Bitshares API function list
Post by: warmach on August 03, 2016, 03:34:46 pm
Can't you just use help on the cli?

That is a good idea!

I was hoping for something a little easier to use/navigate.  Something like the NXT API wiki would be extremely helpful, https://wiki.nxtcrypto.org/wiki/The_Nxt_API
Title: Re: Bitshares API function list
Post by: xeroc on August 04, 2016, 07:19:36 am
docs.bitshares.eu/api
Title: Re: Bitshares API function list
Post by: warmach on August 04, 2016, 12:20:44 pm
docs.bitshares.eu/api

Thanks!  I knew this was out there, but I had not stumbled across it yet.  I was specifically looking for this page....  http://docs.bitshares.eu/api/wallet-api.html