v1
latestOpenAPI 3.1.02026-07-243035381.4 MBBitcoin - Tatum API
Generate a Bitcoin address from the wallet's extended public key
/v3/bitcoin/address/{xpub}/{index}
1 credit per API call
Generate a Bitcoin address from the extended public key of the wallet. The address is generated for the specific index - each extended public key can generate up to 2^32 addresses with the index starting from 0 up to 2^31 - 1.
get/v3/bitcoin/address/{xpub}/{index}
Path parameters
xpubstring required
Extended public key of a wallet.
indexnumber required
Derivation index of the desired address to be generated.
Response
OK
Example response
{
"address": "0xa7673161CbfE0116A4De9E341f8465940c2211d4"
}