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.getHoldersChart('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN', '1h');
{ "holders": [ { "holders": 123, "time": 123 } ] }
持币地址数随时间变化;最多约 1000 个最近数据点。
用于鉴权的 API Key
K 线周期(如 1s、1m、1h、1d)
开始时间(Unix 秒)
结束时间(Unix 秒)
Successful response
Show child attributes
此页面对您有帮助吗?