curl --request POST \
--url https://api.example.com/api/v1/wallet/addresses/next{
"address": "<string>"
}Generates a new Ark receiving address. Each call returns the next unused address from the wallet’s HD keychain.
curl --request POST \
--url https://api.example.com/api/v1/wallet/addresses/next{
"address": "<string>"
}Returns the Ark address
Was this page helpful?