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

Path Parameters

collectionSlug
string
required

The unique slug identifier of the collection

Response

Successfully retrieved collection metadata

name
string
required

The name of the collection

description
string

A detailed description of the collection

image
string<uri>

URL to the collection's image