GET /api/chain/near/stats
/api/chain/near/stats
GET stats data from chain service
Endpoint​
GET https://api.web3identity.com/api/chain/near/stats
Example Request​
curl -s "https://api.web3identity.com/api/chain/near/stats" | jq
Responses​
200 Success​
{
"chain": "Ethereum",
"chainId": 1,
"tvl": 89500000000,
"protocols": 457,
"users24h": 456789,
"transactions24h": 1234567,
"gasPrice": 25.5
}
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