v1

latestOpenAPI 3.0.12026-07-142791104.2 KB
Collection

Get collection info

This endpoint can be used to fetch collection information from the system

get/openapi/v1/collection

Query parameters

collection_slugstring required

The collection slug.

Response

OK

codeinteger

Error Code

msgstring

Error Message

messagestring

Example response

{
  "data": {
    "name": "Pulsquares",
    "slug": "pulsquares",
    "description": "Pulsquares is an experimental generative math art NFT project.",
    "royalty": 500,
    "createDate": "2021-10-16T16:25:03.736944",
    "platformSellerFee": 200,
    "imageUrl": "https://storage.nfte.ai/asset/collection/featured/TKMJDIBVWCFDQHZEALWVKVURVDEYDNIQ.jpg",
    "bannerImageUrl": "https://storage.nfte.ai/asset/collection/featured/OWPAGWDYWIZWUWABNKBQECDRDMWSGXYU.jpg",
    "featuredImageUrl": "https://storage.nfte.ai/asset/collection/featured/GNBHNVFTMSNXMLTOVOYALMBNQZMCFAWW.jpg",
    "externalUrl": "http://pulsquares.art",
    "twitterUrl": "twitterUrl",
    "contracts": [
      {
        "blockChain": {
          "chain": "eth",
          "chainId": "0x1"
        },
        "address": "0xa310425046661c523d98344f7e9d66b32195365d"
      }
    ],
    "owners": [
      {
        "identity": {
          "blockChain": {
            "chain": "eth",
            "chainId": "0x1"
          }
        }
      }
    ],
    "isVerified": true
  }
}