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