curl --request POST \
--url https://api.example.com/api/v1/wallet/addresses/next \
--header 'Authorization: Bearer <token>'{
"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 \
--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?