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
GET /collection/fetch/{collectionAddress} HTTP/1.1
Host: launchpad.danlabs.xyz
Accept: */*
{
"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
}
}
Last updated