Skip to main content
GET
/
projects
/
{projectId}
/
addresses
List addresses
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>"
    }
  ]
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

Path Parameters

projectId
string
required

The project ID

Response

200 - application/json

List of addresses

success
boolean
data
object[]