Bitcoinlib
latest
Manuals
Installation and Settings
Command Line Wallet
Bitcoind Node
Bcoin Node
Add Service Provider
Databases
Encrypted Database
Security & Privacy
Caching
FAQ
Classes
Key
Transaction
Script
Wallet
Mnemonic
Network
Block
Value
Service
Service providers
Submodules
bitcoinlib.services.authproxy module
bitcoinlib.services.baseclient module
bitcoinlib.services.bcoin module
bitcoinlib.services.bitaps module
bitcoinlib.services.bitcoind module
bitcoinlib.services.bitcoinlibtest module
bitcoinlib.services.bitflyer module
bitcoinlib.services.bitgo module
bitcoinlib.services.blockbook module
bitcoinlib.services.blockchaininfo module
bitcoinlib.services.blockchair module
bitcoinlib.services.blockcypher module
bitcoinlib.services.blocksmurfer module
bitcoinlib.services.blockstream module
bitcoinlib.services.chainso module
bitcoinlib.services.cryptoid module
CryptoID
bitcoinlib.services.dogecoind module
bitcoinlib.services.litecoinblockexplorer module
bitcoinlib.services.litecoind module
bitcoinlib.services.litecoreio module
bitcoinlib.services.mempool module
bitcoinlib.services.services module
Module contents
Config
Database
Cache
Reference
Classes Overview
Modules
bitcoinlib package
Subpackages
bitcoinlib.config package
bitcoinlib.services package
bitcoinlib.tools package
Submodules
Module contents
Encoding
Tools
Script types
Bitcoinlib
bitcoinlib.services package
bitcoinlib.services.cryptoid module
bitcoinlib.services.cryptoid module
class
bitcoinlib.services.cryptoid.
CryptoID
(
network
,
base_url
,
denominator
,
*
args
)
[source]
Bases:
BaseClient
blockcount
(
)
[source]
compose_request
(
func
=
None
,
path_type
=
'api'
,
variables
=
None
,
method
=
'get'
)
[source]
getbalance
(
addresslist
)
[source]
getrawtransaction
(
txid
)
[source]
gettransaction
(
txid
)
[source]
gettransactions
(
address
,
after_txid
=
''
,
limit
=
20
)
[source]
getutxos
(
address
,
after_txid
=
''
,
limit
=
20
)
[source]
mempool
(
txid
)
[source]
Read the Docs
v: latest
Versions
master
latest
stable
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.7
0.6.6
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.4.19
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds