Collection Details

Retrieve a single collection's details

get

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
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