Author Topic: Using API for beginners  (Read 1461 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Thanks xeroc. I'll see what I can get from these links. Some API description could be useful at some point, like exchanges provide.
Agreed

Basically the rpc just interfaces to the cli and allows to remotly execute the same command as the cli .. you can get plenty of docu whe running

  help

in the cli console

Offline starspirit

  • Hero Member
  • *****
  • Posts: 948
  • Financial markets pro over 20 years
    • View Profile
  • BitShares: starspirit
Thanks xeroc. I'll see what I can get from these links. Some API description could be useful at some point, like exchanges provide.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline starspirit

  • Hero Member
  • *****
  • Posts: 948
  • Financial markets pro over 20 years
    • View Profile
  • BitShares: starspirit
I want to start experimenting with some automated trading and market-making in bitAssets, and I'm looking for simple documentation on how to connect to the BTSX client through API. Where is the best place to start?

I use Python a fair bit although I'm no expert, but I have set up API links with a number of external exchanges in the past to run automated trading.
But what I need is some instruction on how the API is set up for the client.
If there is existing Python code for doing this that I could easily start from, that would be useful.
I'm not a programmer by trade only by hobby, and Github confuses me! So please keep that in mind.

Thanks.