bitcoinlib.services.insightdash module

class bitcoinlib.services.insightdash.InsightDashClient(network, base_url, denominator, *args)[source]

Bases: BaseClient

blockcount()[source]
compose_request(category, data, cmd='', variables=None, method='get', offset=0)[source]
getbalance(addresslist)[source]
getblock(blockid, parse_transactions, page, limit)[source]
getinfo()[source]
getrawtransaction(tx_id)[source]
gettransaction(tx_id)[source]
gettransactions(address, after_txid='', limit=20)[source]
getutxos(address, after_txid='', limit=20)[source]
isspent(txid, output_n)[source]
mempool(txid)[source]
sendrawtransaction(rawtx)[source]