curl --request GET \
--url https://api.example.com/api/v1/wallet/addresses/index/{index} \
--header 'Authorization: Bearer <token>'{
"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} \
--header 'Authorization: Bearer <token>'{
"address": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?