Get Article Detail
HTTP request Returns the localized body and complete metadata of a Web3 article.
This endpoint is available only to allowlisted UIDs. To request access, please contact WEEX BD.
- GET
/api/v3/content/articles/detail
Weight(IP): 1
Request headers
| Header | Required | Description |
|---|---|---|
locale | No | Content locale used for localized content and articleUrl. Default: en_US. Supported values: ar_AR, az_AZ, de_DE, en_US, es_419, es_AR, es_ES, fa_IR, fr_FR, in_ID, it_IT, ja_JP, pl_PL, pt_BR, pt_PT, ru_RU, uk_UK, vi_VN, zh_CN, zh_TW. |
Request parameters
| Parameter | Type | Required | Applies to | Description |
|---|---|---|---|---|
section | String | Yes | All | One value: wiki, news, learn, or questions. |
documentId | String | Conditional | All | Document ID. Takes precedence when both IDs are supplied. |
v4Id | String | Conditional | All | Legacy-compatible ID. At least one of documentId and v4Id is required. |
populateThumbnail | Boolean | No | wiki, news, learn | Whether to return thumbnail. Default: false. Ignored for questions. |
populateTagLists | Boolean | No | wiki, learn, questions | Whether to return tagLists. Default: false. Ignored for news. |
populateCoins | Boolean | No | All | Whether to return coinsMaps. Default: false. |
Request example
curl "https://api-spot.weex.com/api/v3/content/articles/detail?section=wiki&documentId=p9k2hraavuh05kfwq4ctsz84&populateThumbnail=true&populateTagLists=true&populateCoins=true" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale: en_US" \
-H "Content-Type: application/json"
Response parameters
The detail response includes every field documented in Get Article List, plus:
| Field | Type | Applies to | Description |
|---|---|---|---|
body | String | All | HTML body. The content field from learn is mapped to body. |
articleUrl | String | All | WEEX article URL generated by the server. |
Response example
{
"id": 4960955,
"documentId": "p9k2hraavuh05kfwq4ctsz84",
"v4Id": null,
"section": "wiki",
"title": "iShares Core MSCI EAFE Tokenized ETF (Ondo) Price Prediction",
"summary": "This article provides a market outlook and price prediction for IEFAON.",
"contentKey": null,
"enabled": true,
"enabledDate": 1780993402765,
"category": "price-prediction",
"imgCategory": "Price Prediction",
"link": null,
"sourceSite": null,
"outerPic": null,
"originalSourceUrl": null,
"priority": null,
"date": null,
"level": null,
"outerId": "wordPress_wiki_130881263710491",
"outerLocaleId": 130881263710491,
"sourceLang": null,
"titleEn": "iShares Core MSCI EAFE Tokenized ETF (Ondo) Price Prediction",
"translation": true,
"translationStatus": "Translated",
"thumbnail": null,
"tagLists": [],
"coinsMaps": [],
"publishedAt": 1780993501641,
"createdAt": 1780993356022,
"updatedAt": 1780993519507,
"body": "<p>This article provides a full analysis of the market outlook.</p>",
"articleUrl": "https://www.weex.com/wiki/article/ishares-core-msci-eafe-tokenized-etf-ondo-price-prediction-p9k2hraavuh05kfwq4ctsz84"
}