Skip to main content
GET
/
bridge-events
cURL
curl --request GET \
  --url https://beta.rocketfi.io/bridge-events
{
  "events": [
    {
      "accountAddress": "<string>",
      "amount": "<string>",
      "eventType": "Deposit",
      "externalAddress": "<string>",
      "externalTokenAddress": "<string>",
      "id": 1,
      "round": 1,
      "timestamp": 1
    }
  ]
}

Path Parameters

account
null | string<hex>
required

An Ethereum-style account address (20 bytes).

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

Response

200 - application/json

Bridge events by account or for round range

events
object[]
required