GET /api/defi/top-bridges
Top bridges by TVL
GET top-bridges data from defi service
Endpoint​
GET https://api.web3identity.com/api/defi/top-bridges
Example Request​
curl -s "https://api.web3identity.com/api/defi/top-bridges" | jq
Responses​
200 Top bridges​
{
"bridges": [
{
"rank": 1,
"name": "Across",
"volume24h": 45678901.23,
"txCount24h": 12345
},
{
"rank": 2,
"name": "Stargate",
"volume24h": 34567890.12,
"txCount24h": 9876
},
{
"rank": 3,
"name": "Synapse",
"volume24h": 23456789.01,
"txCount24h": 7654
}
]
}
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