Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Basic auth required for external APIs. Example: "Authorization: Basic {base64EncodedPasswordString}"

Query Parameters

includeDelisted
boolean

Flag indicates whether to include delisted bridges.

Response

Success

earliestSwapTimestamp
string<date-time> | null

Timestamp of the earliest swap tracked for the bridge.

latestSwapTimestamp
string<date-time> | null

Timestamp of the latest swap tracked for the bridge.

allTimeSwapsCount
integer<int32> | null

Total number of swaps tracked for the bridge.

supportedChains
string[] | null

Chains whose bridge contracts are tracked by XFlow.

url
string | null

Official website or documentation URL of the bridge.

icon
string | null

Bridge icon URL.

key
string | null

Unique bridge key.

name
string | null

Human-readable bridge name.

allTimeSwapsVolume
number<double>

All-time swap volume tracked for the bridge (in USD).

status
enum<string>

Current bridge status in XFlow. Operational Transfers were captured from this bridge in the last 24 hours; Warning No transfers were captured from this bridge in the last 24 hours; Malfunction No transfers were captured from this bridge in the last 7 days.

Available options:
Operational,
Warning,
Malfunction
delisted
boolean

Whether the bridge has been delisted from active maintenance due to inactivity. Historical data is retained.