Skip to main content
GET
Get recent news for a ticker

Authorizations

X-API-KEY
string
header
required

The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.

Query Parameters

ticker
string
required

Uppercase-normalized ticker symbol (1-20 letters/digits/dots/hyphens). Effectively required (see description).

limit
integer
default:5

Number of records to retrieve (default: 5, max: 10).

Required range: 1 <= x <= 10

Response

Illustrative shape (no captured live sample committed for this route); title/source/url are structural placeholders, not a claim about a real published article.

Wrapped list envelope: {"news": [...], "next_page_url": "..."}. Page size is 10 records (100 for /prices).

news
News · object[]
required
next_page_url
string<uri>

Absolute URL for the next page, present only when more records remain. Built from an opaque base64url cursor over this deployment's own host (never a fixed facade base).