Skip to main content
GET
/
crypto
/
insights
Get Insights
curl --request GET \
  --url https://api.tradewatch.io/crypto/insights \
  --header 'api-key: <api-key>'
{
  "items": [
    {
      "timestamp": 1704882030,
      "content": "<string>",
      "meta_data": {
        "markets": [],
        "tickets": [],
        "hashtags": []
      }
    }
  ],
  "total": 123,
  "current_page": "<string>",
  "current_page_backwards": "<string>",
  "previous_page": "<string>",
  "next_page": "<string>"
}

Authorizations

api-key
string
header
required

Authentication via API key header

Query Parameters

cursor
string

Cursor for the next page

size
integer
default:10

The number of items per page.

Response

Successful Response

items
NewsOut · object[]
required
total
integer | null

Total items

current_page
string | null

Cursor to refetch the current page

current_page_backwards
string | null

Cursor to refetch the current page starting from the last item

previous_page
string | null

Cursor for the previous page

next_page
string | null

Cursor for the next page