List networks
Retrieve all blockchain networks available to your organization. Networks vary based on your organization's environment — production organizations see mainnet networks, while development organizations see testnet networks.
Response Fields
Each network in the response includes:
| Field | Type | Description |
|---|---|---|
id | UUID | Unique network identifier |
name | string | Human-readable network name |
chainId | string | Blockchain chain ID |
status | string | Network status (active, inactive) |
type | string | Network type (MAINNET, TESTNET) |
explorer | string | URL for the network's block explorer |
symbol | string | Native currency symbol (e.g., "ETH") |
decimals | number | Decimal places for native currency (typically 18) |
nativeTokenLogoUrl | string | URL to native token logo (nullable) |
isCustomChain | boolean | Whether this is a custom/private chain |
blockscoutApiUrl | string | Blockscout API URL (nullable) |
organizationId | UUID | Organization ID for custom chains |
createdAt | datetime | Network creation timestamp (ISO 8601) |
updatedAt | datetime | Last update timestamp (ISO 8601) |
Use Cases
- Build network selection dropdowns for vault creation
- Display available chains for transaction initiation
- Show network-specific block explorers for transaction links
- Filter assets by network
Environment-Based Networks
| Environment | Networks Returned |
|---|---|
| PRODUCTION | Ethereum Mainnet, Polygon etc. |
| DEVELOPMENT | Sepolia, Base Sepolia, Amoy, Cubewire Testnet etc. |
Required Permission
networks:read
List networks
Retrieve all blockchain networks available to your organization. Networks vary based on your organization's environment — production organizations see mainnet networks, while development organizations see testnet networks.
Response Fields
Each network in the response includes:
| Field | Type | Description |
|---|---|---|
id | UUID | Unique network identifier |
name | string | Human-readable network name |
chainId | string | Blockchain chain ID |
status | string | Network status (active, inactive) |
type | string | Network type (MAINNET, TESTNET) |
explorer | string | URL for the network's block explorer |
symbol | string | Native currency symbol (e.g., "ETH") |
decimals | number | Decimal places for native currency (typically 18) |
nativeTokenLogoUrl | string | URL to native token logo (nullable) |
isCustomChain | boolean | Whether this is a custom/private chain |
blockscoutApiUrl | string | Blockscout API URL (nullable) |
organizationId | UUID | Organization ID for custom chains |
createdAt | datetime | Network creation timestamp (ISO 8601) |
updatedAt | datetime | Last update timestamp (ISO 8601) |
Use Cases
- Build network selection dropdowns for vault creation
- Display available chains for transaction initiation
- Show network-specific block explorers for transaction links
- Filter assets by network
Environment-Based Networks
| Environment | Networks Returned |
|---|---|
| PRODUCTION | Ethereum Mainnet, Polygon etc. |
| DEVELOPMENT | Sepolia, Base Sepolia, Amoy, Cubewire Testnet etc. |
Required Permission
networks:read