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.
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>" }
Gets current subscription information including credits, plan, and billing details
API Key for authentication
Successful response
Was this page helpful?