Last updated 13 days ago
Fetch the details of a single collection by its address.
The address of the collection to retrieve.
curl -L \ --url 'https://launchpad.danlabs.xyz/collection/fetch/{collectionAddress}'
{ "data": { "name": "text", "creator": "text", "tokentype": "text", "image": "text", "minttype": "text", "featured": true, "collectionAddress": "text", "category": "text", "subcategory": "text", "mintprice": 1, "token_supply": 1, "chainid": 1 } }