Skip to main content

GET /api/chains/l2/overview

L2 overview

List supported blockchain networks

Endpoint​

GET https://api.web3identity.com/api/chains/l2/overview

Example Request​

curl -s "https://api.web3identity.com/api/chains/l2/overview" | jq

Responses​

200 L2 data​

{
"l2s": [
{
"name": "Arbitrum",
"tvl": 7890123456.78,
"tps": 4000,
"gasPrice": 0.4,
"transactions24h": 5678901
},
{
"name": "Optimism",
"tvl": 5678901234.56,
"tps": 2000,
"gasPrice": 0.3,
"transactions24h": 3456789
},
{
"name": "Base",
"tvl": 2345678901.23,
"tps": 3000,
"gasPrice": 0.2,
"transactions24h": 2345678
}
]
}

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