v3-Blockchain-Bitcoin

Number of APIs: 12

  1. Generate Bitcoin wallet GET {{baseUrl}}/v3/bitcoin/wallet

  2. Generate a Bitcoin address from the wallet's extended public key GET {{baseUrl}}/v3/bitcoin/address/:xpub/:index

  3. Generate the private key for a Bitcoin address POST {{baseUrl}}/v3/bitcoin/wallet/priv

  4. Get Bitcoin blockchain information GET {{baseUrl}}/v3/bitcoin/info

  5. Get the hash of a Bitcoin block GET {{baseUrl}}/v3/bitcoin/block/hash/:i

  6. Get a Bitcoin block by its hash or height GET {{baseUrl}}/v3/bitcoin/block/:hash

  7. Get all transactions for a Bitcoin address GET {{baseUrl}}/v3/bitcoin/transaction/address/:address

  8. Send BTC to Bitcoin addresses POST {{baseUrl}}/v3/bitcoin/transaction

  9. Get a Bitcoin transaction by its hash GET {{baseUrl}}/v3/bitcoin/transaction/:hash

  10. Get information about a transaction output (UTXO) in a Bitcoin transaction GET {{baseUrl}}/v3/bitcoin/utxo/:hash/:index