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

Body

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

Response

Token prices.

prices
object[]
required