Skip to main content
GET
Get the historical events for a position

Path Parameters

address
string
required

Query Parameters

event_type
null | enum<string>

Filter by event type (add, remove, claim_fee, claim_reward). If not provided, returns all event types.

Available options:
add,
remove,
claim_fee,
claim_reward
order_direction
null | enum<string>

Order direction for sorting events by block time.

  • asc: Oldest events first
  • desc: Most recent events first (default)
Available options:
asc,
desc

Response

200 - application/json
events
object[]
required