Collection Details
Fetch the details of a single collection by its address.
Path parameters
collectionAddressstringRequired
The address of the collection to retrieve.
Responses
200
Collection details retrieved successfully
application/json
400
Missing collection address
application/json
404
Collection not found
application/json
500
Internal server error
application/json
get
/collection/fetch/{collectionAddress}Last updated