Retrieve a list of networks
GET/defi/v1/networks
Fetches a paginated list of active and published networks with basic details.
Parameters:
- request (
Request
): The FastAPI request object. - page (
int
, optional): Page number for pagination. Defaults to1
.
Returns:
- JSONResponse: A JSON object containing:
"data"
: List of networks with essential details."pagination"
: Navigation links for pagination (if applicable).
Example Request:
GET /api/v1/networks?page=1
Request
Responses
- 200
- 422
Successful Response
Validation Error