Skip to main content
GET
/
liquidity
/
protocol
/
{protocol}
/
events
curl --request GET \
  --url 'https://api.sprinter.tech/liquidity/protocol/{protocol}/events' \
  --header 'X-Auth-Token: YOUR_API_KEY'
"<string>"
curl --request GET \
  --url 'https://api.sprinter.tech/liquidity/protocol/{protocol}/events' \
  --header 'X-Auth-Token: YOUR_API_KEY'

Authorizations

X-Auth-Token
string
header
required

Path Parameters

protocol
string
required

Protocol to monitor the liquidity and fees for.

Response

200 - text/event-stream

SSE stream of FeeEvent and LiquidityEvent objects

The response is of type string.