Skip to main content
GET
/
events
/
{tokenAddress}
/
{poolAddress}
Get Pool Events
curl --request GET \
  --url https://data.solanatracker.io/events/{tokenAddress}/{poolAddress} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

tokenAddress
string
required
poolAddress
string
required

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.

I