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