
Arsagility Public API
A listing of public API endpoints for retrieving Arsagility coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer.arsagility.pro/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.arsagility.pro/api/getconnectioncount
- getblockcountReturns the current block index.explorer.arsagility.pro/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.arsagility.pro/api/getblockhash?index=10000
- getblock [hash]Returns information about the block with the given hash.explorer.arsagility.pro/api/getblock?hash=0872a76938202ae91f9e759e6cb00284abb6828a421e58a0c0068c6419c72fe3
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer.arsagility.pro/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.explorer.arsagility.pro/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.arsagility.pro/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.arsagility.pro/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.arsagility.pro/ext/getaddress/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.arsagility.pro/ext/getaddresstxs/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.arsagility.pro/ext/gettx/6150049fd2ef79bff6fdd498854810a26acd267462545ba8d81177d227a4e866
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.arsagility.pro/ext/getbalance/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa
- 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
- getcurrentpriceReturns last known exchange priceexplorer.arsagility.pro/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.arsagility.pro/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesexplorer.arsagility.pro/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.arsagility.pro/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.arsagility.pro/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.arsagility.pro/ext/getmasternoderewards/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa/10000
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]explorer.arsagility.pro/ext/getmasternoderewardstotal/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa/10000
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.arsagility.pro/tx/6150049fd2ef79bff6fdd498854810a26acd267462545ba8d81177d227a4e866
- block (/block/hash)explorer.arsagility.pro/block/0872a76938202ae91f9e759e6cb00284abb6828a421e58a0c0068c6419c72fe3
- address (/address/hash)explorer.arsagility.pro/address/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa
- qrcode (/qr/hash)explorer.arsagility.pro/qr/AXGBHqLmYmkwtTFJ26MvUUd9hPdU578oZa