Bridge Protocol Ranking
GET
/gateway/v1/onchain/bridge/rankingList bridge protocols ranked by USD volume over a time range. Example: use this when you need bridge leaderboard data instead of raw SQL.
Query Parameters
time_rangeenum<string>
Window to aggregate bridge volume over: `7d`, `30d`, `90d`, `180d`, `1y`, or `all`. Returns a single ranked snapshot (not a time-series). This endpoint uses `time_range` only — it does NOT accept `interval`.
Available options:
7d30d90d180d1yallExample:
30dlimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0Bridge Protocol Ranking
OK