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.
TypeScript
import { Client } from '@solana-tracker/data-api'; const client = new Client({ apiKey: 'YOUR_API_KEY' }); const data = await client.getPriceAtTimestamp('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN', 1700000000);
{ "timestamp": 1756047122, "price": 0.000005761333491453496, "pool": "13RbxjgWhXhgSN4krVwadunLSAJjph7b9QFU4GWEpump", "closest_timestamp": 1756053248755, "closest_timestamp_unix": 1756053249 }
Gets specific historic price information for a token at a given timestamp
API Key for authentication
The token address
The target timestamp (unix timestamp)
Successful response
Was this page helpful?