Collections

This API endpoint returns a JSON array of objects, each representing a collection of digital assets that has been onboarded to (covered by) the API's database.

Collections API

GET https://test-api.lightnift.com/api/external/collections/

Path Parameters

[
     {
         "id": "b4ef394f-4c05-42ec-855b-74f20a1c214a",
	 "collectionAddress": "0xb852c6b5892256c264cc2c888ea462189154d8d7",
   	 "collectionName": "Rektguy",
         "slug": "rektguy",
       	 "shortName": null,
	 "imageUrl": "https://i.seadn.io/gcs/files/0d5f1b200a067938f507cbe12bbbabc2.jpg?w=500&auto=format"
      },
      {
	 "id": "3f8ca84e-5567-4207-a8f5-ba54d1dca9fd",
	 "collectionAddress": "0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b",
	 "collectionName": "CloneX",
	 "slug": "clonex",
	 "shortName": null,
	 "imageUrl": "https://i.seadn.io/gae/XN0XuD8Uh3jyRWNtPTFeXJg_ht8m5ofDx6aHklOiy4amhFuWUa0JaR6It49AH8tlnYS386Q0TW_-Lmedn0UET_ko1a3CbJGeu5iHMg?w=500&auto=format"
       },
...
]