GET
/
v1
/
metadata
/
{collectionSlug}
curl --request GET \
  --url https://api.oneofnone.io/v1/metadata/{collectionSlug}
{
  "name": "<string>",
  "description": "<string>",
  "image": "<string>"
}

Path Parameters

collectionSlug
string
required

The slug identifier of the collection to fetch metadata for.

Response

200
application/json
Collection metadata retrieved successfully.

The response is of type object.