Generate Flow address from Extended public key

GET {{baseUrl}}/v3/flow/address/:xpub/:index

1 credit for GET operation + 3000 credits per address.


Generate Flow address from Extended public key. This operation internally creates public key and assings it to the newly created address on the blockchain. There is minimal amount, which must be sent to the FLOW address during creation - 0.001 FLOW, which will be used from Tatum service account.
This operation is allowed on any Testnet plan and only on Paid Mainnet plans. Public key is generated for the specific index - each extended public key can generate up to 231 addresses starting from index 0 until 231 - 1.

RESPONSES

status: OK

{"address":"0x4f09d8d43e4967b7"}