Skip to main content
GET
/
v1
/
news
/
trending
Trending News
curl --request GET \
  --url https://api.ivory.finance/v1/news/trending \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

timeframe
string
default:24h

1h | 6h | 24h | 7d

category
string | null
country
string | null
ticker
string | null
limit
integer
default:20
Required range: 1 <= x <= 50

Response

Successful Response