Skip to main content
GET
/
v1
/
market
/
trends
Key Trends
curl --request GET \
  --url https://api.asksurf.ai/surf-ai/v1/market/trends \
  --header 'Authorization: <api-key>'
{
  "data": {
    "key_trend_events": [
      [
        {
          "summary": "<string>",
          "title": "<string>"
        }
      ]
    ]
  },
  "error_code": "FORBIDDEN",
  "message": "success",
  "success": true
}

Overview

The Key Trends API provides trend summaries that may impact the crypto market, with emphasis on macro and market-specific factors relevant to the KR market.

This endpoint returns a point-in-time snapshot. If date is omitted, the latest available snapshot is returned.

How to use

1

Optional: choose a date

Provide date (YYYY-MM-DD). If omitted, the latest available snapshot is returned.
2

Choose Your Selected Version

Choose from a total of 5 version to fit in your demand for daily market trends.
Outputs are for informational purposes only and should not be interpreted as financial advice.

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

Response

Returns key trends on success

data
object
error_code
string
Example:

"FORBIDDEN"

message
string
Example:

"success"

success
boolean
Example:

true