Skip to main content
GET
/
price
/
history
/
timestamp
Get Price at Specific Timestamp
curl --request GET \
  --url https://data.solanatracker.io/price/history/timestamp \
  --header 'x-api-key: <api-key>'
{
  "timestamp": 1756047122,
  "price": 0.000005761333491453496,
  "pool": "13RbxjgWhXhgSN4krVwadunLSAJjph7b9QFU4GWEpump",
  "closest_timestamp": 1756053248755,
  "closest_timestamp_unix": 1756053249
}

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
⌘I