Skip to main content

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

Successful Response