Collections

Public endpoints for all collections of NFTs.



Collections     /collections/ (GET)

List all NFT collections.


curl -X GET 'https://marketplace-api.curios.com/collections/' \

-H 'Content-type: application/json'
-H 'curios-api-key: {API Key}'
-H 'curios-date: {UTC Date/Time Stamp}'


Collection Details     /collections/:id (GET)

Details of an NFT collection.


curl -X GET 'https://marketplace-api.curios.com/collections/:id' \

-H 'Content-type: application/json'
-H 'curios-api-key: {API Key}'
-H 'curios-date: {UTC Date/Time Stamp}'


Collection Listings     /collections/:id/listings (GET)

All sale listings for an NFT collection, both primary and secondary.


curl -X GET 'https://marketplace-api.curios.com/collections/:id/listings' \

-H 'Content-type: application/json'
-H 'curios-api-key: {API Key}'
-H 'curios-date: {UTC Date/Time Stamp}'


Collection Types     /collections/types (GET)


curl -X GET 'https://marketplace-api.curios.com/collections/types' \

-H 'Content-type: application/json'
-H 'curios-api-key: {API Key}'
-H 'curios-date: {UTC Date/Time Stamp}'