Skip to main content
GET
/
v1
/
market
/
drop-tokens
Drop Tokens News
curl --request GET \
  --url https://api.asksurf.ai/surf-ai/v1/market/drop-tokens \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "content": "<string>",
      "datetime": "<string>",
      "source": "<string>",
      "title": "<string>"
    }
  ],
  "error_code": "FORBIDDEN",
  "message": "success",
  "success": true
}

Overview

The Drop Tokens API returns a list of news items focused on tokens showing notable downside activity for the selected day.

This endpoint returns a point-in-time snapshot. If date is omitted, the most recent 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

Return Top Falling Coins and Rationale

Use the returned top falling coins and rationales behind each coin to analyze price change directions
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 news list on success

data
object[]
error_code
string
Example:

"FORBIDDEN"

message
string
Example:

"success"

success
boolean
Example:

true