IP
Get IP Collection
Get a collection by its id deployed on the Story chain
API scope required: collections.read
GET
This API is still under development. Contact support for early access.
Headers
API key required for authentication
Path Parameters
Response
200 - application/json
SPG Collection found
Story Protocol collection creation output
The id of the collection
Example:
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The action id of the collection
Example:
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Story Protocol collection metadata response
Example:
{
"name": "My Collection",
"symbol": "MYCOL",
"description": "My Collection Description",
"image": "https://example.com/image.png"
}
Was this page helpful?