You are viewing a single comment's thread from:
RE: SteemWorld / Developer Log / #1
I guess there is something wrong with your request method. The target endpoint would be 'api.steemit.com' and you need to make a HTTP POST request with the request data in JSON format like:
{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["steemit", "alice"]], "id":1}
The request in this example would return the account data for 'steemit' and 'alice'.
Thank you @steemchiller for your usual and kind support
I got it to work.
Clarify me a doubt please, what would be the function to get ONLY the unread votes that an account has?
this function bridge.account_notifications
this function returns me votes, and other things, but votes and the value of each one.
But I want to know the votes that have not been marked as read, the votes that have not been read.
How do I get that?