Skip to main content
GET
/
v1
/
data
/
tokens
/
{mint}
/
chart
Get token chart
curl --request GET \
  --url https://releasing-soon.com/v1/data/tokens/{mint}/chart \
  --header 'Authorization: Bearer <token>'
{
  "points": [
    {
      "timestamp": "2023-11-07T05:31:56Z",
      "priceUsd": 123,
      "volumeUsd": 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.

Path Parameters

mint
string
required

Solana token mint address.

Minimum string length: 32

Query Parameters

interval
enum<string>
default:1h
Available options:
1m,
5m,
15m,
1h,
1d
range
enum<string>
default:7d
Available options:
1d,
7d,
30d,
1y

Response

Chart points.

points
object[]
required