Skip to main content
GET
/
v1
/
market
/
report
Market Report
curl --request GET \
  --url https://api.asksurf.ai/surf-ai/v1/market/report \
  --header 'Authorization: <api-key>'
{
  "data": {
    "contents": [
      "<string>"
    ]
  },
  "error_code": "FORBIDDEN",
  "message": "success",
  "success": true
}

Overview

The Market Report API provides a consolidated daily overview of the crypto market, combining market sentiment indicators, trend analysis, sector insights, news highlights, and asset performance.

The API evaluates overall market direction (Up / Flat / Down) using internal logic and sentiment indicators such as the Fear & Greed Index.

All outputs are generated as a point-in-time snapshot and are intended for informational purposes only. This API does not provide investment advice.

What you get

  • Overall market direction (Up / Flat / Down)
  • Trending sectors and assets
  • Top gainers and losers vs previous day
  • Major news and upcoming events

Authorizations

Authorization
string
header
required

Query Parameters

date
string

Date in YYYY-MM-DD format. If date is not provided, returns the most recent data

type
enum<string>
required

Report type (template key)

Available options:
market_sentiment,
market_trends,
must_know_news,
major_events_tonight

Response

Returns market report on success

data
object
error_code
string
Example:

"FORBIDDEN"

message
string
Example:

"success"

success
boolean
Example:

true