Exor Public API
A listing of public API endpoints for retrieving Exor 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.exor.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.exor.io/api/getconnectioncount
- getblockcountReturns the current block index.explorer.exor.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.exor.io/api/getblockhash?index=64152
- getblock [hash]Returns information about the block with the given hash.explorer.exor.io/api/getblock?hash=775d67da29dd6553268061f86368d06654944dd5d5c61db4c97e4c7960c11a74
- 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.exor.io/api/getnetworkhashps
- getmasternodecountReturns the total number of masternodes on the network.explorer.exor.io/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.exor.io/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.exor.io/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.exor.io/ext/getaddress/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.exor.io/ext/getaddresstxs/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.exor.io/ext/gettx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.exor.io/ext/getbalance/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- 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.exor.io/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.exor.io/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, LTC price, # of masternodesexplorer.exor.io/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, LTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesexplorer.exor.io/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.explorer.exor.io/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]explorer.exor.io/ext/getmasternoderewards/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/64152
- 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.exor.io/ext/getmasternoderewardstotal/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW/64152
- getnewestsnapshot (/ext/getnewestsnapshot/extension/field)Returns the most recent snapshot data in json format. Leave [extension] blank to return the most recent snapshot data based on the snapshot date, or provide the filename extension 'zip' or 'tgz' to return the most recent snapshot for that extension. To return only a single field instead of the entire json object, enter the field name for [field]. If extension doesn't matter then use the keyword 'any' for [extension] while using [field]explorer.exor.io/ext/getnewestsnapshot
- getsnapshotlistReturns the complete list of snapshotsexplorer.exor.io/ext/getsnapshotlist
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.exor.io/tx/6cb3babd256de253f926f10bc8574dadf0a3e2fc8380107b81eb07c67d1e73ed
- block (/block/hash)explorer.exor.io/block/775d67da29dd6553268061f86368d06654944dd5d5c61db4c97e4c7960c11a74
- address (/address/hash)explorer.exor.io/address/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW
- qrcode (/qr/hash)explorer.exor.io/qr/ELvb8AZRgHmdsDnD1HYFwbSY4UkPhoECCW