Authorizations
API Key for authentication
Query Parameters
The token address
curl --request GET \
--url https://data.solanatracker.io/price/history \
--header 'x-api-key: <api-key>'
{
"current": 5.933132498211121,
"1d": 6.295227385180826,
"3d": 7.7397017357870705,
"5d": 7.968063197832061,
"7d": 7.739212922516644,
"14d": 7.596158185278047,
"30d": 8.785669661012452
}
Gets historic price information for a single token
curl --request GET \
--url https://data.solanatracker.io/price/history \
--header 'x-api-key: <api-key>'
{
"current": 5.933132498211121,
"1d": 6.295227385180826,
"3d": 7.7397017357870705,
"5d": 7.968063197832061,
"7d": 7.739212922516644,
"14d": 7.596158185278047,
"30d": 8.785669661012452
}
API Key for authentication
The token address
Was this page helpful?