Authorizations
API Key for authentication
Response
200 - application/octet-stream
Returns binary data (application/octet-stream) that can be decoded into an array of events
The response is of type file.
curl --request GET \
--url https://data.solanatracker.io/events/{tokenAddress}/{poolAddress} \
--header 'x-api-key: <api-key>'This response does not have an example.Gets raw event data for a specific token and pool. Returns binary data that needs to be decoded
curl --request GET \
--url https://data.solanatracker.io/events/{tokenAddress}/{poolAddress} \
--header 'x-api-key: <api-key>'This response does not have an example.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.
Was this page helpful?