bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 647 forks source link

How to know available API in the connected node? #1689

Closed scientistnik closed 2 years ago

scientistnik commented 5 years ago

How to know available API in the connected node? When I connect to wss://bitshares.openledger.info/ws, available API:

When I connect to wss://eu.nodes.bitshares.ws, available API:

Do we have a call to get the available API?

oxarbitrage commented 5 years ago

Currently not possible except for trying some call of an api and getting an error message.

I think it can be a good idea to add.

A bit related with https://github.com/bitshares/bitshares-core/issues/626

Wondering if there will be any security issues on adding a get_available_apis call.

pmconrad commented 5 years ago

IMO #626 covers this as well, even if it's not mentioned explicitly. Closing this one.

abitmore commented 2 years ago

Done via #2617.