Collections
Get an Collection
Protocol API Overview
Collections
IPLicenseTerms
LicenseTemplates
LicenseTerms
LicenseTokens
Permissions
Collections
Get an Collection
Retrieve a Collection
GET
/
api
/
v3
/
collections
/
{collectionId}
curl --request GET \
--url https://api.storyapis.com/api/v3/collections/{collectionId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"assetCount": "<string>",
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"cancelledDisputeCount": "<string>",
"id": "<string>",
"judgedDisputeCount": "<string>",
"licensesCount": "<string>",
"raisedDisputeCount": "<string>",
"resolvedDisputeCount": "<string>"
}
}
Headers
API Key
Chain Destination
Path Parameters
Collection ID
curl --request GET \
--url https://api.storyapis.com/api/v3/collections/{collectionId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"assetCount": "<string>",
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"cancelledDisputeCount": "<string>",
"id": "<string>",
"judgedDisputeCount": "<string>",
"licensesCount": "<string>",
"raisedDisputeCount": "<string>",
"resolvedDisputeCount": "<string>"
}
}