Explorer
Movement
Network
Top 100
API
Orphaned Blocks
Search
Aegisum Public API
A listing of public API endpoints for retrieving Aegisum coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
getdifficulty
Returns the current difficulty.
explorer1.aegisum.com/api/getdifficulty
getconnectioncount
Returns the number of connections the block explorer has to other nodes.
explorer1.aegisum.com/api/getconnectioncount
getblockcount
Returns the current block index.
explorer1.aegisum.com/api/getblockcount
getblockhash [index]
Returns the hash of the block at [index]; index 0 is the genesis block.
explorer1.aegisum.com/api/getblockhash?index=4579
getblock [hash]
Returns information about the block with the given hash.
explorer1.aegisum.com/api/getblock?hash=d74046ab52cd19704b60ddff31dd2de0a00ae676613706314b99babd37ff0f2e
getrawtransaction [txid] [decrypt]
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
explorer1.aegisum.com/api/getrawtransaction?txid=c799ba730d31f645e51927b87069464573c4aab3f7908b980487b2716c3e8101&decrypt=0
explorer1.aegisum.com/api/getrawtransaction?txid=c799ba730d31f645e51927b87069464573c4aab3f7908b980487b2716c3e8101&decrypt=1
getnetworkhashps
Returns the current network hashrate. (hash/s)
explorer1.aegisum.com/api/getnetworkhashps
getmaxmoney
Returns the maximum possible money supply.
explorer1.aegisum.com/api/getmaxmoney
Extended API
Return data from local indexes
getmoneysupply
Returns current money supply
explorer1.aegisum.com/ext/getmoneysupply
getaddress (/ext/getaddress/hash)
Returns information for given address
explorer1.aegisum.com/ext/getaddress/aegs1qqvucs3rcv27a5p2w9q48zhmjqljqmuhe5etz23
getaddresstxs (/ext/getaddresstxs/hash/start/length)
Returns last [length] transactions for address [hash], starting from offset [start]
explorer1.aegisum.com/ext/getaddresstxs/aegs1qqvucs3rcv27a5p2w9q48zhmjqljqmuhe5etz23/0/50
gettx (/ext/gettx/hash)
Returns information for given tx hash
explorer1.aegisum.com/ext/gettx/c799ba730d31f645e51927b87069464573c4aab3f7908b980487b2716c3e8101
getbalance (/ext/getbalance/hash)
Returns current balance of given address
explorer1.aegisum.com/ext/getbalance/aegs1qqvucs3rcv27a5p2w9q48zhmjqljqmuhe5etz23
getlasttxs (/ext/getlasttxs/min/start/length)
Returns last [length] transactions greater than [min] coins, starting from offset [start]
Note: [length] is limited to returning 100 records per query
explorer1.aegisum.com/ext/getlasttxs/100/0/100
getnetworkpeers
Returns the list of network peers that have connected to the explorer node in the last 24 hours
explorer1.aegisum.com/ext/getnetworkpeers
getsummary
Returns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count
explorer1.aegisum.com/ext/getsummary
Linking (GET)
Linking to the block explorer
transaction (/tx/txid)
explorer1.aegisum.com/tx/c799ba730d31f645e51927b87069464573c4aab3f7908b980487b2716c3e8101
block (/block/hash)
explorer1.aegisum.com/block/d74046ab52cd19704b60ddff31dd2de0a00ae676613706314b99babd37ff0f2e
address (/address/hash)
explorer1.aegisum.com/address/aegs1qqvucs3rcv27a5p2w9q48zhmjqljqmuhe5etz23
qrcode (/qr/hash)
explorer1.aegisum.com/qr/aegs1qqvucs3rcv27a5p2w9q48zhmjqljqmuhe5etz23