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.getPrice('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN', true);
{ "price": 5.933132498211121, "priceQuote": 5.933132498211121, "liquidity": 288082694.430345, "marketCap": 5933128253.797433, "lastUpdated": 1760274023269 }
返回单个代币的价格信息。
用于鉴权的 API Key
代币地址
返回截至约 24 小时内的涨跌幅。
Successful response
此页面对您有帮助吗?