Skip to main content

GET /api/stablecoins/stablecoins/chain/bsc

BSC stablecoins

GET bsc data from stablecoins service

Endpoint​

GET https://api.web3identity.com/api/stablecoins/stablecoins/chain/bsc

Example Request​

curl -s "https://api.web3identity.com/api/stablecoins/stablecoins/chain/bsc" | jq

Responses​

200 Stablecoins​

{
"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