REST APIs

GET and POST APIs without authentication

There are a couple of GET and POST APIs which do not require any authentication. It is always more elegant to use POST but for testing GET is just perfect

Every command is followed by the address. For example:

https://coin.codeb.io/blocks.aspx?tc:0xb5cae8fb7f6ec058d071cb9802d02305ac430a9d gives you the transaction count for address: 0xb5cae8fb7f6ec058d071cb9802d02305ac430a9d

tc returns the transaction count of an address. The transaction count is important to build the nonce.

The command trans sends a signed transaction to the server to be injected into the chain.

With the command totalbalance and totalsupply you can ask the chain how many coins of a given token have been issued in total.