| Parameter | Required | Type | Description |
|---|---|---|---|
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| roundFrom | yes | string | null |
| roundTo | yes | string | null |
| paginationData | yes | object | Pagination segment containing pageNumber and pageSize (serialized per gateway contract). |
| Parameter | Required | Type | Description |
|---|---|---|---|
events | yes | object[] | — |
events[].accountAddress | yes | string (hex) | An Ethereum-style account address (20 bytes). |
events[].amount | yes | string | — |
events[].eventType | yes | string | — |
events[].externalAddress | yes | string | — |
events[].externalTokenAddress | yes | string | — |
events[].id | yes | integer (int64) | — |
events[].round | yes | integer (int64) | — |
events[].timestamp | yes | integer (int64) | — |
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).
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).
Bridge events by account or for round range