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

X-Api-Key
string
default:MhBsxkU1z9fG6TofE59KqiiWV-YlYE8Q4awlLQehF3U
required

API Key

X-Chain
string
default:story-aeneid
required

Chain Destination

Path Parameters

collectionId
string
required

Collection ID

Response

200 - application/json
OK
data
object