Skip to main content
GET
/
v1
/
data
/
tokens
/
{mint}
Get token details
curl --request GET \
  --url https://releasing-soon.com/v1/data/tokens/{mint} \
  --header 'Authorization: Bearer <token>'
{
  "mint": "So11111111111111111111111111111111111111112",
  "symbol": "SOL",
  "name": "Solana",
  "logoUrl": "<string>",
  "priceUsd": 123,
  "marketCapUsd": 123,
  "volume24hUsd": 123,
  "change24hPct": 123,
  "description": "<string>",
  "verified": true,
  "liquidityUsd": 123,
  "holderCount": 123,
  "links": {}
}

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.

Path Parameters

mint
string
required

Solana token mint address.

Minimum string length: 32

Response

Token details.

mint
string
required
Example:

"So11111111111111111111111111111111111111112"

symbol
string
required
Example:

"SOL"

name
string
required
Example:

"Solana"

logoUrl
string<uri>
priceUsd
number
marketCapUsd
number
volume24hUsd
number
change24hPct
number
riskLevel
enum<string>
Available options:
low,
medium,
high,
critical
description
string
verified
boolean
liquidityUsd
number
holderCount
integer