HTTP endpoints
Get position funding events
Paginated position funding payment events for an account.
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Account address (hex-encoded, 0x...). |
| pageNumber | yes | integer | Zero-based page number. Accepts either a number or a numeric string. |
| pageSize | yes | integer | Page size (number of items per page). Accepts either a number or a numeric string. |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
events | no | object[] | — |
pageNumber | yes | integer | — |
pageSize | yes | integer | — |
Response example
A sample 200 response body is attached to this operation as an OpenAPI example — see the Example panel on this page.
GET
Get position funding events
Path Parameters
Account address (hex-encoded, 0x...).
Zero-based page number. Accepts either a number or a numeric string.
Required range:
x >= 0Page size (number of items per page). Accepts either a number or a numeric string.
Required range:
x >= 0Get position funding events