cURL
curl --request GET \ --url https://api.wavynode.com/v1/projects/{projectId}/addresses \ --header 'x-api-header: <api-key>'
{ "success": true, "data": [ { "id": 123, "address": "<string>", "description": "<string>" } ] }
Retrieves all the relevant on-chain addresses configured for a specific project.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The project ID
List of addresses
Show child attributes