Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
Returns current prices for one or more token mints.
1 - 100
Token prices.
Show child attributes
Was this page helpful?