GET /api/yields/yields/chain/bsc
BSC yields
GET bsc data from yields service
Endpoint​
GET https://api.web3identity.com/api/yields/yields/chain/bsc
Example Request​
curl -s "https://api.web3identity.com/api/yields/yields/chain/bsc" | jq
Responses​
200 BSC yields​
{
"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