cURL
curl --request GET \ --url https://api.wavynode.com/v1/projects/{projectId}/addresses \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "id": 123, "address": "<string>", "description": "<string>" } ] }
Retrieves all the relevant on-chain addresses configured for a specific project.
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
ApiKey
ApiKey wavy_your-api-key
The project ID
List of addresses
Show child attributes