Skip to main content
GET
/
api
/
sol
/
alerts
/
top
/
monthly
Monthly top performers
curl --request GET \
  --url 'https://de.raze.sh/api/sol/alerts/top/monthly?apiKey='
{
  "period": "monthly",
  "description": "<string>",
  "alerts": [
    {
      "mint": "<string>",
      "profitPercentage": 123,
      "mintATH": 123
    }
  ],
  "count": 123,
  "limit": 123
}

Authorizations

apiKey
string
query
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 1000

Response

Success

period
enum<string>
Available options:
monthly
description
string
alerts
object[]
count
integer
limit
integer