Update network

Update network configuration. Use for changing explorer URL, symbol, decimals, or other metadata.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNetwork identifier

Request Body

FieldTypeRequiredDescription
namestringNoNetwork name (min length: 1)
rpcUrlstring (uri)NoRPC endpoint URL
symbolstringNoNative token symbol
decimalsintegerNoNative token decimals (0-36)
explorerstring (uri)NoBlock explorer URL
blockscoutApiUrlstring nullableNoBlockscout API URL (optional)

Use Cases

  • Update block explorer URL
  • Correct network metadata
  • Change network status (active/inactive)

Required Permission

networks:update