Gelt Public API
A listing of public API endpoints for retrieving Gelt coin data from the network without the need for a local wallet
API Documentation
API Calls
Return data from coind
- getdifficultyReturns the current difficulty.gelt.fun/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.gelt.fun/api/getconnectioncount
- getblockcountReturns the current block index.gelt.fun/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.gelt.fun/api/getblockhash?index=1
- getblock [hash]Returns information about the block with the given hash.gelt.fun/api/getblock?hash=290a76456e8cc454b81bdd57920e346077b01a6ca635a90bce6f471615d0d06b
- 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)gelt.fun/api/getnetworkhashps
- getvotelistReturns the current vote list.gelt.fun/api/getvotelist
- getmasternodecountReturns the total number of masternodes on the network.gelt.fun/api/getmasternodecount
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplygelt.fun/ext/getmoneysupply
- getdistributionReturns wealth distribution statsgelt.fun/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressgelt.fun/ext/getaddress/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]gelt.fun/ext/getaddresstxs/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashgelt.fun/ext/gettx/12ecdbc0e8567dfdd0df5a3b7c5c20ca9bfb509b2fc7e3d4ea595c84d1e7e418
- getbalance (/ext/getbalance/hash)Returns current balance of given addressgelt.fun/ext/getbalance/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9
- 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 pricegelt.fun/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursgelt.fun/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC price, # of masternodesgelt.fun/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 masternodesgelt.fun/ext/getsummary
- getmasternodelistReturns the complete list of masternodes on the network.gelt.fun/ext/getmasternodelist
- getmasternoderewards (/ext/getmasternoderewards/hash/since)Returns a list of masternode reward transactions for address [hash] that arrived after block height [since]gelt.fun/ext/getmasternoderewards/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9/1
- getmasternoderewardstotal (/ext/getmasternoderewardstotal/hash/since)Returns the total number of coins earned in masternode rewards for address [hash] that arrived after block height [since]gelt.fun/ext/getmasternoderewardstotal/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9/1
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)gelt.fun/tx/12ecdbc0e8567dfdd0df5a3b7c5c20ca9bfb509b2fc7e3d4ea595c84d1e7e418
- block (/block/hash)gelt.fun/block/290a76456e8cc454b81bdd57920e346077b01a6ca635a90bce6f471615d0d06b
- address (/address/hash)gelt.fun/address/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9
- qrcode (/qr/hash)gelt.fun/qr/geltc1qzkdw806cap40zlsfkh8tf4jvfsgk0a4ppthtl9