Geltcoin Public API
A listing of public API endpoints for retrieving Geltcoin coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.geltcoin.net/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.geltcoin.net/api/getconnectioncount
- getblockcountReturns the current block index.geltcoin.net/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.geltcoin.net/api/getblockhash?index=90
- getblock [hash]Returns information about the block with the given hash.geltcoin.net/api/getblock?hash=46c32350eac8634dadb4ae88bb0b8275b77f7ee9dabd1e0bd0a25339efdc19ac
- 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)geltcoin.net/api/getnetworkhashps
- getvotelistReturns the current vote list.geltcoin.net/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.geltcoin.net/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplygeltcoin.net/ext/getmoneysupply
- getdistributionReturns wealth distribution statsgeltcoin.net/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressgeltcoin.net/ext/getaddress/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]geltcoin.net/ext/getaddresstxs/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashgeltcoin.net/ext/gettx/640343d9c87c981897704aebd18720f9f502ba60c064b08920c3cfd46bc460a1
- getbalance (/ext/getbalance/hash)Returns current balance of given addressgeltcoin.net/ext/getbalance/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a
- 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 pricegeltcoin.net/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursgeltcoin.net/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesgeltcoin.net/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block count, count of online masternodes, count of offline masternodesgeltcoin.net/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.geltcoin.net/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]geltcoin.net/ext/getmasternoderewards/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a/90
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]geltcoin.net/ext/getmasternoderewardstotal/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a/90
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)geltcoin.net/tx/640343d9c87c981897704aebd18720f9f502ba60c064b08920c3cfd46bc460a1
- block (/block/hash)geltcoin.net/block/46c32350eac8634dadb4ae88bb0b8275b77f7ee9dabd1e0bd0a25339efdc19ac
- address (/address/hash)geltcoin.net/address/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a
- qrcode (/qr/hash)geltcoin.net/qr/geltc1qulq5t5cx8jyrn5fxnenqkscpky7sljerqa253a