
TheBigCoin Public API
A listing of public API endpoints for retrieving TheBigCoin coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.127.0.0.1:3677/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.127.0.0.1:3677/api/getconnectioncount
- getblockcountReturns the current block index.127.0.0.1:3677/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.127.0.0.1:3677/api/getblockhash?index=161481
- getblock [hash]Returns information about the block with the given hash.127.0.0.1:3677/api/getblock?hash=f5f3fb320d80161e4399b5553ed2822601ce252a980d3b21232220c007d4645e
- 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)127.0.0.1:3677/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supply127.0.0.1:3677/ext/getmoneysupply
- getdistributionReturns wealth distribution stats127.0.0.1:3677/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given address127.0.0.1:3677/ext/getaddress/BD5mFWdPXkntZ6oRSP16DhT8zQt2yiXT2e
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]127.0.0.1:3677/ext/getaddresstxs/BD5mFWdPXkntZ6oRSP16DhT8zQt2yiXT2e/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hash127.0.0.1:3677/ext/gettx/5ddbf4f6fa5d40b67050b86c46610a5ec56f86ec062a4977e857c408e1b26325
- getbalance (/ext/getbalance/hash)Returns current balance of given address127.0.0.1:3677/ext/getbalance/BD5mFWdPXkntZ6oRSP16DhT8zQt2yiXT2e
- 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 price127.0.0.1:3677/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hours127.0.0.1:3677/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, USDT price127.0.0.1:3677/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, USDT price, USD price, network connection count, block count127.0.0.1:3677/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)127.0.0.1:3677/tx/5ddbf4f6fa5d40b67050b86c46610a5ec56f86ec062a4977e857c408e1b26325
- block (/block/hash)127.0.0.1:3677/block/f5f3fb320d80161e4399b5553ed2822601ce252a980d3b21232220c007d4645e
- address (/address/hash)127.0.0.1:3677/address/BD5mFWdPXkntZ6oRSP16DhT8zQt2yiXT2e
- qrcode (/qr/hash)127.0.0.1:3677/qr/BD5mFWdPXkntZ6oRSP16DhT8zQt2yiXT2e