Author Topic: Bitshares API function list  (Read 2545 times)

0 Members and 1 Guest are viewing this topic.

Offline warmach

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

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
docs.bitshares.eu/api

Offline warmach

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

Offline MarkoPaasila

Can't you just use help on the cli?

Offline dannotestein

  • Hero Member
  • *****
  • Posts: 760
    • View Profile
    • BlockTrades International
  • BitShares: btsnow
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
http://blocktrades.us Fast/Safe/High-Liquidity Crypto Coin Converter

Offline warmach

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