Skip to main content
GET
/
v1
/
data
/
tokens
/
trending
List trending tokens
curl --request GET \
  --url https://releasing-soon.com/v1/data/tokens/trending \
  --header 'Authorization: Bearer <token>'
{
  "tokens": [
    {
      "mint": "So11111111111111111111111111111111111111112",
      "symbol": "SOL",
      "name": "Solana",
      "logoUrl": "<string>",
      "priceUsd": 123,
      "marketCapUsd": 123,
      "volume24hUsd": 123,
      "change24hPct": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nshield.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Nova developer API key in the Authorization header. Demo playground keys should be restricted, rate-limited, and domain-scoped.

Query Parameters

window
enum<string>
default:24h

Time window for ranking or aggregation.

Available options:
1h,
6h,
24h,
7d,
30d
limit
integer
default:25

Maximum number of records to return.

Required range: 1 <= x <= 100

Response

Trending tokens.

tokens
object[]
required