Skip to main content
GET
/
price
/
history
/
timestamp
SDK
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt

Use this file to discover all available pages before exploring further.

SDK Example

import { Client } from '@solana-tracker/data-api';

const client = new Client({ apiKey: 'YOUR_API_KEY' });

const data = await client.getPriceAtTimestamp('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN', 1700000000);

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

token
string
required

The token address

timestamp
integer
required

The target timestamp (unix timestamp)

Response

200 - application/json

Successful response

price
number
timestamp
integer
timestamp_unix
integer
pool
string