Steem: Full API

Created on 20 Jun 2017  Â·  4Comments  Â·  Source: steemit/steem

Hello! There is an idea to write a small application for a steemit, but I can not find a full description of the api. For example, I can not find how to follow a user or stop following, record upvote, view received transfers, perform transfers. Tell me where all this information can be found?

Most helpful comment

All 4 comments

API Examples:

https://steemit.github.io/devportal/#introductionwelcome

API Explorers:

http://steemroll.io/api-explorer/
https://esteemapp.github.io/steemapi/

Example app:

http://www.snapsteem.com/

Block Explorer:

https://steemd.com/@your_account-name-here

On Mon, Jun 19, 2017 at 11:07 PM, Ivan notifications@github.com wrote:

Hello! There is an idea to write a small application for a steemit, but I
can not find a full description of the api. For example, I can not find how
to follow a user or stop following, record upvote, view received transfers,
perform transfers. Tell me where all this information can be found?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/steemit/steem/issues/1199, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAK6s0-vCged9PfdCOIo2izKjfO-b-Ueks5sF2GfgaJpZM4N_H4m
.

I use PHP and send post requests to https://steemd.steemit.com/. I do not use JS - I do not know this language well. Everything that is mentioned here http://steemroll.io/api-explorer/ - works. But I did not find the above methods(follow, upvote, etc).

This is a third party tool being developed by a well known steem user check it out, it will likely fit your needs https://github.com/lukestokes/php-steem-tools

Was this page helpful?
0 / 5 - 0 ratings