API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/bridge-volumesBridge Volumes API
Returns cross-chain bridge daily volumes. Standalone access to bridge flow data for cross-chain analytics.
Parameters
2bridgestringFilter by bridge name
daysnumberDays of history (default 30, max 365)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/bridge-volumes' \
-H 'Accept: application/json'200 Response
[
{
"bridge_name": "Stargate",
"date": "2024-01-15T00:00:00.000Z",
"volume_24h": 50000000
}
]