Skip to main content
GET
/
position-funding-events
Get position funding events
curl --request GET \
  --url https://beta.rocketfi.io/position-funding-events
{
  "events": null,
  "pageNumber": 0,
  "pageSize": 25
}

Path Parameters

account
string<hex>
required

Ethereum-style account address for the sub-account context. An Ethereum-style account address (20 bytes).

pagination_data
object
required

Pagination segment containing pageNumber and pageSize (serialized per gateway contract).

Response

200 - application/json

All position funding events for an account

pageNumber
integer
required
Required range: x >= 0
pageSize
integer
required
Required range: x >= 0
events
null | object[]