v3-Blockchain-Bitcoin
Number of APIs: 12
- 
Generate Bitcoin wallet GET {{baseUrl}}/v3/bitcoin/wallet 
- 
Generate a Bitcoin address from the wallet's extended public key GET {{baseUrl}}/v3/bitcoin/address/:xpub/:index 
- 
Generate the private key for a Bitcoin address POST {{baseUrl}}/v3/bitcoin/wallet/priv 
- 
Get Bitcoin blockchain information GET {{baseUrl}}/v3/bitcoin/info 
- 
Get the hash of a Bitcoin block GET {{baseUrl}}/v3/bitcoin/block/hash/:i 
- 
Get a Bitcoin block by its hash or height GET {{baseUrl}}/v3/bitcoin/block/:hash 
- 
Get all transactions for a Bitcoin address GET {{baseUrl}}/v3/bitcoin/transaction/address/:address 
- 
Send BTC to Bitcoin addresses POST {{baseUrl}}/v3/bitcoin/transaction 
- 
Get a Bitcoin transaction by its hash GET {{baseUrl}}/v3/bitcoin/transaction/:hash 
- 
Get information about a transaction output (UTXO) in a Bitcoin transaction GET {{baseUrl}}/v3/bitcoin/utxo/:hash/:index