Bitshares Blockchain Explorer and the Wrappers¶
Mainnet¶
- Bitshares Blockchain Open Explore: http://open-explorer.io
- BitShares Explorer API uses to query the Mainnet - Try it out!
- http://185.208.208.184:5000/apidocs/
- ES Wrapper : Wrapper to expose Elasticsearch Bitshares node data to clients
- http://185.208.208.184:5000/apidocs/
Testnet¶
- Bitshares Blockchain Open Explorer for Testnet: http://bitshares-testnet.xyz/
- BitShares Explorer Testnet API uses to query the Testnet - Try it out!
- http://148.251.10.231:5000/apidocs/
- ES Wrapper : Wrapper to expose Elasticsearch Bitshares node data to clients
- http://148.251.10.231:5000/apidocs/
If you are interested to have own BitShares Explorer API up and running for a production environment, we have the installation guide to follow.
- BitShares Explorer REST API - Installation Guide
- BitShares Explorer REST API is the backend service of the BitShares explorer that retrieve the information from the blockchain.
Contributor: @oxarbitrage