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.
Object
Output
id
A unique identifier for the collection.
collectionAddress
The Ethereum address of the smart contract for the collection.
collectionName
The name of the collection the digital asset belongs to.
slug
A URL-friendly identifier for the collection.
shortName
A shortened version of the collection name.
imageUrl
A URL pointing to an image representing the collection.
Collections API
GET
https://test-api.lightnift.com/api/external/collections/
Path Parameters
Name
Type
Description
AuthKey*
String
Api access key
[
{
"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"
},
...
]