FAQ
Last updated
Last updated
Yes, in this section .
There is a method but the API key is needed: GET /debug/minerInfo
which shows all miners who has enough generating balance to be able to generate block.
GET /addresses/balance/details/{address}
GET /addresses/balance/{address}
API port is 6869 by default, make sure you have enabled it in your config. You can enable and configure your node API using the optional LTO_ENABLE_REST_API and LTO_API_KEY environment variable.
There are 2 ways to sign transactions:
Use a node. But that node should know the private key of your address. In other words, it should be your node, because you should never send your private key to anybody else.
Use libraries for different languages (Python, C#, JavaScript, Java). Libraries can sign transactions with the provided private key and send to the network already signed transactions.