cURL
curl --request GET \ --url https://api.enterprise.sandbox.uphold.com/market-pulse/assets/{assetCode}/news \ --header 'Authorization: Bearer <token>'
{ "news": [ { "title": "Bitcoin Reaches New High", "publishedAt": "2024-01-15T10:30:00Z", "source": "Crypto News", "url": "https://example.com/news/btc/1" }, { "title": "Bitcoin Adoption Increases", "publishedAt": "2024-01-14T15:20:00Z", "source": "Financial Times", "url": "https://example.com/news/btc/2" }, { "title": "Bitcoin Network Upgrade Announced", "publishedAt": "2024-01-13T08:45:00Z", "source": "Blockchain News", "url": "https://example.com/news/btc/3" } ] }
Retrieve the latest news for a specific asset.
OAuth 2.0
The asset code.
1
Asset news retrieved.
Show child attributes
Was this page helpful?