Endpoints for content data. This category includes 4 endpoints:
- /v1/content/latest - Content Latest
- /v1/content/posts/top - Content Top Posts
- /v1/content/posts/latest - Content Latest Posts
- /v1/content/posts/comments - Content Post Comments
Content Latest
Returns a paginated list of content pulled from CMC News/Headlines and Alexandria articles.
This endpoint is available on the following API plans:
- Standard
- Professional
- Enterprise
Cache / Update frequency: Five Minutes Plan credit use: 0 credit
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
id^\d+(?:,\d+)*$Optionally pass a comma-separated list of CoinMarketCap cryptocurrency IDs. Example: "1,1027"
slug^[0-9a-z-]+(?:,[0-9a…Optionally pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum"
symbol^[0-9A-Za-z$@\-,]+(?…Optionally pass a comma-separated list of cryptocurrency symbols. Example: "BTC,ETH". Optionally pass "id" or "slug" or "symbol" is required for this request.
news_type^(news|community|ale…Optionally specify a comma-separated list of supplemental data fields: news, community, or alexandria to filter news sources. Pass all or leave it blank to include all news types.
content_type^(audio|news|video|a…Optionally specify a comma-separated list of supplemental data fields: news, video, or audio to filter news's content. Pass all or leave it blank to include all content types.
categoryOptionally pass a comma-separated list of categories. Example: "GameFi,NFT".
languageOptionally pass a language code. Example: "en". If not specified the default value is "en".
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Content Latest › Responses
Successful
Array of content objects.
Standardized status object for API calls.
Content Post Comments
Returns comments of the CMC Community post.
This endpoint is available on the following API plans:
- Standard
- Professional
- Enterprise
Cache / Update frequency: Five Minutes Plan credit use: 0 credit
query Parameters
post_id^\d*$ · requiredRequired post ID. Example: 325670123
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Content Post Comments › Responses
Successful
Array of content objects.
Standardized status object for API calls.
Content Latest Posts
Returns the latest crypto-related posts from the CMC Community.
This endpoint is available on the following API plans:
- Standard
- Professional
- Enterprise
Cache / Update frequency: Five Minutes Plan credit use: 0 credit
query Parameters
id^\d*$Optional one cryptocurrency CoinMarketCap ID. Example: 1027
slug^[0-9a-z-]*$Alternatively pass one cryptocurrency slug. Example: "ethereum"
symbol^[0-9A-Za-z$@\-]*$Alternatively pass one cryptocurrency symbols. Example: "ETH"
last_scoreOptional. The score is given in the response for finding next batch posts. Example: 1662903634322
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Content Latest Posts › Responses
Successful
Cntent objects.
Content Top Posts
Returns the top crypto-related posts from the CMC Community.
This endpoint is available on the following API plans:
- Standard
- Professional
- Enterprise
Cache / Update frequency: Five Minutes Plan credit use: 0 credit
query Parameters
id^\d*$Optional one cryptocurrency CoinMarketCap ID. Example: 1027
slug^[0-9a-z-]*$Alternatively pass one cryptocurrency slug. Example: "ethereum"
symbol^[0-9A-Za-z$@\-]*$Alternatively pass one cryptocurrency symbols. Example: "ETH"
last_scoreOptional. The score is given in the response for finding next batch of related posts. Example: 38507.8865
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Content Top Posts › Responses
Successful
Cntent objects.
Standardized status object for API calls.