Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wimaka

Pages: [1]
1
Found it: wss://node.testnet.bitshares.eu

Thanks again!

2
Thanks.  Is there a public API to this?  I tried to connect via websocket to: "wss://testnet.bitshares.eu/ws" But  nothing is there.

3
Wondering if there is a "fake" bitshares somewhere that we can create wallets, accounts, buy/sell currencies, etc.

Would make developing against the APIs far easier.

4
Technical Support / WebSocket query format help
« on: October 20, 2017, 07:58:50 pm »
I'm trying to retrieve the account balances for a few people and trying to get:

a) The amount of ETH in each account
b) The amount of ALL currencies in each account

I can't quite get these queries to work.  Can someone help?

Code: [Select]
// Query all
{"id":1, "method":"call", "params":[0,"get_account_balances", [["testuser-1",[]]]]}

// Query ETH
{"id":1, "method":"call", "params":[0,"get_account_balances", [["testuser-1",["ETH"]]]]}

5
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...

6
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?

7
New user to cryptocurrencies here, so this may be a stupid question but: are the contents of wallets public knowledge?  Is there an API that I can query that will product this information?

Can a user set an account flag to allow this?

Pages: [1]