Skip to main content
POST
/
v1
/
data
/
tokens
/
prices
Get token prices
curl --request POST \
  --url https://releasing-soon.com/v1/data/tokens/prices \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mints": [
    "<string>"
  ]
}
'
{
  "prices": [
    {
      "mint": "<string>",
      "priceUsd": 123,
      "change24hPct": 123,
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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.

Body

application/json
mints
string[]
required
Required array length: 1 - 100 elements

Response

Token prices.

prices
object[]
required