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