NFT: Get all created Collections

NFT: Get All Created Collections

get
Authorizations
Responses
200

OK

application/json
Responseobject
get
/api/v1/nft/collections/created
GET /api/v1/api/v1/nft/collections/created HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "result": [
    {
      "artist_meta": {
        "created": "2022-07-09 17:24:23",
        "description": "Making decentralized NFTs trusted, verified, safe, and accessible to the world.",
        "is_public": false,
        "name": "fa4cc8824b6143cf88202456eae51c85",
        "profile_avatar": null,
        "profile_id": 2,
        "uuid": "fa4cc8824b6143cf88202456eae51c85"
      },
      "category_name": "Artwork",
      "collection_description": "Fantastic Photography and One-Of-A-Kinds",
      "collection_name": "Photography One",
      "collection_title_image": null,
      "created": "2022-04-24 12:21:11",
      "is_public": true,
      "nft_category_meta": {
        "category_description": "An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.",
        "category_icon": "fa-fire",
        "category_identifier": "ART",
        "category_name": "Artwork",
        "category_short_title": "Art Collections",
        "sort_order": 500
      },
      "nft_item_count": 12,
      "uuid": "2adff99bc3e04372b5e4438565f3c605"
    },
    {
      "artist_meta": {
        "created": "2022-07-09 17:24:23",
        "description": "Making decentralized NFTs trusted, verified, safe, and accessible to the world.",
        "is_public": false,
        "name": "fa4cc8824b6143cf88202456eae51c85",
        "profile_avatar": null,
        "profile_id": 2,
        "uuid": "fa4cc8824b6143cf88202456eae51c85"
      },
      "category_name": "Photography",
      "collection_description": "Fantastic Photography and One-Of-A-Kinds",
      "collection_name": "Landscape ASMR",
      "collection_title_image": null,
      "created": "2022-04-24 12:21:11",
      "is_public": true,
      "nft_category_meta": {
        "category_description": "Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.",
        "category_icon": "fa-image",
        "category_identifier": "PHOTO",
        "category_name": "Photography",
        "category_short_title": "Unique Photographic Art by Professionals",
        "sort_order": 800
      },
      "nft_item_count": 0,
      "uuid": "2cdff99bc3e04372b5e4438565f3c605"
    },
    {
      "artist_meta": {
        "created": "2022-07-09 17:24:23",
        "description": "Making decentralized NFTs trusted, verified, safe, and accessible to the world.",
        "is_public": false,
        "name": "fa4cc8824b6143cf88202456eae51c85",
        "profile_avatar": null,
        "profile_id": 2,
        "uuid": "fa4cc8824b6143cf88202456eae51c85"
      },
      "category_name": "Artwork",
      "collection_description": "Fantastic Photography and One-Of-A-Kinds",
      "collection_name": "Lady in Red",
      "collection_title_image": null,
      "created": "2022-04-24 12:21:11",
      "is_public": true,
      "nft_category_meta": {
        "category_description": "An online community of makers, developers, and traders is pushing the art world into new territory. It all started with CryptoPunks, a set of 10,000 randomly generated punks that proved demand for the digital ownership of non-physical items and collectibles in 2017, and the market has evolved rapidly ever since.",
        "category_icon": "fa-fire",
        "category_identifier": "ART",
        "category_name": "Artwork",
        "category_short_title": "Art Collections",
        "sort_order": 500
      },
      "nft_item_count": 0,
      "uuid": "2adff99bc3e04372b5e4438565f3c105"
    },
    {
      "artist_meta": {
        "created": "2022-07-09 17:24:23",
        "description": "Making decentralized NFTs trusted, verified, safe, and accessible to the world.",
        "is_public": false,
        "name": "fa4cc8824b6143cf88202456eae51c85",
        "profile_avatar": null,
        "profile_id": 2,
        "uuid": "fa4cc8824b6143cf88202456eae51c85"
      },
      "category_name": "Photography",
      "collection_description": "Fantastic Photography and One-Of-A-Kinds",
      "collection_name": "Snowy Traffic",
      "collection_title_image": null,
      "created": "2022-04-24 12:21:11",
      "is_public": true,
      "nft_category_meta": {
        "category_description": "Photographers are taking the NFT world by storm, and we've got a selection of breathtaking collections from a growing and increasingly global community of creators right here.",
        "category_icon": "fa-image",
        "category_identifier": "PHOTO",
        "category_name": "Photography",
        "category_short_title": "Unique Photographic Art by Professionals",
        "sort_order": 800
      },
      "nft_item_count": 0,
      "uuid": "2cdff99bc3e04372b5e4438565f3c105"
    }
  ]
}

Last updated

Was this helpful?