Retrieve detailed network information
GET/defi/v1/network/:network
Retrieves detailed information about a specific network.
Parameters:
- network (
str
): The network code (e.g.,"ethereum"
,"bsc"
). - include (
str
, optional): Comma-separated list of additional attributes to include.
Returns:
- JSONResponse: A JSON object containing:
"data"
: Detailed information about the requested network.
Example Request:
GET /api/v1/network/ethereum?include=explorers,exchanges
Request
Responses
- 200
- 404
- 422
Successful Response
Network Not Found
Validation Error