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.
Data API
TypeScript
import { Client } from '@solana-tracker/data-api'; const client = new Client({ apiKey: 'YOUR_API_KEY' }); const data = await client.getAthPrice('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN');
{ "highest_price": 2.6710420828327996, "highest_market_cap": 2670996289.82, "timestamp": 1737327537255, "pool_id": "Bzc9NZfMqkXR6fz1DBph7BDf9BroyEf6pnzESP7v5iiw" }
自我们记录以来该代币的历史最高价。
用于鉴权的 API Key
Successful response
此页面对您有帮助吗?