Click here to Skip to main content
15,891,942 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hello,

I need help working with the API of bitshare
If you take a look here : http://bitshare.com/openAPI.html[^] you will see the commands used with it

I'm very new to Programing and I'm pretty sure that this is ridiculous for some of you
but I couldnt find any tutorials or help on how to work with this,

I dont have any clue on how to begin with this,
I know of API's which you import in your Project but not like this,

can anyone show me a little example on how to use this API with c#??
Posted
Comments
Shahin Khorshidnia 29-Apr-12 14:41pm    
Why don't you ask the question from Bitshare?
SASS_Shooter 30-Apr-12 16:36pm    
The website you linked to pretty much answers your question:
The API is based on simple POST-Actions. See the single actions for paramters, return results and documentation. Please find the general message structure below.

So everything is done with a HTML page post.
Prince_ 25-May-12 11:14am    
okay I still dont get it, maybe im too dump or I only have the lack of knowledge.
I tried many things,all didnt work
if there is anyone who is interested in helping me I would much apprechiate it,
I only need a sample code
I could also provide Login Credentials if needed
Jackie00100 25-May-12 15:44pm    
in other words you cant directly use that API in C# because its PHP based. So either you will need to make a html site and link that site to a webbrowser control in a form, or maybe you can make a ASP.NET application that maybe can work around it. Remember all .net libraries is usually .dll format. good luck anyways :)

1 solution

This project will help you get started

WebClient Class with Cookies
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900