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.getSubscription();
{ "credits": 123, "plan": "<string>", "next_billing_date": "<string>", "status": "<string>" }
当前套餐、额度与账单相关信息。
用于鉴权的 API Key
Successful response
此页面对您有帮助吗?