v18

latestOpenAPI 3.1.0AGPL-3.0 licenseraw.githubusercontent.com2026-08-0143162294.8 KB
Networks

Retrieves details of a specific network by ID.

get/api/v1/networks/{network_id}

Path parameters

network_idstring required

Network ID (e.g., evm:sepolia, solana:mainnet)

Response

Network retrieved successfully

errorstring
successboolean required

Example response

{
  "data": {
    "rpc_urls": [
      {
        "url": "https://rpc.example.com",
        "weight": 100
      }
    ]
  }
}