ConsoleCatalog
Sign in
Barrons logo

Barrons

barrons.comFinanceno auth

Barron's - market news, company coverage, stock quotes, and market overview dashboards.

Article Details

ASYNCREADNo auth

Returns a full article with headline, body, summary, author, and publish date.

ParametersFormJSON

URL slug of the Barrons article to retrieve (e.g. from /articles/{slug})

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_barrons_com_article_detail",
    "params": {
      "article_slug": "galaxy-digital-stock-ai-data-center-coreweave-helios-c89a341d"
    }
  }'