Skip to main content

Partner Communities

Retrieves a list of NFT communities that are partnered with our platform. Paginated results are returned, with the number of results and the page number being optional parameters.

Path Parameters
projectId string REQUIRED

All APIs check for Project Authorization.

Example: c2014261-0d71-43c4-983f-f8fbafb24565
Query Parameters
size double

The number of results to return per page (optional, default is 5).

Example: 5
page double

The page number for pagination (optional, default is 0).

Example: 1
Responses
200

An array of @NFTCommunity that are partnered with the platform.

Schema OPTIONAL
object[]
address string

The address of the smart contract

name string

The name of the @NFTCommunityFull

contractModel string

Possible values: [NFT_COMMUNITY_FULL]

slug string

The OpenSea slug for the @NFTCommunityFull

description string

The long description of the @NFTCommunityFull

shortDescription string

The short description of the @NFTCommunityFull

images object

@NFTCommunityImages Represents the images associated with an NFT community.

bannerImageUrl string OPTIONAL

The banner image URL of the @NFTCommunityImages

featuredImageUrl string OPTIONAL

The featured image URL of the @NFTCommunityImages

largeImageUrl string OPTIONAL

The large image URL of the @NFTCommunityImages

imageUrl string OPTIONAL

The normal image URL of the @NFTCommunityImages

nsfw boolean

Whether the @NFTCommunityFull contains Not Safe For Work content

socialHandles object

Represents the @SocialHandles for various social media platforms in an @NFTCommunityFull.

twitter object OPTIONAL

Represents a @SocialHandle for a social media platform in an @NFTCommunityFull.

username string

The username of the @SocialHandle

followers double OPTIONAL

The number of followers for the @SocialHandle

instagram object OPTIONAL

Represents a @SocialHandle for a social media platform in an @NFTCommunityFull.

username string

The username of the @SocialHandle

followers double OPTIONAL

The number of followers for the @SocialHandle

discord object OPTIONAL

Represents a @SocialHandle for a social media platform in an @NFTCommunityFull.

username string

The username of the @SocialHandle

followers double OPTIONAL

The number of followers for the @SocialHandle

medium object OPTIONAL

Represents a @SocialHandle for a social media platform in an @NFTCommunityFull.

username string

The username of the @SocialHandle

followers double OPTIONAL

The number of followers for the @SocialHandle

telegram object OPTIONAL

Represents a @SocialHandle for a social media platform in an @NFTCommunityFull.

username string

The username of the @SocialHandle

followers double OPTIONAL

The number of followers for the @SocialHandle

website string

The website link associated with the @NFTCommunityFull

tradingData object

Represents the trading data for an @NFTCommunity.

thirtyDayAveragePrice double

The thirty-day average price in USD for the @NFTCommunity

thirtyDayVolumeUsd double

The thirty-day trading volume in USD for the @NFTCommunity

totalVolumeUsd double

The total trading volume in USD for the @NFTCommunity

averagePriceUsd double

The average price in USD for the @NFTCommunity

marketCapUsd double

The market cap in USD for the @NFTCommunity

floorPriceUsd double

The floor price in USD for the @NFTCommunity

totalSales double

The total number of sales for the @NFTCommunity

totalSupply double

The total supply of the @NFTCommunity

count double

The total number of unique NFTs in the @NFTCommunity

owners double

The total number of unique owners in the @NFTCommunity

reports double

The total number of reports for the @NFTCommunity

tags string[]

The tags associated with the @NFTCommunityFull

category string

The category of the @NFTCommunityFull

openseaPromoted boolean

Whether the @NFTCommunityFull is promoted

openseaWhitelisted boolean

Whether the @NFTCommunityFull is whitelisted

contractType string

Possible values: [UNKNOWN, ERC-20, ERC-721, ERC-1155]

Smart Contract types, for now only EVM chains are supported

blockchain string

The blockchain network of the smart contract (e.g., ethereum)

blacklist boolean

Whether the smart contract is blacklisted by us (via Moralis possible_spam)

lastRefreshed date-time

Last Refreshed date *

error string OPTIONAL

Error state *

400

Invalid input data.

Schema OPTIONAL
code double

The HTTP status code representing the result of the API call

errorCode

A more specific, domain-specific error code (use the ErrorCodes enum)

message string

A human-readable message describing the error

validationIssues object OPTIONAL
401

Unauthorized, missing or invalid access token

403

Not Authorized to access this project.

PartnerCommunities
GET /project/:projectId/community/partner
projectId — path
size — query
page — query
https://app-api.pangealabs.xyz
curl -L 'https://app-api.pangealabs.xyz/project/:projectId/community/partner' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer '