curl --request GET \
--url https://api.example.com/api/v1/wallet/addresses/index/{index}{
"address": "<string>"
}Returns a previously generated Ark address by its derivation index. Only addresses that have already been generated are available.
curl --request GET \
--url https://api.example.com/api/v1/wallet/addresses/index/{index}{
"address": "<string>"
}Was this page helpful?