Querying the Nexa Blockchain for Data
If you are building a dApp or a solution on Nexa and you need to query the blockchain for data then wallets can fetch data from the Nexa blockchain via the commonly used Electrum protocol. Rostrum is an efficient implementation of Electrum Server for Nexa. In addition to the TCP RPC interface, it also provides WebSocket support.
The full documentation for Rostrum can be found here.
Documentation on the Rostrum protocol methods can be found here.
If you are interested in running your own Rostrum server you can find the installation instructions here.