BitShares Forum

Main => Technical Support => Topic started by: wimaka on October 18, 2017, 08:46:32 pm

Title: Can I create a website that can query a wallet name and display the contents?
Post by: wimaka on October 18, 2017, 08:46:32 pm
I'm trying to setup a cryptocurrency discussion forum and I'd like for users to be able to add their wallet name to their profile and display the amount of currency that they own in their profiles.

Is something like this even possible?
Title: Re: Can I create a website that can query a wallet name and display the contents?
Post by: pc on October 19, 2017, 10:08:12 am
Yes, a public API node can give you the balances of all accounts.
Title: Re: Can I create a website that can query a wallet name and display the contents?
Post by: wimaka on October 20, 2017, 04:32:33 pm
Okay, great.  Is that something that the wallet holder needs to setup or is that automatically available?  is there any examples of how to do this?

I'm wondering if I could simply test out the bitshares API with POSTMAN or something just to get a feel for it...