Skip to main content
GET
/
market-pulse
/
assets
/
{assetCode}
/
news
List asset news
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth 2.0

Path Parameters

assetCode
string
required

The asset code.

Minimum string length: 1

Response

200 - application/json

Asset news retrieved.

news
object[]
required