v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Cardano - Tatum API

Generate Ada deposit address from Extended public key

/v3/ada/address/{xpub}/{index}

You can work with Cardano by connecting directly to a blockchain node provided by Tatum.

1 credit per API call.

Generates a Ada deposit address from an Extended public key. The 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.

get/v3/ada/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

addressstring

Ada address

Example response

{
  "address": "addr1qyyxyhaa2e7kxeqcc72w7f747zqlgwwwstlzsg9umuxc40wnhawldxl4nan95rhtlcnju9q2r8j9qz8vslwsmrkj5r4spxhep9"
}