Skip to main content
GET
/
bridge-events
Get bridge events
curl --request GET \
  --url https://beta.rocketfi.io/bridge-events
{
  "events": [
    {
      "round": 100,
      "timestamp": 1704067200000,
      "accountAddress": "0x0000000000000000000000000000000000000001",
      "externalAddress": "0x0000000000000000000000000000000000000abc",
      "externalTokenAddress": "0x0000000000000000000000000000000000000def",
      "id": 1,
      "amount": "100.0",
      "eventType": "Deposit"
    }
  ]
}

Path Parameters

account
null | string<hex>
required

Ethereum-style account address for the sub-account context. An Ethereum-style account address (20 bytes).

roundFrom
string | null
required
roundTo
string | null
required
paginationData
object
required

Pagination segment containing pageNumber and pageSize (serialized per gateway contract).

Response

200 - application/json

Bridge events by account or for round range

events
object[]
required