Create network
Create a new blockchain network configuration. Use for custom chains or to add networks not in the default registry.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Network name |
chainId | string | Yes | Blockchain chain ID |
type | string | Yes | MAINNET or TESTNET |
explorer | string | No | Block explorer URL |
symbol | string | No | Native currency symbol |
decimals | number | No | Native currency decimals |
Use Cases
- Add custom/private chains
- Configure new networks for organization
- Set up testnet for development
Required Permission
networks:create
Create network
Create a new blockchain network configuration. Use for custom chains or to add networks not in the default registry.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Network name |
chainId | string | Yes | Blockchain chain ID |
type | string | Yes | MAINNET or TESTNET |
explorer | string | No | Block explorer URL |
symbol | string | No | Native currency symbol |
decimals | number | No | Native currency decimals |
Use Cases
- Add custom/private chains
- Configure new networks for organization
- Set up testnet for development
Required Permission
networks:create