HTTP endpoints
Get bridge events
Parameters
| 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). |
Response fields
| 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) | — |
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 bridge 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).
Response
200 - application/json
Bridge events by account or for round range
Previous
Get collateral### Parameters
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| account | yes | string (hex) | Ethereum-style account address for the sub-account context. |
| assetId | yes | integer | — |
### Response fields
| Parameter | Required | Type | Description |
| --------- | -------- | ---- | ----------- |
| `collaterals` | yes | string (decimal) | — |
### 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 bridge events