cURL
curl --request GET \ --url https://data.solanatracker.io/events/{tokenAddress}/{poolAddress} \ --header 'x-api-key: <api-key>'
"<string>"
Gets raw event data for a specific token and pool. 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?