
GateviaCoin Public API
A listing of public API endpoints for retrieving GateviaCoin 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.gatevia.io/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer.gatevia.io/api/getconnectioncount
- getblockcountReturns the current block index.explorer.gatevia.io/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer.gatevia.io/api/getblockhash?index=72
- getblock [hash]Returns information about the block with the given hash.explorer.gatevia.io/api/getblock?hash=00000000ca9e728cb1ffb3afe93ac10a91846d8564a0ba7805561630a998a4c2
- 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.gatevia.io/api/getnetworkhashps
- getvotelistReturns the current vote list.explorer.gatevia.io/api/getvotelist
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer.gatevia.io/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer.gatevia.io/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer.gatevia.io/ext/getaddress/GVWw8wzvWuU2hFw2DQAy932x7C87B5tsX2
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer.gatevia.io/ext/getaddresstxs/GVWw8wzvWuU2hFw2DQAy932x7C87B5tsX2/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer.gatevia.io/ext/gettx/30ccf357229fb3e03cc3744268b00406e998396eddc589337d516e0e7c2d8dfb
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer.gatevia.io/ext/getbalance/GVWw8wzvWuU2hFw2DQAy932x7C87B5tsX2
- 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.gatevia.io/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer.gatevia.io/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceexplorer.gatevia.io/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countexplorer.gatevia.io/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer.gatevia.io/tx/30ccf357229fb3e03cc3744268b00406e998396eddc589337d516e0e7c2d8dfb
- block (/block/hash)explorer.gatevia.io/block/00000000ca9e728cb1ffb3afe93ac10a91846d8564a0ba7805561630a998a4c2
- address (/address/hash)explorer.gatevia.io/address/GVWw8wzvWuU2hFw2DQAy932x7C87B5tsX2
- qrcode (/qr/hash)explorer.gatevia.io/qr/GVWw8wzvWuU2hFw2DQAy932x7C87B5tsX2
