
{
    "version": "1.2.3",
    "date": "2018-13-12",
    "commands": {
        "/api/block/hash/<hash>/less": "details about a given block",
        "/api/block/hash/<hash>": "details about a given block including it's transactions",
        "/api/block/hash/<hash>/full": "details about a given block including it's transactions together with all transaction in- and outputs",
        "/api/block/height/<height>/less": "details about a given block (block height as reference)",
        "/api/block/height/<height>": "details about a given block including it's transactions (block height as reference)",
        "/api/block/height/<height>/full": "details about a given block including it's transactions together with all transaction in- and outputs (block height as reference)",
        "/api/block/latest/less": "details about the last block",
        "/api/block/latest": "details about the last block including it's transactions",
        "/api/block/latest/full": "details about the last block including it's transactions together with all transaction in- and outputs",
        "/api/tx/hash/<hash>/less": "details about a given transaction",
        "/api/tx/hash/<hash>": "details about a given transaction including it's in- and outputs",
        "/api/tx/hash/<hash>/full": "more details information about a given transaction including it's in- and outputs",
        "/api/address/balance/<address>/full": "details about a given address including an transaction overview",
        "/api/address/balance/<address>": "details about a given address",
        "/api/address/balance/<address>/less": "shows the balance only",
        "/api/address/isvalid/<address>": "returns 1 if the address is valid",
        "/api/stats/block_height": "returns the current block height",
        "/api/stats/coin_supply": "returns the current coin supply"
    }
}