Skip to main content

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 to 1.

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

Successful Response