English
Retrieve a Collection
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>" } }
API Key
Chain Destination
Collection ID
OK
The response is of type object.
object