Skip to main content
GET
/
v2
/
collections
/
{collectionId}
/
creations
Get Collection Creations
curl --request GET \
  --url https://api.eden.art/v2/collections/{collectionId}/creations \
  --header 'X-Api-Key: <api-key>'
{
  "creations": [
    "<any>"
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

collectionId
string
required

Response

200 - */*

Default Response

creations
any[]
I