HTTP endpoints
Get fill volumes by account and instrument type
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| from | yes | integer (int64) | — |
| to | yes | integer (int64) | — |
Response fields
| Parameter | Required | Type | Description |
|---|---|---|---|
byAccount | yes | object | — |
byAccount.* | yes | object (map) | An Ethereum-style account address (20 bytes). |
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 fill volumes by account and instrument type
Previous
Get funding rate events### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| instrumentId | yes | integer (int64) | Target instrument identifier. |
| startRound | yes | integer (int64) | — |
| endRound | yes | integer (int64) | — |
| pagination_data | yes | object | Pagination segment containing `pageNumber` and `pageSize` (serialized per gateway contract). |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `events` | yes | object[] | — |
| `events[].fundingRate` | yes | string | — |
| `events[].premiumIndex` | yes | string | — |
| `events[].round` | yes | integer (int64) | — |
| `events[].timestamp` | yes | integer (int64) | — |
| `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).
Next
Get fill volumes by account and instrument type