Get all collections associated with the Developer Project
API scope required: collections.read
API key required for authentication
Collections found
The id of the collection
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The action id of the collection
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Story Protocol collection metadata response
{
"name": "My Collection",
"symbol": "MYCOL",
"description": "My Collection Description",
"image": "https://example.com/image.png"
}[
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"actionId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"metadata": {
"name": "My Collection",
"symbol": "MYCOL",
"description": "My Collection Description",
"image": "https://example.com/image.png"
},
"onChain": {
"chain": "story-testnet",
"contractAddress": "0x123"
}
}
]