Skip to main content

GET /api/defi/bridges

All bridges

GET bridges data from defi service

Endpoint​

GET https://api.web3identity.com/api/defi/bridges

Example Request​

curl -s "https://api.web3identity.com/api/defi/bridges" | jq

Responses​

200 Bridges list​

{
"bridges": [
{
"name": "Across",
"volume24h": 45678901.23,
"tvl": 234567890.12,
"chains": [
"Ethereum",
"Arbitrum",
"Optimism"
]
},
{
"name": "Stargate",
"volume24h": 34567890.12,
"tvl": 567890123.45,
"chains": [
"Ethereum",
"Polygon",
"Arbitrum"
]
}
]
}

400 Bad request - invalid parameters​

{
"example": "response"
}

402 Payment required - free tier exhausted​

{
"example": "response"
}

404 Resource not found​

{
"example": "response"
}

429 Rate Limited​

{
"example": "response"
}

500 Internal Server Error - Something went wrong on our end​

{
"error": "Internal server error",
"code": "INTERNAL_ERROR"
}

Auto-generated from OpenAPI spec