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, processEventsAsync } from '@solana-tracker/data-api'; const client = new Client({ apiKey: 'YOUR_API_KEY' }); const data = await client.getEvents('6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'); const stats = await processEventsAsync(data);
"<string>"
Gets raw event data for live processing. Returns binary data that needs to be decoded
API Key for authentication
Returns binary data (application/octet-stream) that can be decoded into an array of events
The response is of type file.
file
Was this page helpful?