cURL
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 }
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?