v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Bitcoin Cash (BCH) - Tatum API

Generate Bitcoin Cash deposit address from Extended public key

/v3/bcash/address/{xpub}/{index}

5 credits per API call.

Generate Bitcoin Cash deposit address from Extended public key. Deposit address is generated for the specific index - each extended public key can generate up to 2^31 addresses starting from index 0 until 2^31 - 1. Generates new format of address starting with bitcoincash: in case of mainnet, bchtest: in case of testnet..

get/v3/bcash/address/{xpub}/{index}

Path parameters

xpubstring required

Extended public key of wallet.

indexnumber required

Derivation index of desired address to be generated.

Response

OK

addressstring

Bitcoin Cash address

Example response

{
  "address": "bitcoincash:qrd9khmeg4nqag3h5gzu8vjt537pm7le85lcauzezc"
}