HTTP endpoints
Get position funding events
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| pagination_data | yes | object | Pagination segment containing pageNumber and pageSize (serialized per gateway contract). |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
events | no | object[] | — |
pageNumber | yes | integer | — |
pageSize | yes | integer | — |
Response example
A sample 200 JSON body is attached to this operation as an OpenAPI example (Mintlify shows it in the example panel, similar to other exchange API docs).
GET
Get position funding events
Path Parameters
Ethereum-style account address for the sub-account context. An Ethereum-style account address (20 bytes).
Pagination segment containing pageNumber and pageSize (serialized per gateway contract).
Get position funding events